Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c383 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_reset()
407 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()
1456 iowrite32(irqMasked, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_download_firmware()
1751 tp->ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_poll()
1773 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_interrupt()
1944 iowrite32(TYPHOON_INTR_NONE, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_start_runtime()
2227 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_test_mmio()
2245 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_test_mmio()
H A Dtyphoon.h535 #define TYPHOON_REG_INTR_MASK 0x0c macro