Lines Matching refs:base
47 unsigned long int base; member
61 unsigned long int base; in _ioperm() local
72 if (!io.base) in _ioperm()
90 base = (unsigned long int) __mmap (0, len, PROT_READ | PROT_WRITE, MAP_SHARED, in _ioperm()
94 if ((long) base == -1) in _ioperm()
97 io.base = base; in _ioperm()
102 if (!io.base) in _ioperm()
136 volatile unsigned char *addr = (void *) io.base + io_offset (port); in _inb()
147 volatile unsigned short *addr = (void *) io.base + io_offset (port); in _inw()
158 volatile unsigned int *addr = (void *) io.base + io_offset (port); in _inl()
169 volatile unsigned char *addr = (void *) io.base + io_offset (port); in _outb()
178 volatile unsigned short *addr = (void *) io.base + io_offset (port); in _outw()
187 volatile unsigned int *addr = (void *) io.base + io_offset (port); in _outl()