HomeSort by: relevance | last modified time | path
    Searched defs:rfc_sc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/qbus/
rf.c 280 rfcprobedens(struct rfc_softc *rfc_sc, int dnum)
287 bus_space_write_2(rfc_sc->sc_iot, rfc_sc->sc_ioh, RX2CS,
295 if ((bus_space_read_2(rfc_sc->sc_iot, rfc_sc->sc_ioh, RX2CS)
298 device_xname(rfc_sc->sc_dev));
301 bus_space_write_2(rfc_sc->sc_iot, rfc_sc->sc_ioh, RX2SA, 1);
304 if ((bus_space_read_2(rfc_sc->sc_iot, rfc_sc->sc_ioh, RX2CS
336 struct rfc_softc *rfc_sc = device_private(self); local in function:rfc_attach
454 struct rfc_softc *rfc_sc = device_private(parent); local in function:rf_attach
570 struct rfc_softc *rfc_sc; local in function:rfstrategy
657 struct rfc_softc *rfc_sc = intarg; local in function:rfc_intr
970 struct rfc_softc *rfc_sc; local in function:rfopen
    [all...]

Completed in 11 milliseconds