Home
last modified time | relevance | path

Searched refs:phy_exist (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/al_eth/
H A Dal_eth.h308 bool phy_exist; member
H A Dal_eth.c830 adapter->phy_exist = false; in al_eth_board_params_init()
838 adapter->phy_exist = false; in al_eth_board_params_init()
856 adapter->phy_exist = params.phy_exist == true; in al_eth_board_params_init()
943 params.phy_exist ? "Yes" : "No", in al_eth_board_params_init()
1842 adapter->phy_exist == false)) { in al_eth_hw_init()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h2038 al_bool phy_exist; /**< external phy exist */ member
H A Dal_hal_eth_main.c4439 AL_REG_BIT_VAL_SET(reg, AL_HAL_ETH_EXT_PHY_SHIFT, params->phy_exist == AL_TRUE); in al_eth_board_params_set()
4546 params->phy_exist = AL_TRUE; in al_eth_board_params_get()
4548 params->phy_exist = AL_FALSE; in al_eth_board_params_get()