Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sdmmc/
H A Dsbt.c49 #define ISTAT_INTRD (1<<0) /* packet available for read */ macro
188 CSR_WRITE_1(sc, SBT_REG_IENA, ISTAT_INTRD); in sbt_attach()
334 if ((status & ISTAT_INTRD) == 0) in sbt_intr()