Home
last modified time | relevance | path

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

/drivers/net/dsa/b53/
Db53_common.c335 mgmt |= SM_SW_FWD_EN; in b53_set_forwarding()
337 mgmt &= ~SM_SW_FWD_EN; in b53_set_forwarding()
622 if (!(mgmt & SM_SW_FWD_EN)) { in b53_switch_reset()
624 mgmt |= SM_SW_FWD_EN; in b53_switch_reset()
629 if (!(mgmt & SM_SW_FWD_EN)) { in b53_switch_reset()
Db53_regs.h82 #define SM_SW_FWD_EN BIT(1) /* Forwarding Enable */ macro