Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/dsa/b53/
Db53_regs.h85 #define SM_SW_FWD_EN BIT(1) /* Forwarding Enable */ macro
Db53_common.c332 mgmt |= SM_SW_FWD_EN; in b53_set_forwarding()
334 mgmt &= ~SM_SW_FWD_EN; in b53_set_forwarding()
848 if (!(mgmt & SM_SW_FWD_EN)) { in b53_switch_reset()
850 mgmt |= SM_SW_FWD_EN; in b53_switch_reset()
855 if (!(mgmt & SM_SW_FWD_EN)) { in b53_switch_reset()