Searched refs:sc_pe (Results 1 - 5 of 5) sorted by relevance

/src/sys/dev/pci/
H A Dcs428x.h104 char *sc_ps, *sc_pe, *sc_pn; member in struct:cs428x_softc
H A Dcs4281.c359 if (sc->sc_pn >= sc->sc_pe)
481 sc->sc_pe = (char *)end;
H A Dcs4280.c441 if (sc->sc_pn >= sc->sc_pe)
625 sc->sc_pe = (char *)end;
/src/sys/arch/evbppc/nintendo/dev/
H A Dwiifb.c146 volatile uint16_t *sc_pe; member in struct:wiifb_softc
168 #define PE_WRITE(sc, off, val) (sc)->sc_pe[(off)] = (val)
169 #define PE_READ(sc, off) (sc)->sc_pe[(off)]
607 sc->sc_pe = wiifb_mapreg(sc, PE_BASE, PE_SIZE);
/src/sys/dev/adb/
H A Dadb_kbd.c96 uint8_t sc_us, sc_pe; member in struct:adbkbd_softc
525 sc->sc_pe = k1;
542 ADBK_PRESS(sc->sc_pe) ? PSWITCH_EVENT_PRESSED :

Completed in 7 milliseconds