Searched refs:up1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/mips/include/asm/netlogic/xlr/ |
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()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 1387 u32 up1; in bnx2_test_and_enable_2g5() local 1399 bnx2_read_phy(bp, bp->mii_up1, &up1); in bnx2_test_and_enable_2g5() 1400 if (!(up1 & BCM5708S_UP1_2G5)) { in bnx2_test_and_enable_2g5() 1401 up1 |= BCM5708S_UP1_2G5; in bnx2_test_and_enable_2g5() 1402 bnx2_write_phy(bp, bp->mii_up1, up1); in bnx2_test_and_enable_2g5() 1416 u32 up1; in bnx2_test_and_disable_2g5() local 1425 bnx2_read_phy(bp, bp->mii_up1, &up1); in bnx2_test_and_disable_2g5() 1426 if (up1 & BCM5708S_UP1_2G5) { in bnx2_test_and_disable_2g5() 1427 up1 &= ~BCM5708S_UP1_2G5; in bnx2_test_and_disable_2g5() 1428 bnx2_write_phy(bp, bp->mii_up1, up1); in bnx2_test_and_disable_2g5()
|