Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/3com/
Dtyphoon.c1363 irqEnabled = ioread32(ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_download_firmware()
1365 ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_download_firmware()
1460 iowrite32(irqEnabled, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_download_firmware()
1946 iowrite32(TYPHOON_INTR_ENABLE_ALL, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_start_runtime()
1972 iowrite32(TYPHOON_INTR_NONE, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_stop_runtime()
2232 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_test_mmio()
2250 iowrite32(TYPHOON_INTR_NONE, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_test_mmio()
Dtyphoon.h534 #define TYPHOON_REG_INTR_ENABLE 0x08 macro