Lines Matching refs:gfxi
566 struct regmap *gfxi = video->gfx_regmap; in npcm_video_is_mga() local
569 regmap_read(gfxi, DISPST, &dispst); in npcm_video_is_mga()
575 struct regmap *gfxi = video->gfx_regmap; in npcm_video_hres() local
578 regmap_read(gfxi, HVCNTH, &hvcnth); in npcm_video_hres()
579 regmap_read(gfxi, HVCNTL, &hvcntl); in npcm_video_hres()
587 struct regmap *gfxi = video->gfx_regmap; in npcm_video_vres() local
590 regmap_read(gfxi, VVCNTH, &vvcnth); in npcm_video_vres()
591 regmap_read(gfxi, VVCNTL, &vvcntl); in npcm_video_vres()
672 struct regmap *gfxi = video->gfx_regmap; in npcm_video_pclk() local
677 regmap_read(gfxi, GPLLST, &tmp); in npcm_video_pclk()
682 regmap_read(gfxi, GPLLINDIV, &tmp); in npcm_video_pclk()
686 regmap_read(gfxi, GPLLFBDIV, &tmp); in npcm_video_pclk()
866 struct regmap *gfxi = video->gfx_regmap; in npcm_video_detect_resolution() local
884 regmap_read(gfxi, DISPST, &dispst); in npcm_video_detect_resolution()