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