Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/b53/
H A Db53_regs.h89 #define SM_SW_FWD_EN BIT(1) /* Forwarding Enable */ macro
H A Db53_common.c358 mgmt |= SM_SW_FWD_EN; in b53_set_forwarding()
360 mgmt &= ~SM_SW_FWD_EN; in b53_set_forwarding()
1007 if (!(mgmt & SM_SW_FWD_EN)) { in b53_switch_reset()
1009 mgmt |= SM_SW_FWD_EN; in b53_switch_reset()
1014 if (!(mgmt & SM_SW_FWD_EN)) { in b53_switch_reset()