Home
last modified time | relevance | path

Searched refs:COMPHY_ADDR (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-latest/drivers/marvell/comphy/
Dphy-comphy-cp110.c379 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_sata_power_on()
692 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_sgmii_power_on()
886 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_xfi_power_on()
1284 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_pcie_power_on()
1761 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_rxaui_power_on()
1960 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_usb3_power_on()
2305 COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_ap_power_on()
2478 comphy_ip_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_power_off()
Dcomphy-cp110.h15 #define COMPHY_ADDR(base, lane) (base + 0x28 * lane) macro