Lines Matching refs:inpw
924 #define inpw(port) inw(port) macro
1946 #define AscGetChipSignatureWord(port) (ushort)inpw((port)+IOP_SIG_WORD)
1948 #define AscGetChipCfgLsw(port) (ushort)inpw((port)+IOP_CONFIG_LOW)
1949 #define AscGetChipCfgMsw(port) (ushort)inpw((port)+IOP_CONFIG_HIGH)
1954 #define AscGetChipEEPData(port) (ushort)inpw((port)+IOP_EEP_DATA)
1956 #define AscGetChipLramAddr(port) (ushort)inpw((PortAddr)((port)+IOP_RAM_ADDR))
1958 #define AscGetChipLramData(port) (ushort)inpw((port)+IOP_RAM_DATA)
1962 #define AscGetChipStatus(port) (ASC_CS_TYPE)inpw((port)+IOP_STATUS)
1969 #define AscGetPCAddr(port) (ushort)inpw((port)+IOP_REG_PC)
1974 #define AscReadChipAX(port) (ushort)inpw((port)+IOP_REG_AX)
1978 #define AscReadChipIH(port) (ushort)inpw((port)+IOP_REG_IH)
1982 #define AscReadChipFIFO_L(port) (ushort)inpw((port)+IOP_REG_FIFO_L)
1984 #define AscReadChipFIFO_H(port) (ushort)inpw((port)+IOP_REG_FIFO_H)
1988 #define AscReadChipDA0(port) (ushort)inpw((port)+IOP_REG_DA0)
1990 #define AscReadChipDA1(port) (ushort)inpw((port)+IOP_REG_DA1)
1992 #define AscReadChipDC0(port) (ushort)inpw((port)+IOP_REG_DC0)
1994 #define AscReadChipDC1(port) (ushort)inpw((port)+IOP_REG_DC1)
4949 (ushort) inp(iop + 1), (ushort) inpw(iop)); in ASC_INITFUNC()
9092 word = inpw(iop_base + IOP_RAM_DATA); in DvcGetQinfo()
9909 return (inpw(eisa_cfg_iop)); in ASC_INITFUNC()
11985 product_id_low = inpw(eisa_iop); in ASC_INITFUNC()
11986 product_id_high = inpw(eisa_iop + 2); in ASC_INITFUNC()
12017 inpw(iop_base + 4); in ASC_INITFUNC()
13443 word = inpw(iop_base + IOP_RAM_DATA); in AscMemWordCopyPtrFromLram()