Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/phy/
Dmicrel.c270 unsigned long pair_mask; member
328 .pair_mask = LAN8814_WIRE_PAIR_MASK,
333 .pair_mask = KSZPHY_WIRE_PAIR_MASK,
1527 unsigned long pair_mask = 0xf; in ksz9x31_cable_test_get_status() local
1534 while (pair_mask && retries--) { in ksz9x31_cable_test_get_status()
1535 for_each_set_bit(pair, &pair_mask, 4) { in ksz9x31_cable_test_get_status()
1541 clear_bit(pair, &pair_mask); in ksz9x31_cable_test_get_status()
1547 if (pair_mask) in ksz9x31_cable_test_get_status()
1552 for_each_set_bit(pair, &pair_mask, 4) { in ksz9x31_cable_test_get_status()
2014 unsigned long pair_mask = type->pair_mask; in ksz886x_cable_test_get_status() local
[all …]
Dat803x.c1561 unsigned long pair_mask; in at803x_cable_test_get_status() local
1568 pair_mask = 0x3; in at803x_cable_test_get_status()
1570 pair_mask = 0xf; in at803x_cable_test_get_status()
1581 while (pair_mask && retries--) { in at803x_cable_test_get_status()
1582 for_each_set_bit(pair, &pair_mask, 4) { in at803x_cable_test_get_status()
1587 clear_bit(pair, &pair_mask); in at803x_cable_test_get_status()
1589 if (pair_mask) in at803x_cable_test_get_status()