Home
last modified time | relevance | path

Searched refs:unit_offset (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-mvebu/serdes/a38x/
H A Dseq_exec.c33 u32 unit_base_reg, unit_offset, data, mask, reg_data, reg_addr; in write_op_execute() local
45 params->unit_offset, 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
102 params->unit_offset, 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 Dhigh_speed_env_spec-38x.c111 u32 *unit_base_reg, u32 *unit_offset) in hws_get_ext_base_addr() argument
114 *unit_offset = unit_base_offset; in hws_get_ext_base_addr()
H A Dseq_exec.h28 u32 unit_offset; member
H A Dhigh_speed_env_spec.h246 u32 *unit_base_reg, u32 *unit_offset);