Searched refs:pair_mask (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/phy/ |
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()
|
D | micrel.c | 273 unsigned long pair_mask; member 344 .pair_mask = LAN8814_WIRE_PAIR_MASK, 349 .pair_mask = KSZPHY_WIRE_PAIR_MASK, 395 .pair_mask = LAN8814_WIRE_PAIR_MASK, 1650 unsigned long pair_mask = 0xf; in ksz9x31_cable_test_get_status() local 1657 while (pair_mask && retries--) { in ksz9x31_cable_test_get_status() 1658 for_each_set_bit(pair, &pair_mask, 4) { in ksz9x31_cable_test_get_status() 1664 clear_bit(pair, &pair_mask); in ksz9x31_cable_test_get_status() 1670 if (pair_mask) in ksz9x31_cable_test_get_status() 1675 for_each_set_bit(pair, &pair_mask, 4) { in ksz9x31_cable_test_get_status() [all …]
|