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()
1695 u32 nibbles; in uc_addr_filter_mask() local1700 nibbles = 1 << (dev->dev_addr[5] & 0x0f); in uc_addr_filter_mask()1707 nibbles |= 1 << (ha->addr[5] & 0x0f); in uc_addr_filter_mask()1710 return nibbles; in uc_addr_filter_mask()1717 u32 nibbles; in mv643xx_eth_program_unicast_filter() local1724 nibbles = uc_addr_filter_mask(dev); in mv643xx_eth_program_unicast_filter()1725 if (!nibbles) { in mv643xx_eth_program_unicast_filter()1727 nibbles = 0xffff; in mv643xx_eth_program_unicast_filter()1735 if (nibbles & 1) in mv643xx_eth_program_unicast_filter()1737 if (nibbles & 2) in mv643xx_eth_program_unicast_filter()[all …]