Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/marvell/comphy/
Dphy-comphy-cp110.c372 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_sata_power_on()
685 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_sgmii_power_on()
879 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_xfi_power_on()
1269 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_pcie_power_on()
1744 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_rxaui_power_on()
1943 comphy_addr = COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_usb3_power_on()
2289 COMPHY_ADDR(comphy_base, comphy_index); in mvebu_cp110_comphy_ap_power_on()
2453 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