Searched refs:pci_iobase (Results 1 – 3 of 3) sorted by relevance
335 outb(reg, hc->pci_iobase + 4); in HFC_outb_regio()336 outb(val, hc->pci_iobase); in HFC_outb_regio()345 outb(reg, hc->pci_iobase + 4); in HFC_inb_regio()346 return inb(hc->pci_iobase); in HFC_inb_regio()355 outb(reg, hc->pci_iobase + 4); in HFC_inw_regio()356 return inw(hc->pci_iobase); in HFC_inw_regio()365 outb(R_STATUS, hc->pci_iobase + 4); in HFC_wait_regio()366 while (inb(hc->pci_iobase) & V_BUSY) in HFC_wait_regio()464 outb(A_FIFO_DATA0, (hc->pci_iobase) + 4); in write_fifo_regio()466 outl(cpu_to_le32(*(u32 *)data), hc->pci_iobase); in write_fifo_regio()[all …]
111 hc->pci_iobase = 0; in setup_embedded()
193 u_long pci_iobase; /* PCI IO */ member