Searched refs:pair_mask (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/phy/qcom/ |
| H A D | at803x.c | 642 bool *finished, unsigned long pair_mask) in at803x_cable_test_get_status() argument 656 while (pair_mask && retries--) { in at803x_cable_test_get_status() 657 for_each_set_bit(pair, &pair_mask, 4) { in at803x_cable_test_get_status() 662 clear_bit(pair, &pair_mask); in at803x_cable_test_get_status() 664 if (pair_mask) in at803x_cable_test_get_status()
|
| /linux/drivers/net/phy/ |
| H A D | micrel.c | 404 unsigned long pair_mask; member 498 .pair_mask = LAN8814_WIRE_PAIR_MASK, 503 .pair_mask = KSZPHY_WIRE_PAIR_MASK, 525 .pair_mask = KSZPHY_WIRE_PAIR_MASK, 551 .pair_mask = LAN8814_WIRE_PAIR_MASK, 1963 unsigned long pair_mask; in ksz9x31_cable_test_get_status() local 1973 pair_mask = 0xf; /* All pairs */ in ksz9x31_cable_test_get_status() 1975 pair_mask = 0x3; /* Pairs A and B only */ in ksz9x31_cable_test_get_status() 1978 while (pair_mask && retries--) { in ksz9x31_cable_test_get_status() 1979 for_each_set_bit(pair, &pair_mask, 4) { in ksz9x31_cable_test_get_status() [all …]
|