Home
last modified time | relevance | path

Searched refs:ISR_RXDMA0 (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/vt6656/
Dmac.h299 #define ISR_RXDMA0 0x08 macro
Dmib.c76 if (byIsr0 & ISR_RXDMA0) // ISR, bit3 in STAvUpdateIsrStatCounter()
/drivers/staging/vt6655/
Dpower.c207 ((pDevice->dwIsr & ISR_RXDMA0) != 0) && in PSbConsiderPowerDown()
Dmib.c112 if (dwIsr & ISR_RXDMA0) // ISR, bit3 in STAvUpdateIsrStatCounter()
Dmac.h418 #define ISR_RXDMA0 0x00000008 // macro
Ddevice_main.c2665 if (pDevice->dwIsr & ISR_RXDMA0) { in device_intr()