Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_priv.h289 ent->port = fwd_entry & ARLTBL_DATA_PORT_ID_MASK; in b53_arl_to_entry()
302 *fwd_entry = ent->port & ARLTBL_DATA_PORT_ID_MASK; in b53_arl_from_entry()
H A Db53_regs.h323 #define ARLTBL_DATA_PORT_ID_MASK 0x1ff macro