Home
last modified time | relevance | path

Searched refs:gate_offset (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/arm64/rockchip/clk/
H A Drk3328_cru.c597 .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 Drk_clk_fract.c65 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 Drk_clk_composite.c55 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 Drk_clk_pll.c46 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 Drk_clk_fract.h38 uint32_t gate_offset; member
H A Drk_clk_composite.h46 uint32_t gate_offset; member
H A Drk_clk_pll.h50 uint32_t gate_offset; member
H A Drk3399_pmucru.c750 .gate_offset = 0x100,
770 .gate_offset = 0x100,
790 .gate_offset = 0x100,
H A Drk_clk_armclk.c53 uint32_t gate_offset; member