Searched refs:CS_NAND_CTLR_BUSY (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mtd/nand/
H A Dcs553x_nand.c90 #define CS_NAND_CTLR_BUSY (1<<2) macro
133 while (i && readb(this->IO_ADDR_R + MM_NAND_STS) & CS_NAND_CTLR_BUSY) { cs553x_write_byte()
159 return (foo & CS_NAND_STS_FLASH_RDY) && !(foo & CS_NAND_CTLR_BUSY); cs553x_device_ready()

Completed in 31 milliseconds