Searched defs:inpw (Results 1 - 2 of 2) sorted by relevance

/drivers/net/fddi/skfp/h/
H A Dtypes.h33 #define inpw(p) ioread16(p) macro
/drivers/scsi/
H A Dadvansys.c127 #define inpw(port) inw(port) macro
879 #define AscGetChipSignatureWord(port) (ushort)inpw((port)+IOP_SIG_WORD)
881 #define AscGetChipCfgLsw(port) (ushort)inpw((port)+IOP_CONFIG_LOW)
882 #define AscGetChipCfgMsw(port) (ushort)inpw((port)+IOP_CONFIG_HIGH)
887 #define AscGetChipEEPData(port) (ushort)inpw((port)+IOP_EEP_DATA)
889 #define AscGetChipLramAddr(port) (ushort)inpw((PortAddr)((port)+IOP_RAM_ADDR))
891 #define AscGetChipLramData(port) (ushort)inpw((port)+IOP_RAM_DATA)
895 #define AscGetChipStatus(port) (ASC_CS_TYPE)inpw((port)+IOP_STATUS)
902 #define AscGetPCAddr(port) (ushort)inpw((port)+IOP_REG_PC)
907 #define AscReadChipAX(port) (ushort)inpw((por
[all...]

Completed in 85 milliseconds