Searched refs:lane_mode (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/phy/freescale/ |
| H A D | phy-fsl-lynx-10g.c | 452 static int ls1028a_get_pccr(enum lynx_lane_mode lane_mode, int lane, in ls1028a_get_pccr() argument 455 switch (lane_mode) { in ls1028a_get_pccr() 521 static int ls1046a_serdes1_get_pccr(enum lynx_lane_mode lane_mode, int lane, in ls1046a_serdes1_get_pccr() argument 524 switch (lane_mode) { in ls1046a_serdes1_get_pccr() 596 static int ls1046a_serdes2_get_pccr(enum lynx_lane_mode lane_mode, int lane, in ls1046a_serdes2_get_pccr() argument 599 switch (lane_mode) { in ls1046a_serdes2_get_pccr() 640 static int ls1088a_serdes1_get_pccr(enum lynx_lane_mode lane_mode, int lane, in ls1088a_serdes1_get_pccr() argument 643 switch (lane_mode) { in ls1088a_serdes1_get_pccr() 726 static int ls2088a_serdes1_get_pccr(enum lynx_lane_mode lane_mode, int lane, in ls2088a_serdes1_get_pccr() argument 729 switch (lane_mode) { in ls2088a_serdes1_get_pccr() [all …]
|
| /linux/drivers/phy/apple/ |
| H A D | atc.c | 554 enum atcphy_lane_mode lane_mode[2]; member 645 .lane_mode = {ACIOPHY_LANE_MODE_OFF, ACIOPHY_LANE_MODE_OFF}, 653 .lane_mode = {ACIOPHY_LANE_MODE_OFF, ACIOPHY_LANE_MODE_OFF}, 665 .lane_mode = {ACIOPHY_LANE_MODE_OFF, ACIOPHY_LANE_MODE_OFF}, 673 .lane_mode = {ACIOPHY_LANE_MODE_OFF, ACIOPHY_LANE_MODE_OFF}, 690 .lane_mode = {ACIOPHY_LANE_MODE_USB3, ACIOPHY_LANE_MODE_DP}, 698 .lane_mode = {ACIOPHY_LANE_MODE_DP, ACIOPHY_LANE_MODE_USB3}, 710 .lane_mode = {ACIOPHY_LANE_MODE_USB3, ACIOPHY_LANE_MODE_DP}, 718 .lane_mode = {ACIOPHY_LANE_MODE_DP, ACIOPHY_LANE_MODE_USB3}, 730 .lane_mode = {ACIOPHY_LANE_MODE_USB4, ACIOPHY_LANE_MODE_USB4}, [all …]
|