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

  /src/sys/arch/macppc/dev/
drivebay.c 85 static uint32_t drivebay_readreg(struct drivebay_softc *, int);
152 sc->sc_state = drivebay_readreg(sc, PCAGPIO_OUTPUT);
193 sc->sc_dir = drivebay_readreg(sc, PCAGPIO_CONFIG);
194 sc->sc_in = drivebay_readreg(sc, PCAGPIO_INPUT);
229 drivebay_readreg(struct drivebay_softc *sc, int reg) function in typeref:typename:uint32_t
258 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);
293 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);
363 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);
384 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);
drivebay.c 85 static uint32_t drivebay_readreg(struct drivebay_softc *, int);
152 sc->sc_state = drivebay_readreg(sc, PCAGPIO_OUTPUT);
193 sc->sc_dir = drivebay_readreg(sc, PCAGPIO_CONFIG);
194 sc->sc_in = drivebay_readreg(sc, PCAGPIO_INPUT);
229 drivebay_readreg(struct drivebay_softc *sc, int reg) function in typeref:typename:uint32_t
258 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);
293 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);
363 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);
384 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);
drivebay.c 85 static uint32_t drivebay_readreg(struct drivebay_softc *, int);
152 sc->sc_state = drivebay_readreg(sc, PCAGPIO_OUTPUT);
193 sc->sc_dir = drivebay_readreg(sc, PCAGPIO_CONFIG);
194 sc->sc_in = drivebay_readreg(sc, PCAGPIO_INPUT);
229 drivebay_readreg(struct drivebay_softc *sc, int reg) function in typeref:typename:uint32_t
258 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);
293 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);
363 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);
384 int reg = drivebay_readreg(sc, PCAGPIO_INPUT);

Completed in 38 milliseconds