Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/octeon/dev/
Doctmmc.c438 MIO_EMM_INT_CMD_ERR | MIO_EMM_INT_CMD_DONE | in octmmc_init_bus()
464 ISSET(isr, MIO_EMM_INT_CMD_ERR) || in octmmc_intr()
666 cmd->c_error = octmmc_wait_intr(sc, MIO_EMM_INT_CMD_ERR | in octmmc_exec_dma()
783 if (ISSET(sc->sc_intr_status, MIO_EMM_INT_CMD_ERR)) { in octmmc_exec_pio()
969 mask |= MIO_EMM_INT_CMD_ERR | MIO_EMM_INT_DMA_ERR; in octmmc_wait_intr()
Doctmmcreg.h116 #define MIO_EMM_INT_CMD_ERR 0x0000000000000008ull macro