Lines Matching defs:interface
8 * integrated PHYs for the user facing ports, and an extension interface which
23 * | interface 1 GMAC 1 |
26 * EEPROM <-MDIO/SDA--> interface ~REALTEK ~~~~~ |
43 * NOTE: Currently, only the RGMII interface is implemented in this driver.
192 /* External interface port mode values - used in DIGITAL_INTERFACE_SELECT */
208 /* External interface mode configuration registers 0~1 */
220 /* External interface RGMII TX/RX delay configuration registers 0~2 */
232 /* External interface port speed values - used in DIGITAL_INTERFACE_FORCE */
237 /* External interface force configuration registers 0~2 */
482 * struct rtl8365mb_extint - external interface info
483 * @port: the port with an external interface
484 * @id: the external interface ID, which is either 0, 1, or 2
485 * @supported_interfaces: a bitmask of supported PHY interface modes
488 * in &struct rtl8365mb_chip_info for every port with an external interface.
877 phy_interface_t interface)
907 * forcing the external interface into a particular mode, which is done
912 * specified. We ignore the detail of the RGMII interface mode
1041 /* GMII is the default interface mode for phylib, so
1072 if (phy_interface_mode_is_rgmii(state->interface)) {
1073 ret = rtl8365mb_ext_config_rgmii(priv, port, state->interface);
1088 phy_interface_t interface)
1099 if (phy_interface_mode_is_rgmii(interface)) {
1113 phy_interface_t interface,
1127 if (phy_interface_mode_is_rgmii(interface)) {