Searched refs:div_width (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/arm64/rockchip/clk/ |
| H A D | rk3328_cru.c | 682 .div_width = 5, 755 .div_width = 5, 781 .div_width = 2, 800 .div_width = 3, 821 .div_width = 9, 842 .div_width = 5, 862 .div_width = 2, 880 .div_width = 3, 907 .div_width = 8, 932 .div_width = 8, [all …]
|
| H A D | rk_clk_armclk.c | 50 uint32_t div_width; member 243 sc->div_width = clkdef->div_width; in rk_clk_armclk_register() 244 sc->div_mask = ((1 << clkdef->div_width) - 1) << sc->div_shift; in rk_clk_armclk_register()
|
| H A D | rk_clk_composite.c | 52 uint32_t div_width; member 359 sc->div_width = clkdef->div_width; in rk_clk_composite_register() 360 sc->div_mask = ((1 << clkdef->div_width) - 1) << sc->div_shift; in rk_clk_composite_register()
|
| H A D | rk_cru.h | 113 .div_width = _dw, \ 150 .div_width = _dw, \ 167 .div_width = _dw, \
|
| H A D | rk3399_pmucru.c | 729 .div_width = 5, 747 .div_width = 7, 767 .div_width = 7, 787 .div_width = 7,
|
| H A D | rk_clk_composite.h | 44 uint32_t div_width; member
|
| H A D | rk_clk_armclk.h | 49 uint32_t div_width; member
|
| H A D | rk3288_cru.c | 571 .div_width = _dw, \ 608 .div_width = _dw, \ 625 .div_width = _dw, \
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_clk_per.c | 65 uint32_t div_width; member 401 .div_width = diw, \ 527 uint32_t div_width; member 687 sc->div_width = clkdef->div_width; in periph_register() 688 sc->div_mask = (1 <<clkdef->div_width) - 1; in periph_register()
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_clk_per.c | 60 uint32_t div_width; member 510 .div_width = diw, \ 640 uint32_t div_width; member 801 sc->div_width = clkdef->div_width; in periph_register() 802 sc->div_mask = (1 <<clkdef->div_width) - 1; in periph_register()
|