Lines Matching refs:ap
38 #define IOFUNC_IO(name, hws, ap) \ argument
41 return inb(hw->ap.port + off); \
45 outb(val, hw->ap.port + off); \
49 insb(hw->ap.port + off, dp, size); \
53 outsb(hw->ap.port + off, dp, size); \
56 #define IOFUNC_IND(name, hws, ap) \ argument
59 outb(off, hw->ap.ale); \
60 return inb(hw->ap.port); \
64 outb(off, hw->ap.ale); \
65 outb(val, hw->ap.port); \
69 outb(off, hw->ap.ale); \
70 insb(hw->ap.port, dp, size); \
74 outb(off, hw->ap.ale); \
75 outsb(hw->ap.port, dp, size); \