get_hb_clock
uint32_t (*get_hb_clock)(struct adf_hw_device_data *self);
if (hw_data->get_hb_clock) {
clk_per_sec = (u32)hw_data->get_hb_clock(hw_data);
hw_data->get_hb_clock = get_hb_clock;