Searched refs:unit10 (Results 1 – 1 of 1) sorted by relevance
/reactos/drivers/storage/ide/uniata/ |
H A D | id_init.cpp | 699 ULONG unit10 = (c & 2); in UniataChipDetect() local 703 … UniataInitIoRes(chan, IDX_IO1+i, BaseIoAddress1 + i + (unit10 ? 8 : 0), FALSE, FALSE); in UniataChipDetect() 705 … UniataInitIoRes(chan, IDX_IO2_AltStatus, BaseIoAddress2 + 2 + (unit10 ? 4 : 0), FALSE, FALSE); in UniataChipDetect() 875 ULONG unit10 = (c & 2); in UniataChipDetect() local 881 …aInitIoRes(chan, IDX_IO1+i, BaseMemAddress + 0x80 + i + (unit01 << 6) + (unit10 << 8), MemIo, FALS… in UniataChipDetect() 883 …tIoRes(chan, IDX_IO2_AltStatus, BaseMemAddress + 0x8a + (unit01 << 6) + (unit10 << 8), MemIo, FALS… in UniataChipDetect() 886 …itIoRes(chan, IDX_BM_Command, BaseMemAddress + 0x00 + (unit01 << 3) + (unit10 << 8), MemIo, FALS… in UniataChipDetect() 887 …itIoRes(chan, IDX_BM_Status, BaseMemAddress + 0x02 + (unit01 << 3) + (unit10 << 8), MemIo, FALS… in UniataChipDetect() 888 …itIoRes(chan, IDX_BM_PRD_Table, BaseMemAddress + 0x04 + (unit01 << 3) + (unit10 << 8), MemIo, FALS… in UniataChipDetect() 2385 ULONG unit10 = (c & 2); in AtapiChipInit() local [all …]
|