Searched refs:sc_curmode (Results 1 - 16 of 16) sorted by relevance

/src/sys/dev/ic/
H A Danx_dp.h73 struct drm_display_mode sc_curmode; member in struct:anxdp_softc
H A Ddw_hdmi.h88 struct drm_display_mode sc_curmode; member in struct:dwhdmi_softc
H A Dathrate-sample.h202 KASSERTMSG(rt != NULL, "no rate table, mode %u", sc->sc_curmode);
208 sc->sc_curmode);
262 sc->sc_curmode);
H A Dathrate-amrr.c205 KASSERTMSG(rt != NULL, "no rate table, mode %u", sc->sc_curmode);
291 if (sc->sc_curmode != IEEE80211_MODE_11B) {
H A Dathrate-onoe.c195 KASSERTMSG(rt != NULL, "no rate table, mode %u", sc->sc_curmode);
281 if (sc->sc_curmode != IEEE80211_MODE_11B) {
H A Danx_dp.c705 if ((sc->sc_curmode.flags & DRM_MODE_FLAG_INTERLACE) != 0)
707 if ((sc->sc_curmode.flags & DRM_MODE_FLAG_NVSYNC) != 0)
709 if ((sc->sc_curmode.flags & DRM_MODE_FLAG_NHSYNC) != 0)
755 sc->sc_curmode = *adjusted_mode;
H A Ddw_hdmi.c504 switch (sc->sc_curmode.clock) {
651 dwhdmi_fc_init(sc, &sc->sc_curmode);
694 sc->sc_curmode = *adjusted_mode;
H A Dathrate-sample.c657 KASSERTMSG(rt != NULL, "no rate table, mode %u", sc->sc_curmode);
H A Dathvar.h222 enum ieee80211_phymode sc_curmode; /* current phy mode */ member in struct:ath_softc
H A Dath.c3743 KASSERTMSG(rt != NULL, "no rate table, mode %u", sc->sc_curmode);
4491 if (mode != sc->sc_curmode)
5208 sc->sc_curmode = mode;
/src/sys/arch/arm/sunxi/
H A Dsunxi_dwhdmi.c68 struct drm_display_mode sc_curmode; member in struct:sunxi_dwhdmi_softc
167 error = sunxi_hdmiphy_config(sc->sc_phy, &sc->sc_curmode);
201 sc->sc_curmode = *adjusted_mode;
/src/sys/arch/evbppc/nintendo/dev/
H A Dwiifb.c140 const struct wiifb_mode *sc_curmode; member in struct:wiifb_softc
228 prop_dictionary_set_uint32(dict, "width", sc->sc_curmode->width);
230 WIIFB_EFFECTIVE_HEIGHT(sc->sc_curmode->height));
234 WIIFB_EFFECTIVE_START(sc->sc_bits, sc->sc_curmode->width));
240 aprint_normal(": %s\n", sc->sc_curmode->name);
542 if (sc->sc_curmode->height == 574) {
641 const uint32_t copy_mask = sc->sc_curmode->height == 574 ? 0x400 : 0x0;
771 sc->sc_curmode = &wiifb_modes[modeidx];
789 strides = (sc->sc_curmode->width * 2) / (interlaced ? 16 : 32);
790 reads = (sc->sc_curmode
[all...]
/src/sys/dev/i2c/
H A Danxedp.c93 struct drm_display_mode sc_curmode; member in struct:anxedp_softc
320 sc->sc_curmode = *adjusted_mode;
/src/sys/arch/arm/rockchip/
H A Drk_anxdp.c68 struct drm_display_mode sc_curmode; member in struct:rk_anxdp_softc
H A Drk_dwhdmi.c88 struct drm_display_mode sc_curmode; member in struct:rk_dwhdmi_softc
/src/sys/arch/arm/nxp/
H A Dimx6_dwhdmi.c76 struct drm_display_mode sc_curmode; member in struct:imx6_dwhdmi_softc

Completed in 22 milliseconds