Home
last modified time | relevance | path

Searched refs:gcfg (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/video/fbdev/geode/
H A Ddisplay_gx1.c80 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 Ddisplay_gx.c61 u32 gcfg, dcfg; in gx_set_mode() local
68 gcfg = read_dc(par, DC_GENERAL_CFG); in gx_set_mode()
79 gcfg &= ~(DC_GENERAL_CFG_DFLE | DC_GENERAL_CFG_CMPE | in gx_set_mode()
81 write_dc(par, DC_GENERAL_CFG, gcfg); in gx_set_mode()
91 gcfg &= DC_GENERAL_CFG_YUVM | DC_GENERAL_CFG_VDSE; in gx_set_mode()
96 gcfg |= (6 << DC_GENERAL_CFG_DFHPEL_SHIFT) | in gx_set_mode()
160 write_dc(par, DC_GENERAL_CFG, gcfg); in gx_set_mode()
H A Dlxfb_ops.c184 unsigned int val, gcfg; in lx_graphics_disable() local
222 gcfg = read_dc(par, DC_GENERAL_CFG); in lx_graphics_disable()
223 gcfg &= ~(DC_GENERAL_CFG_CMPE | DC_GENERAL_CFG_DECE); in lx_graphics_disable()
224 write_dc(par, DC_GENERAL_CFG, gcfg); in lx_graphics_disable()
236 gcfg &= ~DC_GENERAL_CFG_DFLE; in lx_graphics_disable()
237 write_dc(par, DC_GENERAL_CFG, gcfg); in lx_graphics_disable()
349 unsigned int gcfg, dcfg; in lx_set_mode() local
433 gcfg = DC_GENERAL_CFG_DFLE; /* Display fifo enable */ in lx_set_mode()
434 gcfg |= (0x6 << DC_GENERAL_CFG_DFHPSL_SHIFT) | /* default priority */ in lx_set_mode()
436 gcfg |= DC_GENERAL_CFG_FDTY; /* Set the frame dirty mode */ in lx_set_mode()
[all …]
/linux/drivers/clk/
H A Dclk-stm32h7.c359 static void get_cfg_composite_div(const struct composite_clk_gcfg *gcfg, in get_cfg_composite_div() argument
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()
396 gcfg->div->ops : &clk_divider_ops; in get_cfg_composite_div()
400 if (gcfg->gate && cfg->gate) { in get_cfg_composite_div()
[all …]
/linux/arch/loongarch/kvm/
H A Dmain.c294 unsigned long env, gcfg = 0; in kvm_arch_enable_virtualization_cpu() local
315 gcfg |= CSR_GCFG_GCI_SECURE; in kvm_arch_enable_virtualization_cpu()
317 gcfg |= CSR_GCFG_MATC_ROOT; in kvm_arch_enable_virtualization_cpu()
319 write_csr_gcfg(gcfg); in kvm_arch_enable_virtualization_cpu()
/linux/drivers/media/platform/microchip/
H A Dmicrochip-csi2dc.c372 u32 vp, gcfg; in csi2dc_vp_update() local
381 gcfg = csi2dc_readl(csi2dc, CSI2DC_GCFG); in csi2dc_vp_update()
382 gcfg |= CSI2DC_GCFG_GPIOSEL; in csi2dc_vp_update()
383 csi2dc_writel(csi2dc, CSI2DC_GCFG, gcfg); in csi2dc_vp_update()
/linux/arch/loongarch/include/asm/
H A Dkvm_csr.h167 __BUILD_CSR_OP(gcfg)
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am62p-j722s-common-main.dtsi125 reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt", "ringrt",
148 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt",
204 reg-names = "gcfg", "rchanrt", "ringrt";
H A Dk3-am62a-main.dtsi127 reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt", "ringrt",
149 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt",
206 reg-names = "gcfg", "rchanrt", "ringrt";
H A Dk3-j722s-main.dtsi416 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt";
H A Dk3-am65-mcu.dtsi224 reg-names = "gcfg", "rchanrt", "tchanrt",
H A Dk3-am62-main.dtsi132 reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt", "ringrt",
154 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt",
H A Dk3-am64-main.dtsi152 reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt", "ringrt",
174 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt",
H A Dk3-j7200-mcu-wakeup.dtsi375 reg-names = "gcfg", "rchanrt", "tchanrt",
H A Dk3-j721e-mcu-wakeup.dtsi495 reg-names = "gcfg", "rchanrt", "tchanrt",
H A Dk3-j721s2-mcu-wakeup.dtsi496 reg-names = "gcfg", "rchanrt", "tchanrt",
H A Dk3-j784s4-j742s2-mcu-wakeup-common.dtsi494 reg-names = "gcfg", "rchanrt", "tchanrt",
H A Dk3-j721s2-main.dtsi1096 reg-names = "gcfg", "rchanrt", "tchanrt",
1120 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt";
H A Dk3-j784s4-j742s2-main-common.dtsi1565 reg-names = "gcfg", "rchanrt", "tchanrt",
1589 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt";
H A Dk3-am65-main.dtsi810 reg-names = "gcfg", "rchanrt", "tchanrt",
H A Dk3-j7200-main.dtsi296 reg-names = "gcfg", "rchanrt", "tchanrt",
H A Dk3-j721e-main.dtsi411 reg-names = "gcfg", "rchanrt", "tchanrt",
/linux/drivers/net/ethernet/sun/
H A Dsunhme.c1403 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()