Searched refs:unit_offset (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
H A D | seq_exec.c | 32 u32 unit_base_reg, unit_offset, data, mask, reg_data, reg_addr; in write_op_execute() local 44 params->unit_offset, in write_op_execute() 45 &unit_base_reg, &unit_offset)); in write_op_execute() 48 reg_addr = unit_base_reg + unit_offset * serdes_num; in write_op_execute() 85 u32 unit_base_reg, unit_offset, data, mask, num_of_loops, wait_time; in poll_op_execute() local 101 params->unit_offset, in poll_op_execute() 102 &unit_base_reg, &unit_offset)); in poll_op_execute() 105 reg_addr = unit_base_reg + unit_offset * serdes_num; in poll_op_execute()
|
H A D | high_speed_env_spec-38x.c | 110 u32 *unit_base_reg, u32 *unit_offset) in hws_get_ext_base_addr() argument 113 *unit_offset = unit_base_offset; in hws_get_ext_base_addr()
|
H A D | seq_exec.h | 27 u32 unit_offset; member
|
H A D | high_speed_env_spec.h | 245 u32 *unit_base_reg, u32 *unit_offset);
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | seq_exec.h | 27 u32 unit_offset; member
|