Searched full:gfxi (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/soc/nuvoton/ |
D | nuvoton,gfxi.yaml | 4 $id: http://devicetree.org/schemas/soc/nuvoton/nuvoton,gfxi.yaml# 14 The Graphics Core Information (GFXI) are a block of registers in Nuvoton SoCs 21 - nuvoton,npcm750-gfxi 22 - nuvoton,npcm845-gfxi 36 gfxi: gfxi@e000 { 37 compatible = "nuvoton,npcm750-gfxi", "syscon";
|
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | nuvoton,npcm-vcd.yaml | 37 description: phandle to access GFXI (Graphics Core Information) registers. 70 nuvoton,sysgfxi = <&gfxi>;
|
/linux-6.12.1/drivers/media/platform/nuvoton/ |
D | npcm-video.c | 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() [all …]
|
D | npcm-regs.h | 123 /* GFXI Register */
|