Lines Matching full:gfxi
565 struct regmap *gfxi = video->gfx_regmap; in npcm_video_is_mga() local
568 regmap_read(gfxi, DISPST, &dispst); in npcm_video_is_mga()
574 struct regmap *gfxi = video->gfx_regmap; in npcm_video_hres() local
577 regmap_read(gfxi, HVCNTH, &hvcnth); in npcm_video_hres()
578 regmap_read(gfxi, HVCNTL, &hvcntl); in npcm_video_hres()
586 struct regmap *gfxi = video->gfx_regmap; in npcm_video_vres() local
589 regmap_read(gfxi, VVCNTH, &vvcnth); in npcm_video_vres()
590 regmap_read(gfxi, VVCNTL, &vvcntl); in npcm_video_vres()
671 struct regmap *gfxi = video->gfx_regmap; in npcm_video_pclk() local
676 regmap_read(gfxi, GPLLST, &tmp); in npcm_video_pclk()
681 regmap_read(gfxi, GPLLINDIV, &tmp); in npcm_video_pclk()
685 regmap_read(gfxi, GPLLFBDIV, &tmp); in npcm_video_pclk()
863 struct regmap *gfxi = video->gfx_regmap; in npcm_video_detect_resolution() local
881 regmap_read(gfxi, DISPST, &dispst); in npcm_video_detect_resolution()