Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/
H A Daltera_qspi.c22 #define QUADSPI_SR_BP3 BIT(6) macro
239 int shift3 = ffs(QUADSPI_SR_BP3) - 1 - 3; in altera_qspi_get_locked_range()
242 ((stat & QUADSPI_SR_BP3) >> shift3); in altera_qspi_get_locked_range()