Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-ebsa110/
Dio.c201 #define SUPERIO_PORT(p) \ macro
217 if (SUPERIO_PORT(port)) in __inb8()
244 if (SUPERIO_PORT(port)) in __inb16()
259 if (SUPERIO_PORT(port)) in __inw()
275 if (SUPERIO_PORT(port) || port & 3) in __inl()
293 if (SUPERIO_PORT(port)) in __outb8()
315 if (SUPERIO_PORT(port)) in __outb16()
330 if (SUPERIO_PORT(port)) in __outw()
353 if (SUPERIO_PORT(port)) in outsb()
368 if (SUPERIO_PORT(port)) in insb()
[all …]