Searched refs:get_hb_clock (Results 1 – 3 of 3) sorted by relevance
71 if (hw_data->get_hb_clock) { in adf_get_hb_timer()72 clk_per_sec = (u32)hw_data->get_hb_clock(hw_data); in adf_get_hb_timer()
289 get_hb_clock(struct adf_hw_device_data *self) in get_hb_clock() function1052 hw_data->get_hb_clock = get_hb_clock; in adf_init_hw_data_4xxx()
390 uint32_t (*get_hb_clock)(struct adf_hw_device_data *self); member