Searched refs:ISR_DIS_INT (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/net/atlx/ |
D | atlx.h | 294 #define ISR_DIS_INT 0x80000000 macro
|
D | atl2.c | 599 ATL2_WRITE_REG(hw, REG_ISR, status | ISR_DIS_INT); in atl2_intr()
|
D | atl1.c | 2468 iowrite32(status | ISR_DIS_INT, adapter->hw.hw_addr + REG_ISR); in atl1_intr()
|
/linux-2.6.39/drivers/net/atl1e/ |
D | atl1e_hw.h | 576 #define ISR_DIS_INT 0x80000000 macro
|
D | atl1e_main.c | 1258 (status & ISR_DIS_INT) != 0) { in atl1e_intr() 1267 AT_WRITE_REG(hw, REG_ISR, status | ISR_DIS_INT); in atl1e_intr()
|
/linux-2.6.39/drivers/net/atl1c/ |
D | atl1c_hw.h | 666 #define ISR_DIS_INT 0x80000000 macro
|
D | atl1c_main.c | 191 AT_WRITE_REG(&adapter->hw, REG_ISR, ISR_DIS_INT); in atl1c_irq_disable() 1268 AT_WRITE_REG(hw, REG_ISR, ISR_DIS_INT); in atl1c_reset_mac() 1662 if (status == 0 || (status & ISR_DIS_INT) != 0) { in atl1c_intr() 1671 AT_WRITE_REG(hw, REG_ISR, status | ISR_DIS_INT); in atl1c_intr()
|