Lines Matching refs:temp_phy_data

1363 	u32 temp_phy_data = 0;  in nes_init_2025_phy()  local
1373 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_init_2025_phy()
1378 if (temp_phy_data != temp_phy_data2) { in nes_init_2025_phy()
1380 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_init_2025_phy()
1381 if ((temp_phy_data & 0xff) > 0x20) in nes_init_2025_phy()
1451 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_init_2025_phy()
1460 } while ((temp_phy_data2 == temp_phy_data)); in nes_init_2025_phy()
1466 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_init_2025_phy()
1468 if (((temp_phy_data & 0xff) == 0x0) && first_attempt) { in nes_init_2025_phy()
1481 } while ((temp_phy_data & 0xff) < 0x30); in nes_init_2025_phy()
2473 u16 temp_phy_data; in nes_process_mac_intr() local
2507 temp_phy_data = 0; in nes_process_mac_intr()
2513 if (temp_phy_data == phy_data) in nes_process_mac_intr()
2515 temp_phy_data = phy_data; in nes_process_mac_intr()
2528 if (temp_phy_data & 0x1000) { in nes_process_mac_intr()
2586 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_process_mac_intr()
2593 phy_data = (!temp_phy_data && (phy_data == 0x8000)) ? 0x4 : 0x0; in nes_process_mac_intr()
2700 u16 temp_phy_data; in nes_recheck_link_status() local
2706 temp_phy_data = (u16)nes_read_indexed(nesdev, NES_IDX_MAC_MDIO_CONTROL); in nes_recheck_link_status()
2713 phy_data = (!temp_phy_data && (phy_data == 0x8000)) ? 0x4 : 0x0; in nes_recheck_link_status()