Searched refs:sc_cc (Results 1 – 15 of 15) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | ucc.c | 32 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/i2c/ |
H A D | icc.c | 32 struct hidcc *sc_cc; member 101 sc->sc_cc = hidcc_attach(&hca); in icc_attach() 111 if (sc->sc_cc != NULL) in icc_detach() 112 error = hidcc_detach(sc->sc_cc, flags); in icc_detach() 121 if (sc->sc_cc != NULL) in icc_intr() 122 hidcc_intr(sc->sc_cc, data, len); in icc_intr()
|
/openbsd/sys/dev/cardbus/ |
H A D | ohci_cardbus.c | 63 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 D | ehci_cardbus.c | 56 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 D | uhci_cardbus.c | 54 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 D | cardbus.c | 125 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 D | cardbus_map.c | 72 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 D | if_fxp_cardbus.c | 111 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 D | com_cardbus.c | 327 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 D | cardbusvar.h | 125 cardbus_chipset_tag_t sc_cc; /* CardBus chipset */ member
|
H A D | if_re_cardbus.c | 103 cardbus_chipset_tag_t cc = psc->sc_cc; in re_cardbus_attach()
|
H A D | if_rl_cardbus.c | 131 cardbus_chipset_tag_t cc = psc->sc_cc; in rl_cardbus_attach()
|
H A D | cardslot.c | 138 if (csc && (csc->sc_cf->cardbus_ctrl)(csc->sc_cc, CARDBUS_CD)) { in cardslotattach()
|
/openbsd/sys/dev/fdt/ |
H A D | tcpci.c | 173 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 D | if_bwfm_sdio.c | 105 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()
|