Searched refs:pci_iobase (Results 1 – 3 of 3) sorted by relevance
321 outb(reg, hc->pci_iobase + 4); in HFC_outb_regio()322 outb(val, hc->pci_iobase); in HFC_outb_regio()331 outb(reg, hc->pci_iobase + 4); in HFC_inb_regio()332 return inb(hc->pci_iobase); in HFC_inb_regio()341 outb(reg, hc->pci_iobase + 4); in HFC_inw_regio()342 return inw(hc->pci_iobase); in HFC_inw_regio()351 outb(R_STATUS, hc->pci_iobase + 4); in HFC_wait_regio()352 while (inb(hc->pci_iobase) & V_BUSY) in HFC_wait_regio()450 outb(A_FIFO_DATA0, (hc->pci_iobase) + 4); in write_fifo_regio()452 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