Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/flexspi/nor/
H A Dfspi.h350 #define FSPI_STS0_ARB_IDLE BIT(1) macro
H A Dfspi.c327 } while (((sts0 & FSPI_STS0_ARB_IDLE) == 0) && in xspi_ip_read()