Searched refs:KBC_CMD_STS_PORT (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/ |
D | CommPs2.c | 533 IoWrite8 (KBC_CMD_STS_PORT, Command); in Out8042Command() 590 if ((IoRead8 (KBC_CMD_STS_PORT) & KBC_OUTB) == KBC_OUTB) { in In8042Data() 635 IoWrite8 (KBC_CMD_STS_PORT, WRITE_AUX_DEV); in Out8042AuxCommand() 710 IoWrite8 (KBC_CMD_STS_PORT, WRITE_AUX_DEV); in Out8042AuxData() 769 Data = IoRead8 (KBC_CMD_STS_PORT); in CheckForInput() 800 Data = IoRead8 (KBC_CMD_STS_PORT); in WaitInputEmpty() 839 Data = IoRead8 (KBC_CMD_STS_PORT); in WaitOutputFull()
|
D | CommPs2.h | 37 #define KBC_CMD_STS_PORT 0x64 macro
|
D | Ps2Mouse.c | 250 Data = IoRead8 (KBC_CMD_STS_PORT); in PS2MouseDriverStart() 590 if ((IoRead8 (KBC_CMD_STS_PORT) & KBC_OUTB) == KBC_OUTB) { in MouseReset()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/ |
D | CommPs2.c | 566 IsaIo->Io.Write (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in Out8042Command() 633 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Temp); in In8042Data() 686 IsaIo->Io.Write (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in Out8042AuxCommand() 765 IsaIo->Io.Write (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Temp); in Out8042AuxData() 829 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in CheckForInput() 862 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in WaitInputEmpty() 903 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in WaitOutputFull()
|
D | CommPs2.h | 35 #define KBC_CMD_STS_PORT 0x64 macro
|
D | Ps2MouseAbsolutePointer.c | 239 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in PS2MouseAbsolutePointerDriverStart() 557 …v->IsaIo->Io.Read (MouseAbsolutePointerDev->IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in MouseAbsolutePointerReset()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/ |
D | CommPs2.c | 565 IsaIo->Io.Write (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in Out8042Command() 632 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Temp); in In8042Data() 685 IsaIo->Io.Write (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in Out8042AuxCommand() 764 IsaIo->Io.Write (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Temp); in Out8042AuxData() 828 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in CheckForInput() 861 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in WaitInputEmpty() 902 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in WaitOutputFull()
|
D | CommPs2.h | 35 #define KBC_CMD_STS_PORT 0x64 macro
|
D | Ps2Mouse.c | 230 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in PS2MouseDriverStart() 572 MouseDev->IsaIo->Io.Read (MouseDev->IsaIo, EfiIsaIoWidthUint8, KBC_CMD_STS_PORT, 1, &Data); in MouseReset()
|