Home
last modified time | relevance | path

Searched refs:AUPSC_SPISTAT (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/mips/alchemy/dev/
Dauspi.c244 if (GETREG(sc, AUPSC_SPISTAT) & SPISTAT_DR) { in auspi_configure()
264 if (GETREG(sc, AUPSC_SPISTAT) & SPISTAT_TF) { in auspi_send()
298 if ((GETREG(sc, AUPSC_SPISTAT) & SPISTAT_RE) != 0) { in auspi_recv()
372 if ((GETREG(sc, AUPSC_SPISTAT) & SPISTAT_DI) == 0) { in auspi_intr()
Daupscreg.h104 #define AUPSC_SPISTAT 0x14 /* Read only */ macro
/netbsd/src/sys/arch/arm/at91/
Dat91spi.c256 if (GETREG(sc, AUPSC_SPISTAT) & SPISTAT_DR) { in at91spi_configure()