Home
last modified time | relevance | path

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

/drivers/input/joystick/
Dmagellan.c71 static unsigned char nibbles[16] = "0AB3D56GH9:K<MN?"; in magellan_crunch_nibbles() local
74 if (data[count] == nibbles[data[count] & 0xf]) in magellan_crunch_nibbles()
/drivers/net/ethernet/marvell/
Dmv643xx_eth.c1695 u32 nibbles; in uc_addr_filter_mask() local
1700 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() local
1724 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 …]