Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bus/
H A Dsunxi-rsb.c74 #define RSB_CCR_MAX_CLK_DIV 0xff macro
75 #define RSB_CCR_CLK_DIV(v) ((v) & RSB_CCR_MAX_CLK_DIV)
718 else if (clk_div > RSB_CCR_MAX_CLK_DIV + 1) in sunxi_rsb_probe()
719 clk_div = RSB_CCR_MAX_CLK_DIV + 1; in sunxi_rsb_probe()