Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_tv.c344 u32 sc_reset; member
419 .sc_reset = TV_SC_RESET_EVERY_4,
461 .sc_reset = TV_SC_RESET_NEVER,
504 .sc_reset = TV_SC_RESET_EVERY_4,
547 .sc_reset = TV_SC_RESET_EVERY_8,
592 .sc_reset = TV_SC_RESET_EVERY_8,
635 .sc_reset = TV_SC_RESET_EVERY_8,
1520 scctl1 |= tv_mode->sc_reset; in intel_tv_pre_enable()
/openbsd/sys/dev/ic/
H A Dsiopvar_common.h150 void (*sc_reset)(struct siop_common_softc*); /* reset callback */ member
H A Dsiop_common.c222 sc->sc_reset(sc); in siop_common_reset()
/openbsd/sys/arch/hppa/dev/
H A Dsiop_sgc.c99 sc->sc_siop.sc_c.sc_reset = siop_sgc_reset; in siop_sgc_attach()
/openbsd/sys/arch/hppa/gsc/
H A Dsiop_gsc.c98 sc->sc_siop.sc_c.sc_reset = siop_gsc_reset; in siop_gsc_attach()
/openbsd/sys/dev/pci/
H A Dsiop_pci_common.c233 siop_sc->sc_reset = siop_pci_reset; in siop_pci_attach_common()