Home
last modified time | relevance | path

Searched refs:change_bits (Results 1 – 3 of 3) sorted by relevance

/linux/net/ethtool/
H A Dbitset.c597 unsigned int change_bits; in ethnl_update_bitset32() local
616 change_bits = min_t(unsigned int, in ethnl_update_bitset32()
618 ethnl_bitmap32_update(bitmap, change_bits, in ethnl_update_bitset32()
623 if (no_mask && change_bits < nbits) in ethnl_update_bitset32()
624 ethnl_bitmap32_clear(bitmap, change_bits, nbits, mod); in ethnl_update_bitset32()
664 unsigned int change_bits; in ethnl_parse_bitset() local
670 change_bits = nla_get_u32(tb[ETHTOOL_A_BITSET_SIZE]); in ethnl_parse_bitset()
671 if (change_bits > nbits) in ethnl_parse_bitset()
672 change_bits = nbits; in ethnl_parse_bitset()
674 change_bits); in ethnl_parse_bitset()
[all …]
/linux/arch/powerpc/include/asm/
H A Dbitops.h83 DEFINE_BITOP(change_bits, xor, "")
146 change_bits(BIT_MASK(nr), addr + BIT_WORD(nr)); in arch_change_bit()
/linux/drivers/usb/core/
H A Dhub.c1032 set_bit(port1, hub->change_bits); in hub_port_logical_disconnect()
1268 set_bit(port1, hub->change_bits); in hub_activate()
1294 set_bit(port1, hub->change_bits); in hub_activate()
1299 set_bit(port1, hub->change_bits); in hub_activate()
3311 clear_bit(port1, hub->change_bits); in check_port_resume_type()
5666 clear_bit(port1, hub->change_bits); in hub_port_connect_change()
5722 connect_change = test_bit(port1, hub->change_bits); in port_event()
5856 (u16) hub->change_bits[0], in hub_event()
5901 || test_bit(i, hub->change_bits) in hub_event()