Searched refs:invert3 (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/smsc/
H A Dsmc9194.c442 unsigned char invert3[] = { 0, 4, 2, 6, 1, 5, 3, 7 }; local
454 multicast_table[invert3[position&7]] |=
455 (1<<invert3[(position>>3)&7]);
H A Dsmc91x.c1420 static const unsigned char invert3[] = {0, 4, 2, 6, 1, 5, 3, 7}; local
1432 multicast_table[invert3[position&7]] |=
1433 (1<<invert3[(position>>3)&7]);

Completed in 70 milliseconds