Searched refs:reg_set_indirect (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/phy/marvell/ |
H A D | comphy_a3700.c | 263 static void reg_set_indirect(u32 reg, u16 data, u16 mask) in reg_set_indirect() function 283 reg_set_indirect(vphy_sync_pattern_reg, bs_txd_inv, bs_txd_inv); in comphy_sata_power_up() 288 reg_set_indirect(vphy_loopback_reg0, 0x800, bs_phyintf_40bit); in comphy_sata_power_up() 295 reg_set_indirect(vphy_power_reg0, 0x3, 0x00FF); in comphy_sata_power_up() 298 reg_set_indirect(vphy_power_reg0, 0x1, 0x00FF); in comphy_sata_power_up() 304 reg_set_indirect(vphy_calctl_reg, bs_max_pll_rate, bs_max_pll_rate); in comphy_sata_power_up() 309 reg_set_indirect(vphy_reserve_reg, 0, bs_phyctrl_frm_pin); in comphy_sata_power_up() 350 reg_set_indirect(USB3PHY_LANE2_REG_BASE_OFFSET + reg, data, in usb3_reg_set16()
|