Searched defs:IN_PORT_WORD (Results 1 – 2 of 2) sorted by relevance
459 #define IN_PORT_WORD(port) NDIS_IN_WORD( (ULONG) (port) ) macro487 #define IN_PORT_WORD CE_IN_PORT_WORD macro614 #define IN_PORT_WORD(port) ((hcf_16)_inpw( (hcf_io)(port) )) macro918 #define IN_PORT_WORD(port) ((hcf_16)inw( (hcf_io)(port) )) macro969 #define IN_PORT_WORD(port) ((hcf_16)inpw( (hcf_io)(port) )) macro1001 #define IN_PORT_WORD(port) ((hcf_16)read_io_16( (hcf_io)(port) )) macro1023 #define IN_PORT_WORD(port) (Hermes_IO_Read( (hcf_8)(port))) macro1056 #define IN_PORT_WORD(port) ((hcf_16)inw( (hcf_io)(port) )) macro1090 #define IN_PORT_WORD(port) (inport( (hcf_io)(port) )) macro1113 #define IN_PORT_WORD(port) HwInpw( g_pDevice, port ) macro[all …]
144 #define IN_PORT_WORD(port) in_port_word( (hcf_io)(port) ) macro