Home
last modified time | relevance | path

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

/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.c647 hdr_ctl |= SM_SW_FWD_MODE; in b53_brcm_hdr_setup()
649 hdr_ctl &= ~SM_SW_FWD_MODE; in b53_brcm_hdr_setup()
849 mgmt &= ~SM_SW_FWD_MODE; in b53_switch_reset()
/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()