Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h435 enum al_eth_mdio_type mdio_type; /**< mdio protocol type */ member
681 enum al_eth_mdio_type mdio_type,
H A Dal_hal_eth_main.c1917 enum al_eth_mdio_type mdio_type, in al_eth_mdio_config() argument
1924 const char *type_name = (mdio_type == AL_ETH_MDIO_TYPE_CLAUSE_22) ? "Clause 22" : "Clause 45"; in al_eth_mdio_config()
1952 switch(mdio_type) in al_eth_mdio_config()
1992 if(mdio_type != AL_ETH_MDIO_TYPE_CLAUSE_22) { in al_eth_mdio_config()
1998 adapter->mdio_type = mdio_type; in al_eth_mdio_config()
2237 if (adapter->mdio_type == AL_ETH_MDIO_TYPE_CLAUSE_22) in al_eth_mdio_read()
2259 if (adapter->mdio_type == AL_ETH_MDIO_TYPE_CLAUSE_22) in al_eth_mdio_write()