Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nand/raw/
A Dlpc32xx_nand_mlc.c78 #define LPC32X_NAND_TIMEOUT 5000 macro
247 for (timeout = LPC32X_NAND_TIMEOUT; timeout; timeout--) { in lpc32xx_read_page_hwecc()
295 for (timeout = LPC32X_NAND_TIMEOUT; timeout; timeout--) { in lpc32xx_read_page_raw()
347 for (timeout = LPC32X_NAND_TIMEOUT; timeout; timeout--) { in lpc32xx_read_oob()
401 for (timeout = LPC32X_NAND_TIMEOUT; timeout; timeout--) { in lpc32xx_write_page_hwecc()
413 for (timeout = LPC32X_NAND_TIMEOUT; timeout; timeout--) { in lpc32xx_write_page_hwecc()
494 for (timeout = LPC32X_NAND_TIMEOUT; timeout; timeout--) { in lpc32xx_write_oob()
520 for (timeout = LPC32X_NAND_TIMEOUT; timeout; timeout--) { in lpc32xx_waitfunc()
644 for (timeout = LPC32X_NAND_TIMEOUT; timeout; timeout--) { in read_single_page()

Completed in 6 milliseconds