Home
last modified time | relevance | path

Searched refs:sc_cc (Results 1 – 15 of 15) sorted by relevance

/openbsd/sys/dev/i2c/
H A Dicc.c32 struct hidcc *sc_cc; member
100 sc->sc_cc = hidcc_attach(&hca); in icc_attach()
110 if (sc->sc_cc != NULL) in icc_detach()
111 error = hidcc_detach(sc->sc_cc, flags); in icc_detach()
120 if (sc->sc_cc != NULL) in icc_intr()
121 hidcc_intr(sc->sc_cc, data, len); in icc_intr()
/openbsd/sys/dev/usb/
H A Ducc.c32 struct hidcc *sc_cc; member
101 sc->sc_cc = hidcc_attach(&hca); in ucc_attach()
111 if (sc->sc_cc != NULL) in ucc_detach()
112 error = hidcc_detach(sc->sc_cc, flags); in ucc_detach()
121 if (sc->sc_cc != NULL) in ucc_intr()
122 hidcc_intr(sc->sc_cc, data, len); in ucc_intr()
/openbsd/sys/dev/cardbus/
H A Dohci_cardbus.c63 cardbus_chipset_tag_t sc_cc; member
115 sc->sc_cc = cc; in ohci_cardbus_attach()
150 cardbus_intr_disestablish(sc->sc_cc, sc->sc_cf, sc->sc_ih); in ohci_cardbus_attach()
160 cardbus_intr_disestablish(sc->sc_cc, sc->sc_cf, sc->sc_ih); in ohci_cardbus_attach()
182 cardbus_intr_disestablish(sc->sc_cc, sc->sc_cf, sc->sc_ih); in ohci_cardbus_detach()
H A Dehci_cardbus.c56 cardbus_chipset_tag_t sc_cc; member
104 sc->sc_cc = cc; in ehci_cardbus_attach()
145 cardbus_intr_disestablish(sc->sc_cc, sc->sc_cf, sc->sc_ih); in ehci_cardbus_attach()
166 cardbus_intr_disestablish(sc->sc_cc, sc->sc_cf, sc->sc_ih); in ehci_cardbus_detach()
H A Duhci_cardbus.c54 cardbus_chipset_tag_t sc_cc; member
104 sc->sc_cc = cc; in uhci_cardbus_attach()
184 cardbus_intr_disestablish(sc->sc_cc, sc->sc_cf, sc->sc_ih); in uhci_cardbus_detach()
H A Dcardbus.c125 sc->sc_cc = cba->cba_cc; in cardbusattach()
383 cc = sc->sc_cc; in cardbus_attach_card()
488 ct->ct_cc = sc->sc_cc; in cardbus_attach_card()
624 sc->sc_cf->cardbus_power(sc->sc_cc, CARDBUS_VCC_0V | CARDBUS_VPP_0V); in cardbus_detach_card()
668 sc->sc_cf->cardbus_power(sc->sc_cc, CARDBUS_VCC_3V); in enable_function()
673 (sc->sc_cf->cardbus_ctrl)(sc->sc_cc, CARDBUS_RESET); in enable_function()
684 sc->sc_cf->cardbus_power(sc->sc_cc, CARDBUS_VCC_0V); in disable_function()
H A Dcardbus_map.c72 cardbus_chipset_tag_t cc = sc->sc_cc; in cardbus_mapreg_map()
141 cardbus_chipset_tag_t cc = sc->sc_cc; in cardbus_mapreg_unmap()
H A Dif_fxp_cardbus.c111 cardbus_chipset_tag_t cc = psc->sc_cc; in fxp_cardbus_attach()
173 cardbus_chipset_tag_t cc = psc->sc_cc; in fxp_cardbus_setup()
H A Dcom_cardbus.c327 cardbus_chipset_tag_t cc = psc->sc_cc; in com_cardbus_enable()
353 cardbus_chipset_tag_t cc = psc->sc_cc; in com_cardbus_disable()
371 cardbus_intr_disestablish(psc->sc_cc, psc->sc_cf, csc->cc_ih); in com_cardbus_detach()
H A Dcardbusvar.h125 cardbus_chipset_tag_t sc_cc; /* CardBus chipset */ member
H A Dif_re_cardbus.c103 cardbus_chipset_tag_t cc = psc->sc_cc; in re_cardbus_attach()
H A Dif_rl_cardbus.c131 cardbus_chipset_tag_t cc = psc->sc_cc; in rl_cardbus_attach()
H A Dcardslot.c138 if (csc && (csc->sc_cf->cardbus_ctrl)(csc->sc_cc, CARDBUS_CD)) { in cardslotattach()
/openbsd/sys/dev/fdt/
H A Dtcpci.c173 uint8_t sc_cc; member
400 if (sc->sc_cc == cc) in tcpci_cc_change()
466 sc->sc_cc = cc; in tcpci_cc_change()
/openbsd/sys/dev/sdmmc/
H A Dif_bwfm_sdio.c105 struct bwfm_core *sc_cc; member
305 sc->sc_cc = bwfm_chip_get_core(&sc->sc_sc, BWFM_AGENT_CORE_CHIPCOMMON); in bwfm_sdio_attach()
306 if (sc->sc_cc == NULL) { in bwfm_sdio_attach()
957 addr = sc->sc_cc->co_base; in bwfm_sdio_frame_read_write()