Searched refs:ext_field (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imgtec/ |
H A D | clk-boston.c | 26 static u32 ext_field(u32 val, u32 mask) in ext_field() function 52 in_freq = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_INPUT) * 1000000; in clk_boston_setup() 53 mul = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_MUL); in clk_boston_setup() 55 sys_div = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_CLK0DIV); in clk_boston_setup() 58 cpu_div = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_CLK1DIV); in clk_boston_setup()
|
/kernel/linux/linux-6.6/drivers/clk/imgtec/ |
H A D | clk-boston.c | 26 static u32 ext_field(u32 val, u32 mask) in ext_field() function 52 in_freq = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_INPUT) * 1000000; in clk_boston_setup() 53 mul = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_MUL); in clk_boston_setup() 55 sys_div = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_CLK0DIV); in clk_boston_setup() 58 cpu_div = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_CLK1DIV); in clk_boston_setup()
|
Completed in 1 milliseconds