Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/engine/disp/
Dsornv94.c104 struct nvbios_dpcfg ocfg; in nv94_sor_dp_drv_ctl() local
112 &ver, &hdr, &cnt, &len, &ocfg); in nv94_sor_dp_drv_ctl()
116 nv_mask(priv, 0x61c118 + loff, 0x000000ff << shift, ocfg.drv << shift); in nv94_sor_dp_drv_ctl()
117 nv_mask(priv, 0x61c120 + loff, 0x000000ff << shift, ocfg.pre << shift); in nv94_sor_dp_drv_ctl()
118 nv_mask(priv, 0x61c130 + loff, 0x0000ff00, ocfg.unk << 8); in nv94_sor_dp_drv_ctl()
Dsornvd0.c100 struct nvbios_dpcfg ocfg; in nvd0_sor_dp_drv_ctl() local
108 &ver, &hdr, &cnt, &len, &ocfg); in nvd0_sor_dp_drv_ctl()
112 nv_mask(priv, 0x61c118 + loff, 0x000000ff << shift, ocfg.drv << shift); in nvd0_sor_dp_drv_ctl()
113 nv_mask(priv, 0x61c120 + loff, 0x000000ff << shift, ocfg.pre << shift); in nvd0_sor_dp_drv_ctl()
114 nv_mask(priv, 0x61c130 + loff, 0x0000ff00, ocfg.unk << 8); in nvd0_sor_dp_drv_ctl()
/drivers/video/geode/
Ddisplay_gx1.c84 u32 gcfg, tcfg, ocfg, dclk_div, val; in gx1_set_mode() local
143 ocfg = DC_OCFG_PCKE | DC_OCFG_PDEL | DC_OCFG_PDEH; in gx1_set_mode()
144 if (info->var.bits_per_pixel == 8) ocfg |= DC_OCFG_8BPP; in gx1_set_mode()
182 writel(ocfg, par->dc_regs + DC_OUTPUT_CFG); in gx1_set_mode()