/openbmc/linux/drivers/video/fbdev/geode/ |
H A D | display_gx1.c | 80 u32 gcfg, tcfg, ocfg, dclk_div, val; in gx1_set_mode() local 88 gcfg = readl(par->dc_regs + DC_GENERAL_CFG); in gx1_set_mode() 99 gcfg &= ~(DC_GCFG_DFLE | DC_GCFG_CMPE | DC_GCFG_DECE); in gx1_set_mode() 100 writel(gcfg, par->dc_regs + DC_GENERAL_CFG); in gx1_set_mode() 103 gcfg &= ~DC_GCFG_DCLK_MASK; in gx1_set_mode() 104 writel(gcfg, par->dc_regs + DC_GENERAL_CFG); in gx1_set_mode() 109 gcfg |= dclk_div; in gx1_set_mode() 110 writel(gcfg, par->dc_regs + DC_GENERAL_CFG); in gx1_set_mode() 122 gcfg = DC_GCFG_VRDY | dclk_div; in gx1_set_mode() 126 gcfg |= (6 << DC_GCFG_DFHPEL_POS) | (5 << DC_GCFG_DFHPSL_POS) | DC_GCFG_DFLE; in gx1_set_mode() [all …]
|
H A D | display_gx.c | 60 u32 gcfg, dcfg; in gx_set_mode() local 67 gcfg = read_dc(par, DC_GENERAL_CFG); in gx_set_mode() 78 gcfg &= ~(DC_GENERAL_CFG_DFLE | DC_GENERAL_CFG_CMPE | in gx_set_mode() 80 write_dc(par, DC_GENERAL_CFG, gcfg); in gx_set_mode() 90 gcfg &= DC_GENERAL_CFG_YUVM | DC_GENERAL_CFG_VDSE; in gx_set_mode() 95 gcfg |= (6 << DC_GENERAL_CFG_DFHPEL_SHIFT) | in gx_set_mode() 159 write_dc(par, DC_GENERAL_CFG, gcfg); in gx_set_mode()
|
H A D | lxfb_ops.c | 183 unsigned int val, gcfg; in lx_graphics_disable() local 221 gcfg = read_dc(par, DC_GENERAL_CFG); in lx_graphics_disable() 222 gcfg &= ~(DC_GENERAL_CFG_CMPE | DC_GENERAL_CFG_DECE); in lx_graphics_disable() 223 write_dc(par, DC_GENERAL_CFG, gcfg); in lx_graphics_disable() 235 gcfg &= ~DC_GENERAL_CFG_DFLE; in lx_graphics_disable() 236 write_dc(par, DC_GENERAL_CFG, gcfg); in lx_graphics_disable() 348 unsigned int gcfg, dcfg; in lx_set_mode() local 432 gcfg = DC_GENERAL_CFG_DFLE; /* Display fifo enable */ in lx_set_mode() 433 gcfg |= (0x6 << DC_GENERAL_CFG_DFHPSL_SHIFT) | /* default priority */ in lx_set_mode() 435 gcfg |= DC_GENERAL_CFG_FDTY; /* Set the frame dirty mode */ in lx_set_mode() [all …]
|
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32h7.c | 374 if (gcfg->mux && cfg->mux) { in get_cfg_composite_div() 378 gcfg->mux->flags, lock); in get_cfg_composite_div() 382 mux_ops = gcfg->mux->ops ? in get_cfg_composite_div() 383 gcfg->mux->ops : &clk_mux_ops; in get_cfg_composite_div() 387 if (gcfg->div && cfg->div) { in get_cfg_composite_div() 391 gcfg->div->flags, lock); in get_cfg_composite_div() 395 div_ops = gcfg->div->ops ? in get_cfg_composite_div() 400 if (gcfg->gate && cfg->gate) { in get_cfg_composite_div() 403 gcfg->gate->flags, lock); in get_cfg_composite_div() 407 gate_ops = gcfg->gate->ops ? in get_cfg_composite_div() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ti/ |
H A D | k3-bcdma.yaml | 148 - const: gcfg 167 - const: gcfg 191 - const: gcfg 224 reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt", "ringrt";
|
H A D | k3-pktdma.yaml | 52 - const: gcfg 140 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt";
|
H A D | k3-udma.yaml | 76 - const: gcfg 162 reg-names = "gcfg", "rchanrt", "tchanrt";
|
/openbmc/linux/drivers/media/platform/microchip/ |
H A D | microchip-csi2dc.c | 373 u32 vp, gcfg; in csi2dc_vp_update() local 382 gcfg = csi2dc_readl(csi2dc, CSI2DC_GCFG); in csi2dc_vp_update() 383 gcfg |= CSI2DC_GCFG_GPIOSEL; in csi2dc_vp_update() 384 csi2dc_writel(csi2dc, CSI2DC_GCFG, gcfg); in csi2dc_vp_update()
|
/openbmc/linux/Documentation/devicetree/bindings/soc/ti/ |
H A D | k3-ringacc.yaml | 41 - description: proxy gcfg registers regions
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am62a-main.dtsi | 105 reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt", "ringrt"; 121 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt";
|
H A D | k3-am65-mcu.dtsi | 218 reg-names = "gcfg", "rchanrt", "tchanrt";
|
H A D | k3-am62-main.dtsi | 123 reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt", "ringrt"; 140 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt";
|
H A D | k3-j7200-mcu-wakeup.dtsi | 350 reg-names = "gcfg", "rchanrt", "tchanrt";
|
H A D | k3-j721s2-mcu-wakeup.dtsi | 475 reg-names = "gcfg", "rchanrt", "tchanrt";
|
H A D | k3-j721e-mcu-wakeup.dtsi | 472 reg-names = "gcfg", "rchanrt", "tchanrt";
|
H A D | k3-j784s4-mcu-wakeup.dtsi | 482 reg-names = "gcfg", "rchanrt", "tchanrt";
|
H A D | k3-am64-main.dtsi | 138 reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt", "ringrt"; 155 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt";
|
H A D | k3-j7200-main.dtsi | 285 reg-names = "gcfg", "rchanrt", "tchanrt";
|
H A D | k3-am65-main.dtsi | 794 reg-names = "gcfg", "rchanrt", "tchanrt";
|
H A D | k3-j784s4-main.dtsi | 986 reg-names = "gcfg", "rchanrt", "tchanrt";
|
H A D | k3-j721s2-main.dtsi | 1089 reg-names = "gcfg", "rchanrt", "tchanrt";
|
H A D | k3-j721e-main.dtsi | 386 reg-names = "gcfg", "rchanrt", "tchanrt";
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 1403 u32 gcfg = GREG_CFG_BURST64; in happy_meal_init() local 1415 gcfg |= GREG_CFG_64BIT; in happy_meal_init() 1421 hme_write32(hp, gregs + GREG_CFG, gcfg); in happy_meal_init()
|