Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dbnx2.c1386 if (!(up1 & BCM5708S_UP1_2G5)) { in bnx2_test_and_enable_2g5()
1387 up1 |= BCM5708S_UP1_2G5; in bnx2_test_and_enable_2g5()
1412 if (up1 & BCM5708S_UP1_2G5) { in bnx2_test_and_disable_2g5()
1413 up1 &= ~BCM5708S_UP1_2G5; in bnx2_test_and_disable_2g5()
2182 val |= BCM5708S_UP1_2G5; in bnx2_init_5709s_phy()
2184 val &= ~BCM5708S_UP1_2G5; in bnx2_init_5709s_phy()
2227 val |= BCM5708S_UP1_2G5; in bnx2_init_5708s_phy()
Dbnx2.h6390 #define BCM5708S_UP1_2G5 0x1 macro