Searched refs:usb3_reg_set (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a-latest/drivers/marvell/comphy/ |
D | phy-comphy-3700.c | 617 void (*usb3_reg_set)(uintptr_t addr, uint32_t reg_offset, uint16_t data, in mvebu_a3700_comphy_usb3_power_on() local 631 usb3_reg_set = &comphy_usb3_set_indirect; in mvebu_a3700_comphy_usb3_power_on() 635 usb3_reg_set = &comphy_usb3_set_direct; in mvebu_a3700_comphy_usb3_power_on() 649 usb3_reg_set(reg_base, COMPHY_LANE_CFG0, PRD_TXDEEMPH0_MASK, mask); in mvebu_a3700_comphy_usb3_power_on() 661 usb3_reg_set(reg_base, COMPHY_LANE_CFG1, data, mask); in mvebu_a3700_comphy_usb3_power_on() 666 usb3_reg_set(reg_base, COMPHY_LANE_CFG4, in mvebu_a3700_comphy_usb3_power_on() 673 usb3_reg_set(reg_base, COMPHY_TEST_MODE_CTRL, in mvebu_a3700_comphy_usb3_power_on() 680 usb3_reg_set(reg_base, COMPHY_CLK_SRC_LO, 0x0, in mvebu_a3700_comphy_usb3_power_on() 688 usb3_reg_set(reg_base, COMPHY_GEN2_SET2, in mvebu_a3700_comphy_usb3_power_on() 697 usb3_reg_set(reg_base, COMPHY_GEN3_SET2, in mvebu_a3700_comphy_usb3_power_on() [all …]
|