Home
last modified time | relevance | path

Searched refs:comphy_max_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_core.h172 void comphy_pcie_config_set(u32 comphy_max_count,
174 void comphy_pcie_config_detect(u32 comphy_max_count,
H A Dcomphy_a3700.c969 u32 comphy_max_count = chip_cfg->comphy_lanes_count; in comphy_a3700_init() local
978 for (lane = 0, comphy_map = serdes_map; lane < comphy_max_count; in comphy_a3700_init()
H A Dcomphy_cp110.c1934 u32 lane, comphy_max_count; in comphy_mux_cp110_init() local
1936 comphy_max_count = ptr_chip_cfg->comphy_lanes_count; in comphy_mux_cp110_init()
1946 for (lane = 0; lane < comphy_max_count; lane++) { in comphy_mux_cp110_init()
1960 for (lane = 0; lane < comphy_max_count; lane++) { in comphy_mux_cp110_init()
1972 u32 comphy_max_count, lane, ret = 0; in comphy_cp110_init() local
1977 comphy_max_count = ptr_chip_cfg->comphy_lanes_count; in comphy_cp110_init()
1992 for (lane = 0, ptr_comphy_map = serdes_map; lane < comphy_max_count; in comphy_cp110_init()