Searched full:gcfg (Results 1 – 11 of 11) sorted by relevance
| /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 …]
|
| /linux/arch/loongarch/kvm/ |
| H A D | main.c | 286 unsigned long env, gcfg = 0; in kvm_arch_enable_virtualization_cpu() local 290 /* First init gcfg, gstat, gintc, gtlbc. All guest use the same config */ in kvm_arch_enable_virtualization_cpu() 307 gcfg |= CSR_GCFG_GCI_SECURE; in kvm_arch_enable_virtualization_cpu() 309 gcfg |= CSR_GCFG_MATC_ROOT; in kvm_arch_enable_virtualization_cpu() 311 write_csr_gcfg(gcfg); in kvm_arch_enable_virtualization_cpu() 317 kvm_debug("GCFG:%lx GSTAT:%lx GINTC:%lx GTLBC:%lx", in kvm_arch_enable_virtualization_cpu()
|
| /linux/drivers/clk/ |
| H A D | clk-stm32h7.c | 359 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/Documentation/devicetree/bindings/dma/ti/ |
| H A D | k3-pktdma.yaml | 62 - const: gcfg 158 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt",
|
| H A D | k3-udma.yaml | 84 - const: gcfg 176 reg-names = "gcfg", "rchanrt", "tchanrt", "tchan", "rchan", "rflow";
|
| /linux/Documentation/devicetree/bindings/soc/ti/ |
| H A D | k3-ringacc.yaml | 41 - description: proxy gcfg registers regions
|
| /linux/sound/ppc/ |
| H A D | daca.c | 43 /* GCFG: power amp inverted, DAC on */ in daca_init_client()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | kvm_csr.h | 167 __BUILD_CSR_OP(gcfg)
|
| /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()
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am65-main.dtsi | 810 reg-names = "gcfg", "rchanrt", "tchanrt",
|
| /linux/drivers/dma/ti/ |
| H A D | k3-udma.c | 74 [MMR_GCFG] = "gcfg",
|