Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c384 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_STATUS); in typhoon_reset()
408 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_STATUS); in typhoon_reset()
1163 if (ioread32(ioaddr + TYPHOON_REG_INTR_STATUS) & in typhoon_wait_interrupt()
1766 intr_status = ioread32(ioaddr + TYPHOON_REG_INTR_STATUS); in typhoon_interrupt()
1770 iowrite32(intr_status, ioaddr + TYPHOON_REG_INTR_STATUS); in typhoon_interrupt()
2228 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_STATUS); in typhoon_test_mmio()
2235 val = ioread32(ioaddr + TYPHOON_REG_INTR_STATUS); in typhoon_test_mmio()
2238 ioread32(ioaddr + TYPHOON_REG_INTR_STATUS); in typhoon_test_mmio()
2240 val = ioread32(ioaddr + TYPHOON_REG_INTR_STATUS); in typhoon_test_mmio()
2246 iowrite32(TYPHOON_INTR_ALL, ioaddr + TYPHOON_REG_INTR_STATUS); in typhoon_test_mmio()
[all …]
H A Dtyphoon.h533 #define TYPHOON_REG_INTR_STATUS 0x04 macro