Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/3com/
Dtyphoon.c388 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_reset()
412 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_reset()
1366 irqMasked = ioread32(ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_download_firmware()
1368 ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_download_firmware()
1459 iowrite32(irqMasked, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_download_firmware()
1754 tp->ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_poll()
1776 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_interrupt()
1947 iowrite32(TYPHOON_INTR_NONE, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_start_runtime()
2230 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_test_mmio()
2248 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_MASK); in typhoon_test_mmio()
Dtyphoon.h535 #define TYPHOON_REG_INTR_MASK 0x0c macro