HomeSort by: relevance | last modified time | path
    Searched refs:sc_sc_ioh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/ifpga/
ifpgavar.h 53 bus_space_handle_t sc_sc_ioh; /* System Controller handle */ member in struct:ifpga_softc
ifpga.c 123 ifa.ifa_sc_ioh = sc->sc_sc_ioh;
184 &sc->sc_sc_ioh))
188 id = bus_space_read_4(sc->sc_iot, sc->sc_sc_ioh, IFPGA_SC_ID);
240 sysclk = bus_space_read_1(sc->sc_iot, sc->sc_sc_ioh, IFPGA_SC_OSC);
340 bus_space_write_1(ifpga_sc->sc_iot, ifpga_sc->sc_sc_ioh,

Completed in 12 milliseconds