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

/freebsd-11-stable/sys/dev/puc/
H A Dpuc_bfe.h52 intptr_t sc_cfg_data; member in struct:puc_softc
H A Dpucdata.c1474 sc->sc_cfg_data = (v0 << 8) | v1;
1510 v0 = (sc->sc_cfg_data >> 8) & 0xff;
1511 v1 = sc->sc_cfg_data & 0xff;
1532 v0 = (sc->sc_cfg_data >> 8) & 0xff;
1533 v1 = sc->sc_cfg_data & 0xff;
1692 "Timedia technology %d Port Serial", (int)sc->sc_cfg_data);
1702 sc->sc_cfg_data = subdevs[dev].ports;
1703 *res = sc->sc_cfg_data;
1782 * sc->sc_cfg_data will not contain the true number of
1792 sc->sc_cfg_data
[all...]
H A Dpuc.c160 if (ilr != (sc->sc_cfg_data & 0xff))

Completed in 175 milliseconds