Searched refs:pci_writeb (Results 1 – 2 of 2) sorted by relevance
133 pci_writeb(index,IO_INDEX); in read_pnp_config()139 pci_writeb(index,IO_INDEX); in write_pnp_config()140 pci_writeb(data, IO_DATA); in write_pnp_config()150 pci_writeb(index, CONFIG_SYS_ISA_IO + base); in write_pm_reg()152 pci_writeb(data, CONFIG_SYS_ISA_IO + base + 1); in write_pm_reg()
28 #define pci_writeb(b,addr) ((*(volatile u8 *) (addr)) = (b)) macro