Searched refs:gate_offset (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/arm64/rockchip/clk/ |
| H A D | rk3328_cru.c | 523 .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 D | rk3399_cru.c | 751 .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 D | rk_clk_composite.c | 54 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 D | rk_clk_pll.c | 47 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 D | rk_clk_composite.h | 47 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_pll.h | 50 uint32_t gate_offset; member
|
| H A D | rk_clk_armclk.c | 54 uint32_t gate_offset; member
|