Home
last modified time | relevance | path

Searched defs:IN_PORT_WORD (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/wlags49_h2/
Dhcfcfg.h459 #define IN_PORT_WORD(port) NDIS_IN_WORD( (ULONG) (port) ) macro
487 #define IN_PORT_WORD CE_IN_PORT_WORD macro
614 #define IN_PORT_WORD(port) ((hcf_16)_inpw( (hcf_io)(port) )) macro
918 #define IN_PORT_WORD(port) ((hcf_16)inw( (hcf_io)(port) )) macro
969 #define IN_PORT_WORD(port) ((hcf_16)inpw( (hcf_io)(port) )) macro
1001 #define IN_PORT_WORD(port) ((hcf_16)read_io_16( (hcf_io)(port) )) macro
1023 #define IN_PORT_WORD(port) (Hermes_IO_Read( (hcf_8)(port))) macro
1056 #define IN_PORT_WORD(port) ((hcf_16)inw( (hcf_io)(port) )) macro
1090 #define IN_PORT_WORD(port) (inport( (hcf_io)(port) )) macro
1113 #define IN_PORT_WORD(port) HwInpw( g_pDevice, port ) macro
[all …]
Dhcf.c144 #define IN_PORT_WORD(port) in_port_word( (hcf_io)(port) ) macro