Home
last modified time | relevance | path

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

/linux/drivers/phy/spacemit/
H A Dphy-k3-combo.c57 static const struct k3_phy_lane_group_data k3_combphy_lane_group0 = {
66 static const struct k3_phy_lane_group_data k3_combphy_lane_group1 = {
75 static const struct k3_phy_lane_group_data k3_combphy_lane_group2 = {
84 static const struct k3_phy_lane_group_data k3_combphy_lane_group3 = {
93 static const struct k3_phy_lane_group_data k3_combphy_lane_group4 = {
102 static const struct k3_phy_lane_group_data k3_combphy_lane_group5 = {
111 static const struct k3_phy_lane_group_data *k3_combphy_lane_datas[] = {
125 const struct k3_phy_lane_group_data *data = k3_combphy_lane_datas[i]; in k3_combo_phy_init_lanes()
H A Dphy-k3-common.h8 struct k3_phy_lane_group_data { struct
16 const struct k3_phy_lane_group_data *data; argument