Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/phy/
H A Db53.c54 #define SM_SW_FWD_EN BIT(1) /* Forwarding Enable */ macro
429 if (!(mgmt & SM_SW_FWD_EN)) { in b53_switch_reset()
431 mgmt |= SM_SW_FWD_EN; in b53_switch_reset()
436 if (!(mgmt & SM_SW_FWD_EN)) { in b53_switch_reset()