Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/
H A Daltera_qspi.c37 #define QUADSPI_ISR_ILLEGAL_WRITE BIT(1) macro
217 if (stat & QUADSPI_ISR_ILLEGAL_WRITE) { in altera_qspi_write()