| /netbsd-src/sys/arch/arm/amlogic/ |
| H A D | mesong12_usb2phy.c | 163 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 D | mesong12_usb3pciephy.c | 83 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 D | rk_tsadc.c | 210 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 D | if_tlp_pci.c | 1215 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 D | if_wi_pci.c | 146 if (sc->sc_reset != NULL) in wi_pci_enable() 366 sc->sc_reset = wi_pci_reset; in wi_pci_attach()
|
| H A D | siop_pci_common.c | 272 siop_sc->sc_reset = siop_pci_reset; in siop_pci_attach_common()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | smc90cx6var.h | 55 void (*sc_reset)(struct bah_softc *, int); member
|
| H A D | smc90cx6.c | 159 (*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 D | siopvar_common.h | 147 void (*sc_reset)(struct siop_common_softc*); /* reset callback */ member
|
| H A D | wd33c93var.h | 184 void (*sc_reset) (struct wd33c93_softc *); member
|
| H A D | wivar.h | 88 void (*sc_reset)(struct wi_softc *); member
|
| H A D | tulipvar.h | 376 void (*sc_reset)(struct tulip_softc *); member
|
| H A D | tulip.c | 1578 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 D | wd33c93.c | 300 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 D | intel_tv.c | 343 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 D | imxpcievar.h | 65 void (* sc_reset)(void *); member
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | if_bah_zbus.c | 117 sc->sc_reset = bah_zbus_reset; in bah_zbus_attach()
|
| /netbsd-src/sys/arch/hppa/gsc/ |
| H A D | siop_gsc.c | 108 sc->sc_c.sc_reset = siop_gsc_reset; in siop_gsc_attach()
|
| /netbsd-src/sys/arch/hppa/dev/ |
| H A D | siop_sgc.c | 116 sc->sc_c.sc_reset = siop_sgc_reset; in siop_sgc_attach()
|
| /netbsd-src/sys/arch/arm/nxp/ |
| H A D | imx6_pcie.c | 129 sc->sc_reset = imx6_pcie_reset; in imx6_pcie_attach()
|
| H A D | imxpcie.c | 321 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 D | oiocsc.c | 160 sc->sc_reset = oiocsc_reset; in oiocsc_attach()
|
| /netbsd-src/sys/arch/sgimips/hpc/ |
| H A D | wdsc.c | 175 sc->sc_reset = wdsc_reset; in wdsc_attach()
|
| /netbsd-src/sys/dev/cardbus/ |
| H A D | if_tlp_cardbus.c | 416 sc->sc_reset = tlp_cardbus_x3201_reset; in tlp_cardbus_attach()
|
| /netbsd-src/sys/dev/podulebus/ |
| H A D | sec.c | 197 sc->sc_sbic.sc_reset = sec_reset; in sec_attach()
|