Lines Matching refs:inpw
127 #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((port)+IOP_REG_AX)
911 #define AscReadChipIH(port) (ushort)inpw((port)+IOP_REG_IH)
915 #define AscReadChipFIFO_L(port) (ushort)inpw((port)+IOP_REG_FIFO_L)
917 #define AscReadChipFIFO_H(port) (ushort)inpw((port)+IOP_REG_FIFO_H)
921 #define AscReadChipDA0(port) (ushort)inpw((port)+IOP_REG_DA0)
923 #define AscReadChipDA1(port) (ushort)inpw((port)+IOP_REG_DA1)
925 #define AscReadChipDC0(port) (ushort)inpw((port)+IOP_REG_DC0)
927 #define AscReadChipDC1(port) (ushort)inpw((port)+IOP_REG_DC1)
4065 word = inpw(iop_base + IOP_RAM_DATA); in AscMemWordCopyPtrFromLram()
7036 word = inpw(iop_base + IOP_RAM_DATA); in DvcGetQinfo()
9017 return inpw(eisa_cfg_iop); in DEF_SCSI_QCMD()
11422 (ushort)inp(iop + 1), (ushort)inpw(iop)); in advansys_board_found()