Lines Matching refs:inpw
83 #define inpw(port) inw(port) macro
822 #define AscGetChipSignatureWord(port) (ushort)inpw((port)+IOP_SIG_WORD)
824 #define AscGetChipCfgLsw(port) (ushort)inpw((port)+IOP_CONFIG_LOW)
825 #define AscGetChipCfgMsw(port) (ushort)inpw((port)+IOP_CONFIG_HIGH)
830 #define AscGetChipEEPData(port) (ushort)inpw((port)+IOP_EEP_DATA)
832 #define AscGetChipLramAddr(port) (ushort)inpw((PortAddr)((port)+IOP_RAM_ADDR))
834 #define AscGetChipLramData(port) (ushort)inpw((port)+IOP_RAM_DATA)
838 #define AscGetChipStatus(port) (ASC_CS_TYPE)inpw((port)+IOP_STATUS)
845 #define AscGetPCAddr(port) (ushort)inpw((port)+IOP_REG_PC)
850 #define AscReadChipAX(port) (ushort)inpw((port)+IOP_REG_AX)
854 #define AscReadChipIH(port) (ushort)inpw((port)+IOP_REG_IH)
858 #define AscReadChipFIFO_L(port) (ushort)inpw((port)+IOP_REG_FIFO_L)
860 #define AscReadChipFIFO_H(port) (ushort)inpw((port)+IOP_REG_FIFO_H)
864 #define AscReadChipDA0(port) (ushort)inpw((port)+IOP_REG_DA0)
866 #define AscReadChipDA1(port) (ushort)inpw((port)+IOP_REG_DA1)
868 #define AscReadChipDC0(port) (ushort)inpw((port)+IOP_REG_DC0)
870 #define AscReadChipDC1(port) (ushort)inpw((port)+IOP_REG_DC1)
3898 word = inpw(iop_base + IOP_RAM_DATA); in AscMemWordCopyPtrFromLram()
6688 word = inpw(iop_base + IOP_RAM_DATA); in DvcGetQinfo()
8590 return inpw(eisa_cfg_iop); in DEF_SCSI_QCMD()
10976 (ushort)inp(iop + 1), (ushort)inpw(iop)); in advansys_board_found()