Lines Matching refs:conf
872 exec_clkcmp(struct nv50_disp_priv *priv, int head, int id, u32 pclk, u32 *conf) in exec_clkcmp() argument
897 *conf = (ctrl & 0x00000f00) >> 8; in exec_clkcmp()
899 *conf |= 0x0100; in exec_clkcmp()
902 *conf = priv->sor.lvdsconf; in exec_clkcmp()
905 *conf = (ctrl & 0x00000f00) >> 8; in exec_clkcmp()
909 *conf = 0x00ff; in exec_clkcmp()
913 data = nvbios_ocfg_match(bios, data, *conf, &ver, &hdr, &cnt, &len, &info2); in exec_clkcmp()
977 const u32 conf = nv_rd32(priv, 0x660404 + (head * 0x300)); in gf110_disp_intr_unk2_2_tu() local
1012 if ((conf & 0x3c0) == 0x180) bits = 30; in gf110_disp_intr_unk2_2_tu()
1013 else if ((conf & 0x3c0) == 0x140) bits = 24; in gf110_disp_intr_unk2_2_tu()
1037 u32 conf, addr, data; in gf110_disp_intr_unk2_2() local
1039 outp = exec_clkcmp(priv, head, 0xff, pclk, &conf); in gf110_disp_intr_unk2_2()
1062 exec_clkcmp(priv, head, 0, pclk, &conf); in gf110_disp_intr_unk2_2()
1069 data = (conf & 0x0100) ? 0x00000101 : 0x00000000; in gf110_disp_intr_unk2_2()
1089 u32 conf; in gf110_disp_intr_unk4_0() local
1091 exec_clkcmp(priv, head, 1, pclk, &conf); in gf110_disp_intr_unk4_0()