Home
last modified time | relevance | path

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

/freebsd/sys/dev/clk/rockchip/
H A Drk_clk_fract.c62 uint32_t gate_offset; member
168 RD4(clk, sc->gate_offset, &val); in rk_clk_fract_set_gate()
175 WR4(clk, sc->gate_offset, val); in rk_clk_fract_set_gate()
272 sc->gate_offset = clkdef->gate_offset; in rk_clk_fract_register()
H A Drk_clk_pll.c41 uint32_t gate_offset; member
87 dprintf("Write: gate_offset=%x, val=%x\n", sc->gate_offset, val); in rk_clk_pll_set_gate()
89 WRITE4(clk, sc->gate_offset, val); in rk_clk_pll_set_gate()
325 sc->gate_offset = clkdef->gate_offset; in rk3066_clk_pll_register()
527 sc->gate_offset = clkdef->gate_offset; in rk3328_clk_pll_register()
765 sc->gate_offset = clkdef->gate_offset; in rk3399_clk_pll_register()
H A Drk_clk_fract.h36 uint32_t gate_offset; member
H A Drk_clk_pll.h48 uint32_t gate_offset; member
H A Drk3328_cru.c674 .gate_offset = 0x200,
690 .gate_offset = 0x200,
718 .gate_offset = 0x200,
734 .gate_offset = 0x200,
H A Drk_clk_armclk.c48 uint32_t gate_offset; member