Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/rockchip/clk/
H A Drk3328_cru.c523 .gate_offset = 0x200,
539 .gate_offset = 0x200,
567 .gate_offset = 0x200,
583 .gate_offset = 0x200,
610 .gate_offset = 0x220,
709 .gate_offset = 0x220,
728 .gate_offset = 0x220,
775 .gate_offset = 0x228,
793 .gate_offset = 0x228,
820 .gate_offset = 0x210,
[all …]
H A Drk3399_cru.c751 .gate_offset = 0x300,
766 .gate_offset = 0x300,
781 .gate_offset = 0x300,
807 .gate_offset = 0x300,
858 .gate_offset = 0x314,
880 .gate_offset = 0x314,
900 .gate_offset = 0x314,
929 .gate_offset = 0x31C,
951 .gate_offset = 0x31C,
971 .gate_offset = 0x31C,
[all …]
H A Drk_clk_composite.c54 uint32_t gate_offset; member
112 dprintf("Write: gate_offset=%x, val=%x\n", sc->gate_offset, val); in rk_clk_composite_set_gate()
114 WRITE4(clk, sc->gate_offset, val); in rk_clk_composite_set_gate()
291 sc->gate_offset = clkdef->gate_offset; in rk_clk_composite_register()
H A Drk_clk_pll.c47 uint32_t gate_offset; member
91 dprintf("Write: gate_offset=%x, val=%x\n", sc->gate_offset, val); in rk_clk_pll_set_gate()
93 WRITE4(clk, sc->gate_offset, val); in rk_clk_pll_set_gate()
292 sc->gate_offset = clkdef->gate_offset; in rk3328_clk_pll_register()
523 sc->gate_offset = clkdef->gate_offset; in rk3399_clk_pll_register()
H A Drk_clk_composite.h47 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_pll.h50 uint32_t gate_offset; member
H A Drk_clk_armclk.c54 uint32_t gate_offset; member