Home
last modified time | relevance | path

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

/drivers/input/joystick/
A Dmagellan.c51 static const unsigned char nibbles[16] __nonstring = "0AB3D56GH9:K<MN?"; in magellan_crunch_nibbles() local
54 if (data[count] == nibbles[data[count] & 0xf]) in magellan_crunch_nibbles()
/drivers/net/ethernet/marvell/
A Dmv643xx_eth.c1785 u32 nibbles; in uc_addr_filter_mask() local
1800 return nibbles; in uc_addr_filter_mask()
1807 u32 nibbles; in mv643xx_eth_program_unicast_filter() local
1814 nibbles = uc_addr_filter_mask(dev); in mv643xx_eth_program_unicast_filter()
1815 if (!nibbles) { in mv643xx_eth_program_unicast_filter()
1817 nibbles = 0xffff; in mv643xx_eth_program_unicast_filter()
1825 if (nibbles & 1) in mv643xx_eth_program_unicast_filter()
1827 if (nibbles & 2) in mv643xx_eth_program_unicast_filter()
1829 if (nibbles & 4) in mv643xx_eth_program_unicast_filter()
1831 if (nibbles & 8) in mv643xx_eth_program_unicast_filter()
[all …]

Completed in 15 milliseconds