Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/mv88e6xxx/
H A Dglobal1_atu.c87 *hash = val & MV88E6161_G1_ATU_CTL_HASH_MASK; in mv88e6165_g1_atu_get_hash()
97 if (hash & ~MV88E6161_G1_ATU_CTL_HASH_MASK) in mv88e6165_g1_atu_set_hash()
104 val &= ~MV88E6161_G1_ATU_CTL_HASH_MASK; in mv88e6165_g1_atu_set_hash()
H A Dglobal1.h115 #define MV88E6161_G1_ATU_CTL_HASH_MASK 0x0003 macro