Searched refs:gate_offset (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/arm64/rockchip/clk/ |
| H A D | rk3328_cru.c | 597 .gate_offset = 0x200, 613 .gate_offset = 0x200, 641 .gate_offset = 0x200, 657 .gate_offset = 0x200, 684 .gate_offset = 0x220, 783 .gate_offset = 0x220, 802 .gate_offset = 0x220, 865 .gate_offset = 0x228, 883 .gate_offset = 0x228, 910 .gate_offset = 0x210, [all …]
|
| H A D | rk_clk_fract.c | 65 uint32_t gate_offset; member 169 RD4(clk, sc->gate_offset, &val); in rk_clk_fract_set_gate() 176 WR4(clk, sc->gate_offset, val); in rk_clk_fract_set_gate() 276 sc->gate_offset = clkdef->gate_offset; in rk_clk_fract_register()
|
| H A D | rk_clk_composite.c | 55 uint32_t gate_offset; member 168 dprintf("Write: gate_offset=%x, val=%x\n", sc->gate_offset, val); in rk_clk_composite_set_gate() 170 WRITE4(clk, sc->gate_offset, val); in rk_clk_composite_set_gate() 362 sc->gate_offset = clkdef->gate_offset; in rk_clk_composite_register()
|
| H A D | rk_clk_pll.c | 46 uint32_t gate_offset; member 92 dprintf("Write: gate_offset=%x, val=%x\n", sc->gate_offset, val); in rk_clk_pll_set_gate() 94 WRITE4(clk, sc->gate_offset, val); in rk_clk_pll_set_gate() 330 sc->gate_offset = clkdef->gate_offset; in rk3066_clk_pll_register() 536 sc->gate_offset = clkdef->gate_offset; in rk3328_clk_pll_register() 777 sc->gate_offset = clkdef->gate_offset; in rk3399_clk_pll_register()
|
| H A D | rk_clk_fract.h | 38 uint32_t gate_offset; member
|
| H A D | rk_clk_composite.h | 46 uint32_t gate_offset; member
|
| H A D | rk_clk_pll.h | 50 uint32_t gate_offset; member
|
| H A D | rk3399_pmucru.c | 750 .gate_offset = 0x100, 770 .gate_offset = 0x100, 790 .gate_offset = 0x100,
|
| H A D | rk_clk_armclk.c | 53 uint32_t gate_offset; member
|