Searched refs:ar71xx_pci_read_config (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/mips/atheros/ |
| H A D | ar71xx_pci.c | 214 ar71xx_pci_read_config(device_t dev, u_int bus, u_int slot, u_int func, in ar71xx_pci_read_config() function 303 bar0 = ar71xx_pci_read_config(dev, bus, slot, func, PCIR_BAR(0), 4); in ar71xx_pci_fixup() 307 val = ar71xx_pci_read_config(dev, bus, slot, func, PCIR_COMMAND, 2); in ar71xx_pci_fixup() 324 val = ar71xx_pci_read_config(dev, bus, slot, func, PCIR_COMMAND, 2); in ar71xx_pci_fixup() 690 DEVMETHOD(pcib_read_config, ar71xx_pci_read_config),
|