Searched refs:fixed_post_div (Results 1 – 20 of 20) sorted by relevance
/linux-5.19.10/drivers/clk/sunxi-ng/ |
D | ccu_nm.c | 90 rate /= nm->fixed_post_div; in ccu_nm_recalc_rate() 115 rate /= nm->fixed_post_div; in ccu_nm_recalc_rate() 127 rate *= nm->fixed_post_div; in ccu_nm_round_rate() 132 rate /= nm->fixed_post_div; in ccu_nm_round_rate() 139 rate /= nm->fixed_post_div; in ccu_nm_round_rate() 145 rate /= nm->fixed_post_div; in ccu_nm_round_rate() 151 rate /= nm->fixed_post_div; in ccu_nm_round_rate() 164 rate /= nm->fixed_post_div; in ccu_nm_round_rate() 179 rate = rate * nm->fixed_post_div; in ccu_nm_set_rate()
|
D | ccu_div.c | 22 rate *= cd->fixed_post_div; in ccu_div_round_rate() 30 rate /= cd->fixed_post_div; in ccu_div_round_rate() 74 val /= cd->fixed_post_div; in ccu_div_recalc_rate() 100 rate *= cd->fixed_post_div; in ccu_div_set_rate()
|
D | ccu_nk.c | 88 rate /= nk->fixed_post_div; in ccu_nk_recalc_rate() 100 rate *= nk->fixed_post_div; in ccu_nk_round_rate() 111 rate = rate / nk->fixed_post_div; in ccu_nk_round_rate() 125 rate = rate * nk->fixed_post_div; in ccu_nk_set_rate()
|
D | ccu_nk.h | 28 unsigned int fixed_post_div; member 43 .fixed_post_div = _postdiv, \
|
D | ccu_nkmp.c | 123 rate /= nkmp->fixed_post_div; in ccu_nkmp_recalc_rate() 135 rate *= nkmp->fixed_post_div; in ccu_nkmp_round_rate() 140 rate /= nkmp->fixed_post_div; in ccu_nkmp_round_rate() 158 rate = rate / nkmp->fixed_post_div; in ccu_nkmp_round_rate() 173 rate = rate * nkmp->fixed_post_div; in ccu_nkmp_set_rate()
|
D | ccu_nkm.c | 101 rate /= nkm->fixed_post_div; in ccu_nkm_recalc_rate() 123 rate *= nkm->fixed_post_div; in ccu_nkm_round_rate() 130 rate /= nkm->fixed_post_div; in ccu_nkm_round_rate() 153 rate *= nkm->fixed_post_div; in ccu_nkm_set_rate()
|
D | ccu_mp.c | 106 rate *= cmp->fixed_post_div; in ccu_mp_round_rate() 120 rate /= cmp->fixed_post_div; in ccu_mp_round_rate() 171 rate /= cmp->fixed_post_div; in ccu_mp_recalc_rate() 203 rate = rate * cmp->fixed_post_div; in ccu_mp_set_rate()
|
D | ccu_mp.h | 29 unsigned int fixed_post_div; member 44 .fixed_post_div = _postdiv, \
|
D | ccu-sun50i-a100.c | 80 .fixed_post_div = 2, 97 .fixed_post_div = 2, 133 .fixed_post_div = 4, 149 .fixed_post_div = 4, 165 .fixed_post_div = 4, 222 .fixed_post_div = 4, 251 .fixed_post_div = 2,
|
D | ccu_nkmp.h | 29 unsigned int fixed_post_div; member
|
D | ccu_nkm.h | 29 unsigned int fixed_post_div; member
|
D | ccu-sun50i-h616.c | 88 .fixed_post_div = 2, 105 .fixed_post_div = 2, 140 .fixed_post_div = 4, 158 .fixed_post_div = 4, 176 .fixed_post_div = 4,
|
D | ccu_nm.h | 31 unsigned int fixed_post_div; member
|
D | ccu-sun50i-h6.c | 71 .fixed_post_div = 4, 88 .fixed_post_div = 4, 123 .fixed_post_div = 4, 141 .fixed_post_div = 4,
|
D | ccu-sun8i-r40.c | 116 .fixed_post_div = 2, 134 .fixed_post_div = 3, 150 .fixed_post_div = 2, 180 .fixed_post_div = 6,
|
D | ccu_div.h | 84 unsigned int fixed_post_div; member
|
D | ccu-sun50i-a64.c | 111 .fixed_post_div = 2, 125 .fixed_post_div = 2,
|
D | ccu-sun8i-a83t.c | 83 .fixed_post_div = 2,
|
D | ccu-sun5i.c | 144 .fixed_post_div = 2,
|
D | ccu-sun4i-a10.c | 173 .fixed_post_div = 6,
|