Searched refs:pair_mask (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/phy/ |
H A D | at803x.c | 1540 unsigned long pair_mask; in at803x_cable_test_get_status() local 1547 pair_mask = 0x3; in at803x_cable_test_get_status() 1549 pair_mask = 0xf; in at803x_cable_test_get_status() 1560 while (pair_mask && retries--) { in at803x_cable_test_get_status() 1561 for_each_set_bit(pair, &pair_mask, 4) { in at803x_cable_test_get_status() 1566 clear_bit(pair, &pair_mask); in at803x_cable_test_get_status() 1568 if (pair_mask) in at803x_cable_test_get_status()
|
H A D | micrel.c | 278 unsigned long pair_mask; member 349 .pair_mask = LAN8814_WIRE_PAIR_MASK, 354 .pair_mask = KSZPHY_WIRE_PAIR_MASK, 400 .pair_mask = LAN8814_WIRE_PAIR_MASK, 1670 unsigned long pair_mask = 0xf; in ksz9x31_cable_test_get_status() local 1677 while (pair_mask && retries--) { in ksz9x31_cable_test_get_status() 1678 for_each_set_bit(pair, &pair_mask, 4) { in ksz9x31_cable_test_get_status() 1684 clear_bit(pair, &pair_mask); in ksz9x31_cable_test_get_status() 1690 if (pair_mask) in ksz9x31_cable_test_get_status() 1695 for_each_set_bit(pair, &pair_mask, 4) { in ksz9x31_cable_test_get_status() [all …]
|