Home
last modified time | relevance | path

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

/include/asm-generic/
Dio.h516 #ifndef PCI_IOBASE
517 #define PCI_IOBASE ((void __iomem *)0) macro
537 val = __raw_readb(PCI_IOBASE + addr); in _inb()
550 val = __le16_to_cpu((__le16 __force)__raw_readw(PCI_IOBASE + addr)); in _inw()
563 val = __le32_to_cpu((__le32 __force)__raw_readl(PCI_IOBASE + addr)); in _inl()
574 __raw_writeb(value, PCI_IOBASE + addr); in _outb()
584 __raw_writew((u16 __force)cpu_to_le16(value), PCI_IOBASE + addr); in _outw()
594 __raw_writel((u32 __force)cpu_to_le32(value), PCI_IOBASE + addr); in _outl()
682 readsb(PCI_IOBASE + addr, buffer, count); in insb()
690 readsw(PCI_IOBASE + addr, buffer, count); in insw()
[all …]