Searched refs:unit_base_reg (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
| H A D | seq_exec.c | 33 u32 unit_base_reg, unit_offset, data, mask, reg_data, reg_addr; in write_op_execute() local 44 CHECK_STATUS(hws_get_ext_base_addr(serdes_num, params->unit_base_reg, in write_op_execute() 46 &unit_base_reg, &unit_offset)); in write_op_execute() 49 reg_addr = unit_base_reg + unit_offset * serdes_num; in write_op_execute() 86 u32 unit_base_reg, unit_offset, data, mask, num_of_loops, wait_time; in poll_op_execute() local 101 CHECK_STATUS(hws_get_ext_base_addr(serdes_num, params->unit_base_reg, in poll_op_execute() 103 &unit_base_reg, &unit_offset)); in poll_op_execute() 106 reg_addr = unit_base_reg + unit_offset * serdes_num; in poll_op_execute()
|
| H A D | high_speed_env_spec-38x.c | 111 u32 *unit_base_reg, u32 *unit_offset) in hws_get_ext_base_addr() argument 113 *unit_base_reg = base_addr; in hws_get_ext_base_addr()
|
| H A D | seq_exec.h | 27 u32 unit_base_reg; member
|
| H A D | high_speed_env_spec.h | 246 u32 *unit_base_reg, u32 *unit_offset);
|