Lines Matching refs:temp_phy_data
1349 u32 temp_phy_data = 0; in nes_init_2025_phy() local
1359 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_init_2025_phy()
1364 if (temp_phy_data != temp_phy_data2) { in nes_init_2025_phy()
1366 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_init_2025_phy()
1367 if ((temp_phy_data & 0xff) > 0x20) in nes_init_2025_phy()
1437 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_init_2025_phy()
1446 } while ((temp_phy_data2 == temp_phy_data)); in nes_init_2025_phy()
1452 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_init_2025_phy()
1454 if (((temp_phy_data & 0xff) == 0x0) && first_attempt) { in nes_init_2025_phy()
1467 } while ((temp_phy_data & 0xff) < 0x30); in nes_init_2025_phy()
2431 u16 temp_phy_data; in nes_process_mac_intr() local
2465 temp_phy_data = 0; in nes_process_mac_intr()
2471 if (temp_phy_data == phy_data) in nes_process_mac_intr()
2473 temp_phy_data = phy_data; in nes_process_mac_intr()
2486 if (temp_phy_data & 0x1000) { in nes_process_mac_intr()
2544 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_process_mac_intr()
2551 phy_data = (!temp_phy_data && (phy_data == 0x8000)) ? 0x4 : 0x0; in nes_process_mac_intr()
2658 u16 temp_phy_data; in nes_recheck_link_status() local
2664 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_recheck_link_status()
2671 phy_data = (!temp_phy_data && (phy_data == 0x8000)) ? 0x4 : 0x0; in nes_recheck_link_status()