Searched refs:fixed_post_div (Results 1 – 18 of 18) sorted by relevance
/linux-4.19.296/drivers/clk/sunxi-ng/ |
D | ccu_nm.c | 93 rate /= nm->fixed_post_div; in ccu_nm_recalc_rate() 118 rate /= nm->fixed_post_div; in ccu_nm_recalc_rate() 130 rate *= nm->fixed_post_div; in ccu_nm_round_rate() 135 rate /= nm->fixed_post_div; in ccu_nm_round_rate() 141 rate /= nm->fixed_post_div; in ccu_nm_round_rate() 147 rate /= nm->fixed_post_div; in ccu_nm_round_rate() 160 rate /= nm->fixed_post_div; in ccu_nm_round_rate() 175 rate = rate * nm->fixed_post_div; in ccu_nm_set_rate()
|
D | ccu_div.c | 25 rate *= cd->fixed_post_div; in ccu_div_round_rate() 33 rate /= cd->fixed_post_div; in ccu_div_round_rate() 77 val /= cd->fixed_post_div; in ccu_div_recalc_rate() 103 rate *= cd->fixed_post_div; in ccu_div_set_rate()
|
D | ccu_nk.h | 36 unsigned int fixed_post_div; member 51 .fixed_post_div = _postdiv, \
|
D | ccu_nk.c | 91 rate /= nk->fixed_post_div; in ccu_nk_recalc_rate() 103 rate *= nk->fixed_post_div; in ccu_nk_round_rate() 114 rate = rate / nk->fixed_post_div; in ccu_nk_round_rate() 128 rate = rate * nk->fixed_post_div; in ccu_nk_set_rate()
|
D | ccu_nkm.c | 104 rate /= nkm->fixed_post_div; in ccu_nkm_recalc_rate() 126 rate *= nkm->fixed_post_div; in ccu_nkm_round_rate() 133 rate /= nkm->fixed_post_div; in ccu_nkm_round_rate() 156 rate *= nkm->fixed_post_div; in ccu_nkm_set_rate()
|
D | ccu_mp.c | 54 rate *= cmp->fixed_post_div; in ccu_mp_round_rate() 63 rate /= cmp->fixed_post_div; in ccu_mp_round_rate() 114 rate /= cmp->fixed_post_div; in ccu_mp_recalc_rate() 146 rate = rate * cmp->fixed_post_div; in ccu_mp_set_rate()
|
D | ccu_mp.h | 37 unsigned int fixed_post_div; member 52 .fixed_post_div = _postdiv, \
|
D | ccu_nkmp.c | 126 rate /= nkmp->fixed_post_div; in ccu_nkmp_recalc_rate() 138 rate *= nkmp->fixed_post_div; in ccu_nkmp_round_rate() 154 rate = rate / nkmp->fixed_post_div; in ccu_nkmp_round_rate() 169 rate = rate * nkmp->fixed_post_div; in ccu_nkmp_set_rate()
|
D | ccu_nkmp.h | 37 unsigned int fixed_post_div; member
|
D | ccu_nkm.h | 37 unsigned int fixed_post_div; member
|
D | ccu_nm.h | 39 unsigned int fixed_post_div; member
|
D | ccu_div.h | 92 unsigned int fixed_post_div; member
|
D | ccu-sun50i-h6.c | 70 .fixed_post_div = 4, 87 .fixed_post_div = 4, 122 .fixed_post_div = 4, 138 .fixed_post_div = 4,
|
D | ccu-sun8i-r40.c | 111 .fixed_post_div = 2, 129 .fixed_post_div = 3, 145 .fixed_post_div = 2, 175 .fixed_post_div = 6,
|
D | ccu-sun50i-a64.c | 105 .fixed_post_div = 2, 119 .fixed_post_div = 2,
|
D | ccu-sun8i-a83t.c | 90 .fixed_post_div = 2,
|
D | ccu-sun5i.c | 151 .fixed_post_div = 2,
|
D | ccu-sun4i-a10.c | 177 .fixed_post_div = 6,
|