Searched refs:sc_ioh_elcr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/mips/malta/
H A Dgt_pci.c115 bus_space_handle_t sc_ioh_elcr; member in struct:gt_pci_softc
195 bus_space_write_1(sc->sc_st, sc->sc_ioh_elcr, 0,
197 bus_space_write_1(sc->sc_st, sc->sc_ioh_elcr, 1,
306 if (bus_space_map(sc->sc_st, 0x4d0, 2, 0, &sc->sc_ioh_elcr) != 0)
313 sc->sc_ioh_elcr = MIPS_PHYS_TO_KSEG1(sc->sc_io + 0x4d0);
378 bus_space_write_1(sc->sc_st, sc->sc_ioh_elcr, 0,
380 bus_space_write_1(sc->sc_st, sc->sc_ioh_elcr, 1,

Completed in 93 milliseconds