Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh/kernel/
Dio_bigsur.c37 #define BIGSUR_IOMAP_LO_THRESH 0x400 macro
40 #define BIGSUR_IOMAP_LO_NMAP (BIGSUR_IOMAP_LO_THRESH>>BIGSUR_IOMAP_LO_SHIFT)
66 port < endport && port < BIGSUR_IOMAP_LO_THRESH ; in bigsur_port_map()
74 for (port = MAX(baseport, BIGSUR_IOMAP_LO_THRESH) ; in bigsur_port_map()
92 port < endport && port < BIGSUR_IOMAP_LO_THRESH ; in bigsur_port_unmap()
97 for (port = MAX(baseport, BIGSUR_IOMAP_LO_THRESH) ; in bigsur_port_unmap()
119 else if (port >= BIGSUR_IOMAP_LO_THRESH) { in bigsur_isa_port2addr()