opm.c | 60 struct opm_softc *opm0; /* XXX */ variable in typeref:struct:opm_softc * 112 opm0 = sc; /* XXX */ 131 while (bus_space_read_1(opm0->sc_bst, opm0->sc_bht, OPM_DATA) & 0x80); 132 bus_space_write_1(opm0->sc_bst, opm0->sc_bht, OPM_REG, reg); 133 while (bus_space_read_1(opm0->sc_bst, opm0->sc_bht, OPM_DATA) & 0x80); 134 bus_space_write_1(opm0->sc_bst, opm0->sc_bht, OPM_DATA, dat) [all...] |