Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/phy/
H A Db53.c53 #define SM_SW_FWD_MODE BIT(0) /* 1 = Managed Mode */ macro
430 mgmt &= ~SM_SW_FWD_MODE; in b53_switch_reset()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_regs.h84 #define SM_SW_FWD_MODE BIT(0) /* 1 = Managed Mode */ macro
H A Db53_common.c651 hdr_ctl |= SM_SW_FWD_MODE; in b53_brcm_hdr_setup()
653 hdr_ctl &= ~SM_SW_FWD_MODE; in b53_brcm_hdr_setup()
853 mgmt &= ~SM_SW_FWD_MODE; in b53_switch_reset()