Searched refs:port (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | iomap.c | 38 static void bad_io_access(unsigned long port, const char *access) in bad_io_access() argument 43 WARN(1, KERN_ERR "Bad IO access at port %#lx (%s)\n", port, access); in bad_io_access() 51 unsigned long port = (unsigned long __force)addr; \ 52 if (port >= PIO_RESERVED) { \ 54 } else if (port > PIO_OFFSET) { \ 55 port &= PIO_MASK; \ 58 bad_io_access(port, #is_pio ); \ 62 #define pio_read16be(port) swab16(inw(port)) argument 63 #define pio_read32be(port) swab32(inl(port)) argument 73 IO_COND(addr, return inb(port), return readb(addr)); in ioread8() [all …]
|
D | devres.c | 195 void __iomem * devm_ioport_map(struct device *dev, unsigned long port, in devm_ioport_map() argument 204 addr = ioport_map(port, nr); in devm_ioport_map()
|
D | Kconfig.debug | 1347 on boot and the crashing machine has a FireWire port, you can use
|