Home
last modified time | relevance | path

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

/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c1087 u32 intr_status_data = 0; in atl1e_configure() local
1136 intr_status_data = AT_READ_REG(hw, REG_ISR); in atl1e_configure()
1137 if (unlikely((intr_status_data & ISR_PHY_LINKDOWN) != 0)) { in atl1e_configure()