Searched refs:mux_data (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/phy/marvell/ |
| H A D | comphy_mux.c | 20 static void comphy_mux_check_config(struct comphy_mux_data *mux_data, in comphy_mux_check_config() argument 29 lane++, comphy_map_data++, mux_data++) { in comphy_mux_check_config() 34 mux_opt = mux_data->mux_values; in comphy_mux_check_config() 35 for (opt = 0, valid = 0; opt < mux_data->max_lane_values; in comphy_mux_check_config() 57 static u32 comphy_mux_get_mux_value(struct comphy_mux_data *mux_data, in comphy_mux_get_mux_value() argument 66 mux_opt = mux_data->mux_values; in comphy_mux_get_mux_value() 67 for (opt = 0 ; opt < mux_data->max_lane_values; opt++, mux_opt++) { in comphy_mux_get_mux_value() 79 static void comphy_mux_reg_write(struct comphy_mux_data *mux_data, in comphy_mux_reg_write() argument 89 lane++, comphy_map_data++, mux_data++) { in comphy_mux_reg_write() 95 value = (comphy_mux_get_mux_value(mux_data, in comphy_mux_reg_write() [all …]
|
| H A D | comphy.h | 93 struct comphy_mux_data *mux_data; member
|
| H A D | comphy_cp110.c | 1939 ptr_chip_cfg->mux_data = cp110_comphy_phy_mux_data; in comphy_mux_cp110_init() 1943 ptr_chip_cfg->mux_data = cp110_comphy_pipe_mux_data; in comphy_mux_cp110_init()
|