Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/iicbus/
HDlm75.c88 uint32_t sc_conf; member
200 conf = sc->sc_conf; in lm75_type_detect()
206 sc->sc_conf = LM75_TEST_PATTERN; in lm75_type_detect()
216 if (sc->sc_conf != LM75_TEST_PATTERN) in lm75_type_detect()
239 sc->sc_conf = conf; in lm75_type_detect()
309 sc->sc_conf = (uint32_t)buf8; in lm75_conf_read()
320 buf8[1] = (uint8_t)sc->sc_conf & LM75_CONF_MASK; in lm75_conf_write()
462 tmp = (sc->sc_conf & LM75_CONF_FAULT) >> LM75_CONF_FSHIFT; in lm75_faults_sysctl()
476 sc->sc_conf &= ~LM75_CONF_FAULT; in lm75_faults_sysctl()
477 sc->sc_conf |= newf << LM75_CONF_FSHIFT; in lm75_faults_sysctl()
[all …]
/freebsd-13-stable/sys/mips/cavium/usb/
HDoctusb.h126 uint8_t sc_conf; /* device configuration */ member
HDoctusb.c1458 sc->sc_hub_desc.temp[0] = sc->sc_conf; in octusb_roothub_exec()
1543 sc->sc_conf = value; in octusb_roothub_exec()
/freebsd-13-stable/sys/dev/usb/controller/
HDsaf1761_otg.h159 uint8_t sc_conf; /* root HUB config */ member
HDuhci.h236 uint8_t sc_conf; /* device configuration */ member
HDatmegadci.h271 uint8_t sc_conf; /* root hub config */ member
HDdwc_otg.h208 uint8_t sc_conf; /* root HUB config */ member
HDavr32dci.h240 uint8_t sc_conf; /* root hub config */ member
HDohci.h251 uint8_t sc_conf; /* device configuration */ member
HDuss820dci.h347 uint8_t sc_conf; /* root HUB config */ member
HDmusb_otg.h419 uint8_t sc_conf; /* root HUB config */ member
HDehci.h352 uint8_t sc_conf; /* device configuration */ member
HDxhci.h553 uint8_t sc_conf; member
HDavr32dci.c1698 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in avr32dci_roothub_exec()
1717 sc->sc_conf = value; in avr32dci_roothub_exec()
HDatmegadci.c1743 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in atmegadci_roothub_exec()
1762 sc->sc_conf = value; in atmegadci_roothub_exec()
HDuss820dci.c2044 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in uss820dci_roothub_exec()
2063 sc->sc_conf = value; in uss820dci_roothub_exec()
HDohci.c2089 sc->sc_hub_desc.temp[0] = sc->sc_conf; in ohci_roothub_exec()
2166 sc->sc_conf = value; in ohci_roothub_exec()
HDuhci.c2459 sc->sc_hub_desc.temp[0] = sc->sc_conf; in uhci_roothub_exec()
2536 sc->sc_conf = value; in uhci_roothub_exec()
HDsaf1761_otg.c3043 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in saf1761_otg_roothub_exec()
3061 sc->sc_conf = value; in saf1761_otg_roothub_exec()
HDmusb_otg.c3776 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in musbotg_roothub_exec()
3795 sc->sc_conf = value; in musbotg_roothub_exec()
HDehci.c3038 sc->sc_hub_desc.temp[0] = sc->sc_conf; in ehci_roothub_exec()
3127 sc->sc_conf = value; in ehci_roothub_exec()
HDdwc_otg.c4523 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in dwc_otg_roothub_exec()
4542 sc->sc_conf = value; in dwc_otg_roothub_exec()
HDxhci.c3254 sc->sc_hub_desc.temp[0] = sc->sc_conf; in xhci_roothub_exec()
3339 sc->sc_conf = value; in xhci_roothub_exec()