Home
last modified time | relevance | path

Searched refs:sc_reset (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/sys/arch/arm/amlogic/
H A Dmesong12_usb2phy.c163 struct fdtbus_reset *sc_reset; member
188 if (sc->sc_reset != NULL) { in mesong12_usb2phy_enable()
189 fdtbus_reset_assert(sc->sc_reset); in mesong12_usb2phy_enable()
191 fdtbus_reset_deassert(sc->sc_reset); in mesong12_usb2phy_enable()
325 sc->sc_reset = fdtbus_reset_get_index(phandle, 0); in mesong12_usb2phy_attach()
H A Dmesong12_usb3pciephy.c83 struct fdtbus_reset *sc_reset; member
216 if (sc->sc_reset != NULL) { in mesong12_usb3pciephy_enable()
217 fdtbus_reset_assert(sc->sc_reset); in mesong12_usb3pciephy_enable()
219 fdtbus_reset_deassert(sc->sc_reset); in mesong12_usb3pciephy_enable()
337 sc->sc_reset = fdtbus_reset_get_index(phandle, 0); in mesong12_usb3pciephy_attach()
/netbsd-src/sys/arch/arm/rockchip/
H A Drk_tsadc.c210 struct fdtbus_reset *sc_reset; member
632 sc->sc_reset = fdtbus_reset_get(sc->sc_phandle, "tsadc-apb"); in rk_tsadc_init_clocks()
635 if (sc->sc_reset == NULL || in rk_tsadc_init_clocks()
640 fdtbus_reset_assert(sc->sc_reset); in rk_tsadc_init_clocks()
644 fdtbus_reset_deassert(sc->sc_reset); in rk_tsadc_init_clocks()
651 fdtbus_reset_deassert(sc->sc_reset); in rk_tsadc_init_clocks()
/netbsd-src/sys/dev/pci/
H A Dif_tlp_pci.c1215 sc->sc_reset = tlp_pci_znyx_21142_qs6611_reset; in tlp_pci_znyx_21142_quirks()
1311 sc->sc_reset = tlp_pci_asante_21140_reset; in tlp_pci_asante_21140_quirks()
1326 sc->sc_reset = tlp_pci_asante_21140_reset; in tlp_pci_e100_quirks()
1351 sc->sc_reset = tlp_pci_phobos_21140_reset; in tlp_pci_phobos_21140_quirks()
1486 sc->sc_reset = tlp_pci_cobalt_21142_reset; in tlp_pci_cobalt_21142_quirks()
1669 sc->sc_reset = tlp_pci_netwinder_21142_reset; in tlp_pci_netwinder_21142_quirks()
1698 sc->sc_reset = tlp_pci_phobos_21142_reset; in tlp_pci_phobos_21142_quirks()
H A Dif_wi_pci.c146 if (sc->sc_reset != NULL) in wi_pci_enable()
366 sc->sc_reset = wi_pci_reset; in wi_pci_attach()
H A Dsiop_pci_common.c272 siop_sc->sc_reset = siop_pci_reset; in siop_pci_attach_common()
/netbsd-src/sys/dev/ic/
H A Dsmc90cx6var.h55 void (*sc_reset)(struct bah_softc *, int); member
H A Dsmc90cx6.c159 (*sc->sc_reset)(sc, 1); in bah_attach_subr()
258 (*sc->sc_reset)(sc, 1); in bah_reset()
328 (*sc->sc_reset)(sc, 0); in bah_stop()
H A Dsiopvar_common.h147 void (*sc_reset)(struct siop_common_softc*); /* reset callback */ member
H A Dwd33c93var.h184 void (*sc_reset) (struct wd33c93_softc *); member
H A Dwivar.h88 void (*sc_reset)(struct wi_softc *); member
H A Dtulipvar.h376 void (*sc_reset)(struct tulip_softc *); member
H A Dtulip.c1578 if (sc->sc_reset != NULL) in tlp_reset()
1579 (*sc->sc_reset)(sc); in tlp_reset()
4781 if (sc->sc_reset == NULL) in tlp_2114x_isv_tmsw_init()
4782 sc->sc_reset = tlp_21140_reset; in tlp_2114x_isv_tmsw_init()
4937 if (sc->sc_reset == NULL) in tlp_2114x_isv_tmsw_init()
4938 sc->sc_reset = tlp_21142_reset; in tlp_2114x_isv_tmsw_init()
5970 sc->sc_reset = tlp_pmac_reset; in tlp_pmac_tmsw_init()
H A Dwd33c93.c300 if (sc->sc_reset != NULL) in wd33c93_reset()
301 (*sc->sc_reset)(sc); in wd33c93_reset()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_tv.c343 u32 sc_reset; member
418 .sc_reset = TV_SC_RESET_EVERY_4,
460 .sc_reset = TV_SC_RESET_NEVER,
503 .sc_reset = TV_SC_RESET_EVERY_4,
546 .sc_reset = TV_SC_RESET_EVERY_8,
591 .sc_reset = TV_SC_RESET_EVERY_8,
634 .sc_reset = TV_SC_RESET_EVERY_8,
1502 scctl1 |= tv_mode->sc_reset; in intel_tv_pre_enable()
/netbsd-src/sys/arch/arm/imx/
H A Dimxpcievar.h65 void (* sc_reset)(void *); member
/netbsd-src/sys/arch/amiga/dev/
H A Dif_bah_zbus.c117 sc->sc_reset = bah_zbus_reset; in bah_zbus_attach()
/netbsd-src/sys/arch/hppa/gsc/
H A Dsiop_gsc.c108 sc->sc_c.sc_reset = siop_gsc_reset; in siop_gsc_attach()
/netbsd-src/sys/arch/hppa/dev/
H A Dsiop_sgc.c116 sc->sc_c.sc_reset = siop_sgc_reset; in siop_sgc_attach()
/netbsd-src/sys/arch/arm/nxp/
H A Dimx6_pcie.c129 sc->sc_reset = imx6_pcie_reset; in imx6_pcie_attach()
H A Dimxpcie.c321 if (sc->sc_reset != NULL) in imxpcie_deassert_core_reset()
322 sc->sc_reset(sc); in imxpcie_deassert_core_reset()
/netbsd-src/sys/arch/sgimips/ioc/
H A Doiocsc.c160 sc->sc_reset = oiocsc_reset; in oiocsc_attach()
/netbsd-src/sys/arch/sgimips/hpc/
H A Dwdsc.c175 sc->sc_reset = wdsc_reset; in wdsc_attach()
/netbsd-src/sys/dev/cardbus/
H A Dif_tlp_cardbus.c416 sc->sc_reset = tlp_cardbus_x3201_reset; in tlp_cardbus_attach()
/netbsd-src/sys/dev/podulebus/
H A Dsec.c197 sc->sc_sbic.sc_reset = sec_reset; in sec_attach()

12