Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/bus/
H A Dsunxi-rsb.c72 #define RSB_CCR_MAX_CLK_DIV 0xff macro
73 #define RSB_CCR_CLK_DIV(v) ((v) & RSB_CCR_MAX_CLK_DIV)
685 else if (clk_div > RSB_CCR_MAX_CLK_DIV + 1) in sunxi_rsb_hw_init()
686 clk_div = RSB_CCR_MAX_CLK_DIV + 1; in sunxi_rsb_hw_init()

Completed in 3 milliseconds