Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtyphoon.c1397 irqEnabled = readl(ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_download_firmware()
1399 ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_download_firmware()
1495 writel(irqEnabled, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_download_firmware()
1992 writel(TYPHOON_INTR_ENABLE_ALL, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_start_runtime()
2018 writel(TYPHOON_INTR_NONE, ioaddr + TYPHOON_REG_INTR_ENABLE); in typhoon_stop_runtime()
Dtyphoon.h529 #define TYPHOON_REG_INTR_ENABLE 0x08 macro