Searched defs:clock_data (Results 1 – 4 of 4) sorted by relevance
38 struct clock_data { struct61 static struct clock_data cd ____cacheline_aligned = { argument
72 struct clk_stm32_clock_data *clock_data; member94 struct clk_stm32_clock_data *clock_data; member104 struct clk_stm32_clock_data *clock_data; member114 struct clk_stm32_clock_data *clock_data; member126 struct clk_stm32_clock_data *clock_data; member
335 struct clock_data { struct336 u32 core_id;337 unsigned long freq;338 unsigned long vpp_freq;339 unsigned long vsp_freq;340 unsigned long low_power_freq;
1436 const struct bcm2835_clock_data *clock_data = data; in bcm2835_register_clock() local