Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c1360 irqEnabled = ioread32(ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_download_firmware()
1362 ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_download_firmware()
1457 iowrite32(irqEnabled, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_download_firmware()
1943 iowrite32(TYPHOON_INTR_ENABLE_ALL, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_start_runtime()
1969 iowrite32(TYPHOON_INTR_NONE, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_stop_runtime()
2229 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_test_mmio()
2247 iowrite32(TYPHOON_INTR_NONE, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_test_mmio()
H A Dtyphoon.h534 #define TYPHOON_REG_INTR_ENABLE 0x08 macro