Searched refs:PORT_CTRL_STP_STATE_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/dsa/b53/ | ||
H A D | b53_regs.h | 77 #define PORT_CTRL_STP_STATE_MASK (0x7 << PORT_CTRL_STP_STATE_S) macro |
H A D | b53_common.c | 2032 reg &= ~PORT_CTRL_STP_STATE_MASK; in b53_br_set_stp_state() |