Lines Matching refs:phy_reg
104 struct phy_reg { struct
109 static const struct phy_reg common_init_regs[] = { argument
129 static const struct phy_reg x1_port0_config_regs[] = {
153 static const struct phy_reg x1_port1_config_regs[] = {
177 static const struct phy_reg x1_port2_config_regs[] = {
201 static const struct phy_reg x1_port3_config_regs[] = {
225 static const struct phy_reg x2_port0_config_regs[] = {
259 static const struct phy_reg x2_port1_config_regs[] = {
293 static const struct phy_reg x2_port2_config_regs[] = {
326 static const struct phy_reg x2_port3_config_regs[] = {
360 static const struct phy_reg x4_port0_config_regs[] = {
414 static const struct phy_reg x4_port1_config_regs[] = {
418 static const struct phy_reg x4_port2_config_regs[] = {
472 static const struct phy_reg x4_port3_config_regs[] = {
476 static const struct phy_reg *x1_config_regs[4] = {
483 static const struct phy_reg *x2_config_regs[4] = {
490 static const struct phy_reg *x4_config_regs[4] = {
497 static const struct phy_reg **config_regs[3] = {
626 const struct phy_reg **phy_config_regs; in ipu6_isys_mcd_phy_config()