Searched refs:up1 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/xlr/ |
H A D | pic.h | 269 uint32_t up1, up2, low; in nlm_pic_read_timer() local 271 up1 = nlm_read_reg(base, PIC_TIMER_COUNT_1(timer)); in nlm_pic_read_timer() 275 if (up1 != up2) /* wrapped, get the new low */ in nlm_pic_read_timer()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 1403 u32 up1; in bnx2_test_and_enable_2g5() local 1415 bnx2_read_phy(bp, bp->mii_up1, &up1); in bnx2_test_and_enable_2g5() 1416 if (!(up1 & BCM5708S_UP1_2G5)) { in bnx2_test_and_enable_2g5() 1417 up1 |= BCM5708S_UP1_2G5; in bnx2_test_and_enable_2g5() 1418 bnx2_write_phy(bp, bp->mii_up1, up1); in bnx2_test_and_enable_2g5() 1432 u32 up1; in bnx2_test_and_disable_2g5() local 1441 bnx2_read_phy(bp, bp->mii_up1, &up1); in bnx2_test_and_disable_2g5() 1442 if (up1 & BCM5708S_UP1_2G5) { in bnx2_test_and_disable_2g5() 1443 up1 &= ~BCM5708S_UP1_2G5; in bnx2_test_and_disable_2g5() 1444 bnx2_write_phy(bp, bp->mii_up1, up1); in bnx2_test_and_disable_2g5() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 1402 u32 up1; in bnx2_test_and_enable_2g5() local 1414 bnx2_read_phy(bp, bp->mii_up1, &up1); in bnx2_test_and_enable_2g5() 1415 if (!(up1 & BCM5708S_UP1_2G5)) { in bnx2_test_and_enable_2g5() 1416 up1 |= BCM5708S_UP1_2G5; in bnx2_test_and_enable_2g5() 1417 bnx2_write_phy(bp, bp->mii_up1, up1); in bnx2_test_and_enable_2g5() 1431 u32 up1; in bnx2_test_and_disable_2g5() local 1440 bnx2_read_phy(bp, bp->mii_up1, &up1); in bnx2_test_and_disable_2g5() 1441 if (up1 & BCM5708S_UP1_2G5) { in bnx2_test_and_disable_2g5() 1442 up1 &= ~BCM5708S_UP1_2G5; in bnx2_test_and_disable_2g5() 1443 bnx2_write_phy(bp, bp->mii_up1, up1); in bnx2_test_and_disable_2g5() [all...] |
Completed in 11 milliseconds