Home
last modified time | relevance | path

Searched refs:STATIC_MAC_TABLE_VALID (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/dsa/microchip/
H A Dksz8.c605 if (!(data_hi & (masks[STATIC_MAC_TABLE_VALID] | in ksz8_r_sta_mac_table()
662 data_hi |= masks[STATIC_MAC_TABLE_VALID]; in ksz8_w_sta_mac_table()
H A Dksz_common.h254 STATIC_MAC_TABLE_VALID, enumerator
H A Dksz_common.c477 [STATIC_MAC_TABLE_VALID] = BIT(21),
550 [STATIC_MAC_TABLE_VALID] = BIT(19),
604 [STATIC_MAC_TABLE_VALID] = BIT(21),
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c597 #define STATIC_MAC_TABLE_VALID 0x00080000 macro
1669 data_hi |= STATIC_MAC_TABLE_VALID; in sw_w_sta_mac_table()