Lines Matching refs:SUPERIO_PORT
200 #define SUPERIO_PORT(p) \ macro
216 if (SUPERIO_PORT(port)) in __inb8()
243 if (SUPERIO_PORT(port)) in __inb16()
258 if (SUPERIO_PORT(port)) in __inw()
274 if (SUPERIO_PORT(port) || port & 3) in __inl()
292 if (SUPERIO_PORT(port)) in __outb8()
314 if (SUPERIO_PORT(port)) in __outb16()
329 if (SUPERIO_PORT(port)) in __outw()
352 if (SUPERIO_PORT(port)) in outsb()
367 if (SUPERIO_PORT(port)) in insb()
385 if (SUPERIO_PORT(port)) in outsw()
400 if (SUPERIO_PORT(port)) in insw()
422 if (SUPERIO_PORT(port) || port & 3) in outsl()
432 if (SUPERIO_PORT(port) || port & 3) in insl()