Searched refs:SR_READ_AVAILABLE (Results 1 – 8 of 8) sorted by relevance
206 #define SR_READ_AVAILABLE 0x00000800 // ???? undocumented macro
209 if (read32(pdat->virt + EMMC_STATUS) & SR_READ_AVAILABLE) in read_bytes()
212 if (read32(pdat->virt + EMMC_STATUS) & SR_READ_AVAILABLE) in read_bytes()
206 #define SR_READ_AVAILABLE (0x00000800) // ???? undocumented macro
213 if (read32(pdat->virt + EMMC_STATUS) & SR_READ_AVAILABLE) in read_bytes()
Completed in 18 milliseconds