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

/freebsd-10.2-release/sys/dev/puc/
H A Dpuc_bfe.h52 intptr_t sc_cfg_data; member in struct:puc_softc
H A Dpucdata.c1316 sc->sc_cfg_data = (v0 << 8) | v1;
1352 v0 = (sc->sc_cfg_data >> 8) & 0xff;
1353 v1 = sc->sc_cfg_data & 0xff;
1374 v0 = (sc->sc_cfg_data >> 8) & 0xff;
1375 v1 = sc->sc_cfg_data & 0xff;
1534 "Timedia technology %d Port Serial", (int)sc->sc_cfg_data);
1544 sc->sc_cfg_data = subdevs[dev].ports;
1545 *res = sc->sc_cfg_data;
1624 * (int)sc->sc_cfg_data will not contain the true number of
1634 sc->sc_cfg_data
[all...]
H A Dpuc.c157 if (ilr != (sc->sc_cfg_data & 0xff))

Completed in 61 milliseconds