Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/bus/
Dsunxi-rsb.c72 #define RSB_CCR_MAX_CLK_DIV 0xff macro
73 #define RSB_CCR_CLK_DIV(v) ((v) & RSB_CCR_MAX_CLK_DIV)
680 else if (clk_div > RSB_CCR_MAX_CLK_DIV + 1) in sunxi_rsb_hw_init()
681 clk_div = RSB_CCR_MAX_CLK_DIV + 1; in sunxi_rsb_hw_init()