Searched refs:PCI_IOBASE (Results 1 – 1 of 1) sorted by relevance
| /include/asm-generic/ |
| A D | io.h | 316 #ifndef PCI_IOBASE 317 #define PCI_IOBASE ((void __iomem *)0) macro 329 readsb(PCI_IOBASE + addr, buffer, count); in insb() 337 readsw(PCI_IOBASE + addr, buffer, count); in insw() 345 readsl(PCI_IOBASE + addr, buffer, count); in insl() 354 writesb(PCI_IOBASE + addr, buffer, count); in outsb() 363 writesw(PCI_IOBASE + addr, buffer, count); in outsw() 372 writesl(PCI_IOBASE + addr, buffer, count); in outsl()
|
Completed in 4 milliseconds