Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/dsa/microchip/
Dksz_common.c762 if ((alu_table[2] & ALU_V_PORT_MAP) == 0) { in ksz_port_fdb_del()
801 alu->port_forward = alu_table[1] & ALU_V_PORT_MAP; in convert_alu()
995 if ((static_table[1] & ALU_V_PORT_MAP) == 0) { in ksz_port_mdb_del()
Dksz_9477_reg.h459 #define ALU_V_PORT_MAP (BIT(24) - 1) macro