Searched refs:bcm_pcib_read_config (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2838_pci.c | 317 bcm_pcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, in bcm_pcib_read_config() function 590 val = bcm_pcib_read_config(dev, 0, 0, 0, PCIR_MEMBASE_1, 2); in bcm_pcib_relocate_bridge_window() 593 val = bcm_pcib_read_config(dev, 0, 0, 0, PCIR_MEMLIMIT_1, 2); in bcm_pcib_relocate_bridge_window() 766 DEVMETHOD(pcib_read_config, bcm_pcib_read_config),
|