Searched refs:BSPI_DONE (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-bcm-qspi.h49 BSPI_DONE = 0x2, enumerator in enum:__anon2705
85 case BSPI_DONE:
H A Dspi-iproc-qspi.c46 sts |= BSPI_DONE;
H A Dspi-bcm-qspi.c1101 soc_intc->bcm_qspi_int_set(soc_intc, BSPI_DONE, true);
1278 soc_intc->bcm_qspi_int_set(soc_intc, BSPI_DONE,
1292 soc_intc->bcm_qspi_int_ack(soc_intc, BSPI_DONE);
1330 else if (status & BSPI_DONE)

Completed in 228 milliseconds