Lines Matching refs:inpw
79 #define inpw(port) inw(port) macro
818 #define AscGetChipSignatureWord(port) (ushort)inpw((port)+IOP_SIG_WORD)
820 #define AscGetChipCfgLsw(port) (ushort)inpw((port)+IOP_CONFIG_LOW)
821 #define AscGetChipCfgMsw(port) (ushort)inpw((port)+IOP_CONFIG_HIGH)
826 #define AscGetChipEEPData(port) (ushort)inpw((port)+IOP_EEP_DATA)
828 #define AscGetChipLramAddr(port) (ushort)inpw((PortAddr)((port)+IOP_RAM_ADDR))
830 #define AscGetChipLramData(port) (ushort)inpw((port)+IOP_RAM_DATA)
834 #define AscGetChipStatus(port) (ASC_CS_TYPE)inpw((port)+IOP_STATUS)
841 #define AscGetPCAddr(port) (ushort)inpw((port)+IOP_REG_PC)
846 #define AscReadChipAX(port) (ushort)inpw((port)+IOP_REG_AX)
850 #define AscReadChipIH(port) (ushort)inpw((port)+IOP_REG_IH)
854 #define AscReadChipFIFO_L(port) (ushort)inpw((port)+IOP_REG_FIFO_L)
856 #define AscReadChipFIFO_H(port) (ushort)inpw((port)+IOP_REG_FIFO_H)
860 #define AscReadChipDA0(port) (ushort)inpw((port)+IOP_REG_DA0)
862 #define AscReadChipDA1(port) (ushort)inpw((port)+IOP_REG_DA1)
864 #define AscReadChipDC0(port) (ushort)inpw((port)+IOP_REG_DC0)
866 #define AscReadChipDC1(port) (ushort)inpw((port)+IOP_REG_DC1)
3894 word = inpw(iop_base + IOP_RAM_DATA); in AscMemWordCopyPtrFromLram()
6681 word = inpw(iop_base + IOP_RAM_DATA); in DvcGetQinfo()
8583 return inpw(eisa_cfg_iop); in DEF_SCSI_QCMD()
10961 (ushort)inp(iop + 1), (ushort)inpw(iop)); in advansys_board_found()