Lines Matching defs:supported

555 	 * them are writable, and so the supported interfaces are filled in the
560 static void mv88e6xxx_translate_cmode(u8 cmode, unsigned long *supported)
564 __set_bit(mv88e6xxx_phy_interface_modes[cmode], supported);
566 phy_interface_set_rgmii(supported);
572 unsigned long *supported = config->supported_interfaces;
575 mv88e6xxx_translate_cmode(chip->ports[port].cmode, supported);
583 unsigned long *supported = config->supported_interfaces;
586 mv88e6xxx_translate_cmode(chip->ports[port].cmode, supported);
625 unsigned long *supported = config->supported_interfaces;
629 mv88e6xxx_translate_cmode(chip->ports[port].cmode, supported);
648 mv88e6xxx_translate_cmode(cmode, supported);
655 unsigned long *supported = config->supported_interfaces;
658 mv88e6xxx_translate_cmode(chip->ports[port].cmode, supported);
666 __set_bit(PHY_INTERFACE_MODE_SGMII, supported);
667 __set_bit(PHY_INTERFACE_MODE_1000BASEX, supported);
668 __set_bit(PHY_INTERFACE_MODE_2500BASEX, supported);
677 unsigned long *supported = config->supported_interfaces;
680 mv88e6xxx_translate_cmode(chip->ports[port].cmode, supported);
688 __set_bit(PHY_INTERFACE_MODE_SGMII, supported);
689 __set_bit(PHY_INTERFACE_MODE_1000BASEX, supported);
690 __set_bit(PHY_INTERFACE_MODE_2500BASEX, supported);
699 unsigned long *supported = config->supported_interfaces;
720 __set_bit(PHY_INTERFACE_MODE_1000BASEX, supported);
724 __set_bit(PHY_INTERFACE_MODE_XAUI, supported);
725 __set_bit(PHY_INTERFACE_MODE_RXAUI, supported);
734 unsigned long *supported = config->supported_interfaces;
740 mv88e6xxx_translate_cmode(chip->ports[port].cmode, supported);
747 __set_bit(PHY_INTERFACE_MODE_SGMII, supported);
748 __set_bit(PHY_INTERFACE_MODE_1000BASEX, supported);
752 __set_bit(PHY_INTERFACE_MODE_2500BASEX, supported);
757 __set_bit(PHY_INTERFACE_MODE_5GBASER, supported);
758 __set_bit(PHY_INTERFACE_MODE_10GBASER, supported);
759 __set_bit(PHY_INTERFACE_MODE_USXGMII, supported);
767 __set_bit(PHY_INTERFACE_MODE_RMII, supported);
768 __set_bit(PHY_INTERFACE_MODE_RGMII, supported);
769 __set_bit(PHY_INTERFACE_MODE_RGMII_ID, supported);
770 __set_bit(PHY_INTERFACE_MODE_RGMII_RXID, supported);
771 __set_bit(PHY_INTERFACE_MODE_RGMII_TXID, supported);
3071 /* Setup CPU port mode depending on its supported tag format */