Searched refs:SUPERIO_PORT (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/arm/mach-ebsa110/
H A Dio.c200 #define SUPERIO_PORT(p) \ macro
216 if (SUPERIO_PORT(port)) __inb8()
243 if (SUPERIO_PORT(port)) __inb16()
258 if (SUPERIO_PORT(port)) __inw()
274 if (SUPERIO_PORT(port) || port & 3) __inl()
292 if (SUPERIO_PORT(port)) __outb8()
314 if (SUPERIO_PORT(port)) __outb16()
329 if (SUPERIO_PORT(port)) __outw()
352 if (SUPERIO_PORT(port)) outsb()
367 if (SUPERIO_PORT(port)) insb()
385 if (SUPERIO_PORT(port)) outsw()
400 if (SUPERIO_PORT(port)) insw()
422 if (SUPERIO_PORT(port) || port & 3) outsl()
432 if (SUPERIO_PORT(port) || port & 3) insl()

Completed in 66 milliseconds