Searched refs:sc_cfg_data (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/puc/
H A Dpuc_bfe.h54 intptr_t sc_cfg_data; member in struct:puc_softc
H A Dpucdata.c1481 sc->sc_cfg_data = (v0 << 8) | v1;
1517 v0 = (sc->sc_cfg_data >> 8) & 0xff;
1518 v1 = sc->sc_cfg_data & 0xff;
1539 v0 = (sc->sc_cfg_data >> 8) & 0xff;
1540 v1 = sc->sc_cfg_data & 0xff;
1699 "Timedia technology %d Port Serial", (int)sc->sc_cfg_data);
1709 sc->sc_cfg_data = subdevs[dev].ports;
1710 *res = sc->sc_cfg_data;
1789 * sc->sc_cfg_data will not contain the true number of
1799 sc->sc_cfg_data
[all...]
H A Dpuc.c163 if (ilr != (sc->sc_cfg_data & 0xff))

Completed in 57 milliseconds