Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Drt2560reg.h41 #define RT2560_CSR7 0x001c /* Interrupt source */ macro
Drt2560.c176 { RT2560_CSR7, 0xffffffff },
1489 if ((r = RAL_READ(sc, RT2560_CSR7)) == 0) in rt2560_intr()
1513 if ((r = RAL_READ(sc, RT2560_CSR7)) == 0) in rt2560_softintr()
1517 RAL_WRITE(sc, RT2560_CSR7, r); in rt2560_softintr()
2843 RAL_WRITE(sc, RT2560_CSR7, 0xffffffff); in rt2560_init()
2886 RAL_WRITE(sc, RT2560_CSR7, 0xffffffff); in rt2560_stop()