Lines Matching defs:p
104 #define OutPortByte(p,v) outb((u8)(v),(SISIOADDRESS)(p)) argument
105 #define OutPortWord(p,v) outw((u16)(v),(SISIOADDRESS)(p)) argument
106 #define OutPortLong(p,v) outl((u32)(v),(SISIOADDRESS)(p)) argument
107 #define InPortByte(p) inb((SISIOADDRESS)(p)) argument
108 #define InPortWord(p) inw((SISIOADDRESS)(p)) argument
109 #define InPortLong(p) inl((SISIOADDRESS)(p)) argument
123 #define OutPortByte(p,v) outSISREG((IOADDRESS)(p),(CARD8)(v)) argument
124 #define OutPortWord(p,v) outSISREGW((IOADDRESS)(p),(CARD16)(v)) argument
125 #define OutPortLong(p,v) outSISREGL((IOADDRESS)(p),(CARD32)(v)) argument
126 #define InPortByte(p) inSISREG((IOADDRESS)(p)) argument
127 #define InPortWord(p) inSISREGW((IOADDRESS)(p)) argument
128 #define InPortLong(p) inSISREGL((IOADDRESS)(p)) argument