Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Daltera_qspi.c23 #define QUADSPI_SR_BP3 BIT(6) macro
240 int shift3 = ffs(QUADSPI_SR_BP3) - 1 - 3; in altera_qspi_get_locked_range()
243 ((stat & QUADSPI_SR_BP3) >> shift3); in altera_qspi_get_locked_range()