Home
last modified time | relevance | path

Searched refs:mode_ctl (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv50_sor.c376 uint32_t mode_ctl = 0; in nv50_sor_mode_set() local
387 mode_ctl = 0x0100; in nv50_sor_mode_set()
389 mode_ctl = 0x0500; in nv50_sor_mode_set()
391 mode_ctl = 0x0200; in nv50_sor_mode_set()
399 mode_ctl |= 0x00020000; in nv50_sor_mode_set()
402 mode_ctl |= 0x00050000; in nv50_sor_mode_set()
406 mode_ctl |= 0x00000800; in nv50_sor_mode_set()
408 mode_ctl |= 0x00000900; in nv50_sor_mode_set()
415 mode_ctl |= NV50_EVO_SOR_MODE_CTRL_CRTC1; in nv50_sor_mode_set()
417 mode_ctl |= NV50_EVO_SOR_MODE_CTRL_CRTC0; in nv50_sor_mode_set()
[all …]
Dnv50_dac.c212 uint32_t mode_ctl = 0, mode_ctl2 = 0; in nv50_dac_mode_set() local
221 mode_ctl |= NV50_EVO_DAC_MODE_CTRL_CRTC1; in nv50_dac_mode_set()
223 mode_ctl |= NV50_EVO_DAC_MODE_CTRL_CRTC0; in nv50_dac_mode_set()
227 mode_ctl |= 0x40; in nv50_dac_mode_set()
230 mode_ctl |= 0x100; in nv50_dac_mode_set()
244 OUT_RING(evo, mode_ctl); in nv50_dac_mode_set()
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dbnx2.c5985 u32 mode_ctl, an_dbg, exp; in bnx2_5706_serdes_has_link() local
5991 bnx2_read_phy(bp, MII_BNX2_MISC_SHADOW, &mode_ctl); in bnx2_5706_serdes_has_link()
5993 if (!(mode_ctl & MISC_SHDW_MODE_CTL_SIG_DET)) in bnx2_5706_serdes_has_link()