Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dfsl_qspi.h108 #define QSPI_SR_AHB_ACC_MASK (1 << QSPI_SR_AHB_ACC_SHIFT) macro
H A Dfsl_qspi.c153 const u32 mask = QSPI_SR_BUSY_MASK | QSPI_SR_AHB_ACC_MASK | in is_controller_busy()