Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/al_eth/
H A Dal_eth.h310 boolean_t phy_exist; member
H A Dal_eth.c837 adapter->phy_exist = false; in al_eth_board_params_init()
845 adapter->phy_exist = false; in al_eth_board_params_init()
863 adapter->phy_exist = params.phy_exist == TRUE; in al_eth_board_params_init()
950 params.phy_exist == TRUE ? "Yes" : "No", in al_eth_board_params_init()
1853 adapter->phy_exist == FALSE)) { in al_eth_hw_init()
/freebsd-13.1/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()