Searched refs:reg_address (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-socfpga/ |
| H A D | clock_manager_gen5.c | 35 static int cm_write_with_phase(u32 value, u32 reg_address, u32 mask) in cm_write_with_phase() argument 40 ret = wait_for_bit_le32(reg_address, mask, false, 20000, false); in cm_write_with_phase() 44 writel(value, reg_address); in cm_write_with_phase() 46 return wait_for_bit_le32(reg_address, mask, false, 20000, false); in cm_write_with_phase()
|