Searched refs:sc_conf (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/sys/dev/iicbus/
H A Dlm75.c90 uint32_t sc_conf; member in struct:lm75_softc
202 conf = sc->sc_conf;
208 sc->sc_conf = LM75_TEST_PATTERN;
218 if (sc->sc_conf != LM75_TEST_PATTERN)
241 sc->sc_conf = conf;
311 sc->sc_conf = (uint32_t)buf8;
322 buf8[1] = (uint8_t)sc->sc_conf & LM75_CONF_MASK;
464 tmp = (sc->sc_conf & LM75_CONF_FAULT) >> LM75_CONF_FSHIFT;
478 sc->sc_conf &= ~LM75_CONF_FAULT;
479 sc->sc_conf |
[all...]
/freebsd-13-stable/sys/mips/cavium/usb/
H A Doctusb.h127 uint8_t sc_conf; /* device configuration */ member in struct:octusb_softc
H A Doctusb.c1460 sc->sc_hub_desc.temp[0] = sc->sc_conf;
1545 sc->sc_conf = value;
/freebsd-13-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.h160 uint8_t sc_conf; /* root HUB config */ member in struct:saf1761_otg_softc
H A Ddwc_otg.h209 uint8_t sc_conf; /* root HUB config */ member in struct:dwc_otg_softc
H A Datmegadci.h272 uint8_t sc_conf; /* root hub config */ member in struct:atmegadci_softc
H A Davr32dci.h241 uint8_t sc_conf; /* root hub config */ member in struct:avr32dci_softc
H A Dohci.h252 uint8_t sc_conf; /* device configuration */ member in struct:ohci_softc
H A Duhci.h237 uint8_t sc_conf; /* device configuration */ member in struct:uhci_softc
H A Duss820dci.h348 uint8_t sc_conf; /* root HUB config */ member in struct:uss820dci_softc
H A Dehci.h353 uint8_t sc_conf; /* device configuration */ member in struct:ehci_softc
H A Dmusb_otg.h420 uint8_t sc_conf; /* root HUB config */ member in struct:musbotg_softc
H A Dxhci.h521 uint8_t sc_conf; member in struct:xhci_softc
H A Datmegadci.c1783 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
1802 sc->sc_conf = value;
H A Davr32dci.c1727 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
1746 sc->sc_conf = value;
H A Duss820dci.c2082 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
2101 sc->sc_conf = value;
H A Dohci.c2111 sc->sc_hub_desc.temp[0] = sc->sc_conf;
2188 sc->sc_conf = value;
H A Dsaf1761_otg.c3106 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
3124 sc->sc_conf = value;
H A Duhci.c2489 sc->sc_hub_desc.temp[0] = sc->sc_conf;
2566 sc->sc_conf = value;
H A Ddwc_otg.c4566 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
4585 sc->sc_conf = value;
H A Dehci.c3107 sc->sc_hub_desc.temp[0] = sc->sc_conf;
3196 sc->sc_conf = value;
H A Dmusb_otg.c3819 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
3838 sc->sc_conf = value;
H A Dxhci.c3315 sc->sc_hub_desc.temp[0] = sc->sc_conf;
3400 sc->sc_conf = value;

Completed in 303 milliseconds