Searched refs:nibbles (Results 1 – 2 of 2) sorted by relevance
71 static unsigned char nibbles[16] = "0AB3D56GH9:K<MN?"; in magellan_crunch_nibbles() local74 if (data[count] == nibbles[data[count] & 0xf]) in magellan_crunch_nibbles()
1480 u32 nibbles; in uc_addr_filter_mask() local1485 nibbles = 1 << (dev->dev_addr[5] & 0x0f); in uc_addr_filter_mask()1492 nibbles |= 1 << (uc_ptr->da_addr[5] & 0x0f); in uc_addr_filter_mask()1495 return nibbles; in uc_addr_filter_mask()1502 u32 nibbles; in mv643xx_eth_program_unicast_filter() local1508 nibbles = uc_addr_filter_mask(dev); in mv643xx_eth_program_unicast_filter()1509 if (!nibbles) { in mv643xx_eth_program_unicast_filter()1520 if (nibbles & 1) in mv643xx_eth_program_unicast_filter()1522 if (nibbles & 2) in mv643xx_eth_program_unicast_filter()1524 if (nibbles & 4) in mv643xx_eth_program_unicast_filter()[all …]