Searched refs:mv_pcib_read_config (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_pci.c | 356 static uint32_t mv_pcib_read_config(device_t, u_int, u_int, u_int, u_int, int); 385 DEVMETHOD(pcib_read_config, mv_pcib_read_config), 533 reg0 = mv_pcib_read_config(self, bus, devfn, devfn & 0x7, 0x0, 4); in mv_pcib_attach() 738 bar = mv_pcib_read_config(sc->sc_dev, bus, slot, func, reg, 4); in mv_pcib_init_bar() 799 secbus = mv_pcib_read_config(sc->sc_dev, bus, slot, func, in mv_pcib_init_bridge() 815 hdrtype = mv_pcib_read_config(sc->sc_dev, bus, slot, in mv_pcib_init() 824 command = mv_pcib_read_config(sc->sc_dev, bus, slot, in mv_pcib_init() 842 class = mv_pcib_read_config(sc->sc_dev, bus, slot, in mv_pcib_init() 844 subclass = mv_pcib_read_config(sc->sc_dev, bus, slot, in mv_pcib_init() 1101 mv_pcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, in mv_pcib_read_config() function
|