Home
last modified time | relevance | path

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

/external/u-boot/drivers/phy/marvell/
Dcomphy_mux.c20 struct comphy_map *comphy_map_data, int comphy_max_lanes) in comphy_mux_check_config() argument
27 for (lane = 0; lane < comphy_max_lanes; in comphy_mux_check_config()
80 int comphy_max_lanes, in comphy_mux_reg_write() argument
88 for (lane = 0; lane < comphy_max_lanes; in comphy_mux_reg_write()
119 u32 comphy_max_lanes; in comphy_mux_init() local
123 comphy_max_lanes = chip_cfg->comphy_lanes_count; in comphy_mux_init()
129 comphy_mux_check_config(mux_data, comphy_map_data, comphy_max_lanes); in comphy_mux_init()
131 comphy_mux_reg_write(mux_data, comphy_map_data, comphy_max_lanes, in comphy_mux_init()