Searched refs:has_div (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/sunxi/ |
H A D | clk-sun4i-display.c | 17 bool has_div; member 146 if (data->has_div) { in sun4i_a10_display_init() 160 data->has_div ? &div->hw : NULL, in sun4i_a10_display_init() 161 data->has_div ? &clk_divider_ops : NULL, in sun4i_a10_display_init() 240 .has_div = true,
|
/kernel/linux/linux-6.6/drivers/clk/sunxi/ |
H A D | clk-sun4i-display.c | 17 bool has_div; member 146 if (data->has_div) { in sun4i_a10_display_init() 160 data->has_div ? &div->hw : NULL, in sun4i_a10_display_init() 161 data->has_div ? &clk_divider_ops : NULL, in sun4i_a10_display_init() 240 .has_div = true,
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | cpuinfo.c | 54 cpuinfo.has_div = of_property_read_bool(cpu, "altr,has-div"); in setup_cpuinfo() 61 if (IS_ENABLED(CONFIG_NIOS2_HW_DIV_SUPPORT) && !cpuinfo.has_div) in setup_cpuinfo() 148 cpuinfo.has_div ? "yes" : "no", in show_cpuinfo()
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | cpuinfo.c | 54 cpuinfo.has_div = of_property_read_bool(cpu, "altr,has-div"); in setup_cpuinfo() 61 if (IS_ENABLED(CONFIG_NIOS2_HW_DIV_SUPPORT) && !cpuinfo.has_div) in setup_cpuinfo() 148 cpuinfo.has_div ? "yes" : "no", in show_cpuinfo()
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
H A D | cpuinfo.h | 16 bool has_div; member
|
/kernel/linux/linux-6.6/arch/nios2/include/asm/ |
H A D | cpuinfo.h | 16 bool has_div; member
|
Completed in 2 milliseconds