Searched refs:hwdata (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/clk/
H A Dclk_versaclock.c373 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); local
374 struct vc5_driver_data *vc = hwdata->vc5;
393 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); local
412 hwdata->div_int = div_int;
413 hwdata->div_frc = (u32)div_frc;
420 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); local
421 struct vc5_driver_data *vc5 = hwdata->vc5;
424 fb[0] = hwdata->div_int >> 4;
425 fb[1] = hwdata->div_int << 4;
426 fb[2] = hwdata
441 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); local
469 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); local
505 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); local
544 struct vc5_out_data *hwdata; local
589 struct vc5_out_data *hwdata; local
[all...]

Completed in 34 milliseconds