Home
last modified time | relevance | path

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

/drivers/net/ethernet/3com/
Dtyphoon.c390 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_reset()
414 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_reset()
1363 irqMasked = ioread32(ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_download_firmware()
1365 ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_download_firmware()
1457 iowrite32(irqMasked, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_download_firmware()
1753 tp->ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_poll()
1775 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_interrupt()
1938 iowrite32(TYPHOON_INTR_NONE, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_start_runtime()
2217 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_test_mmio()
2235 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_test_mmio()
Dtyphoon.h535 #define TYPHOON_REG_INTR_MASK 0x0c macro