Searched refs:CSR_STATUS (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/arm/ralink/
H A Dif_fv.c690 CSR_WRITE_4(sc, CSR_STATUS, 0xffffffff);
882 txstat = (CSR_READ_4(sc, CSR_STATUS) >> 20) & 7;
944 txstat = (CSR_READ_4(sc, CSR_STATUS) >> 20) & 7;
1727 status = CSR_READ_4(sc, CSR_STATUS);
1731 CSR_WRITE_4(sc, CSR_STATUS, status);
1751 status = CSR_READ_4(sc, CSR_STATUS);
1850 status = CSR_READ_4(sc, CSR_STATUS);
H A Dif_fvreg.h271 #define CSR_STATUS (0x08*5) /* (interrupt) status */ macro
361 /* CSR_STATUS - Status */
421 /* See bits for CSR_STATUS -- Status */
/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dif_are.c624 CSR_WRITE_4(sc, CSR_STATUS, 0xffffffff);
835 txstat = (CSR_READ_4(sc, CSR_STATUS) >> 20) & 7;
894 txstat = (CSR_READ_4(sc, CSR_STATUS) >> 20) & 7;
1637 status = CSR_READ_4(sc, CSR_STATUS);
1639 CSR_WRITE_4(sc, CSR_STATUS, status);
1739 status = CSR_READ_4(sc, CSR_STATUS);
H A Dif_arereg.h264 #define CSR_STATUS 0x1014 /* (interrupt) status */ macro
338 /* CSR_STATUS - Status */
394 /* See bits for CSR_STATUS -- Status */

Completed in 116 milliseconds