Lines Matching full:nibbles
1783 u32 nibbles; in uc_addr_filter_mask() local
1788 nibbles = 1 << (dev->dev_addr[5] & 0x0f); in uc_addr_filter_mask()
1795 nibbles |= 1 << (ha->addr[5] & 0x0f); in uc_addr_filter_mask()
1798 return nibbles; in uc_addr_filter_mask()
1805 u32 nibbles; in mv643xx_eth_program_unicast_filter() local
1812 nibbles = uc_addr_filter_mask(dev); in mv643xx_eth_program_unicast_filter()
1813 if (!nibbles) { in mv643xx_eth_program_unicast_filter()
1815 nibbles = 0xffff; in mv643xx_eth_program_unicast_filter()
1823 if (nibbles & 1) in mv643xx_eth_program_unicast_filter()
1825 if (nibbles & 2) in mv643xx_eth_program_unicast_filter()
1827 if (nibbles & 4) in mv643xx_eth_program_unicast_filter()
1829 if (nibbles & 8) in mv643xx_eth_program_unicast_filter()
1831 nibbles >>= 4; in mv643xx_eth_program_unicast_filter()