Home | History | Annotate | Download | only in pnpbus

Lines Matching refs:osc

521 mkclock_pnpbus_nvrd(struct mk48txx_softc *osc, int off)
523 struct prep_mk48txx_softc *sc = (struct prep_mk48txx_softc *)osc;
531 bus_space_write_1(osc->sc_bst, osc->sc_bsh, 0, off & 0xff);
532 bus_space_write_1(osc->sc_bst, osc->sc_bsh, 1, off >> 8);
542 mkclock_pnpbus_nvwr(struct mk48txx_softc *osc, int off, uint8_t datum)
544 struct prep_mk48txx_softc *sc = (struct prep_mk48txx_softc *)osc;
551 bus_space_write_1(osc->sc_bst, osc->sc_bsh, 0, off & 0xff);
552 bus_space_write_1(osc->sc_bst, osc->sc_bsh, 1, off >> 8);