Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/mtd/nand/
Dnand.c474 DEBUG (MTD_DEBUG_LEVEL0, "%s: " "Failed write, page 0x%08x, ", __FUNCTION__, page); in nand_write_page()
497 DEBUG (MTD_DEBUG_LEVEL0, "%s: " "Failed write verify, page 0x%08x ", __FUNCTION__, page); in nand_write_page()
506 DEBUG (MTD_DEBUG_LEVEL0, "%s: " "Failed write verify, page 0x%08x ", __FUNCTION__, page); in nand_write_page()
526 DEBUG (MTD_DEBUG_LEVEL0, in nand_write_page()
568 DEBUG (MTD_DEBUG_LEVEL0, "nand_read_ecc: Attempt read beyond end of device\n"); in nand_read_ecc()
680 DEBUG (MTD_DEBUG_LEVEL0, "nand_read_ecc: " "Failed ECC read, page 0x%08x\n", page); in nand_read_ecc()
691 DEBUG (MTD_DEBUG_LEVEL0, "nand_read_ecc: " "Failed ECC read, page 0x%08x\n", page); in nand_read_ecc()
747 DEBUG (MTD_DEBUG_LEVEL0, "nand_read_oob: Attempt read beyond end of device\n"); in nand_read_oob()
803 DEBUG (MTD_DEBUG_LEVEL0, "nand_write_oob: Attempt to write past end of page\n"); in nand_write_ecc()
822 DEBUG (MTD_DEBUG_LEVEL0, "nand_write_ecc: Device is write protected!!!\n"); in nand_write_ecc()
[all …]
/linux-2.4.37.9/drivers/mtd/
Dmtdchar.c67 DEBUG(MTD_DEBUG_LEVEL0, "MTD_open\n"); in mtd_open()
103 DEBUG(MTD_DEBUG_LEVEL0, "MTD_close\n"); in mtd_close()
130 DEBUG(MTD_DEBUG_LEVEL0,"MTD_read\n"); in mtd_read()
189 DEBUG(MTD_DEBUG_LEVEL0,"MTD_write\n"); in mtd_write()
253 DEBUG(MTD_DEBUG_LEVEL0, "MTD_ioctl\n"); in mtd_ioctl()
529 DEBUG(MTD_DEBUG_LEVEL0, "Invalid ioctl %x (MEMGETINFO = %x)\n", cmd, MEMGETINFO); in mtd_ioctl()
Dnftlcore.c958 DEBUG(MTD_DEBUG_LEVEL0, "NFTL unknown request\n"); in nftl_request()
/linux-2.4.37.9/include/linux/mtd/
Dmtd.h284 #define MTD_DEBUG_LEVEL0 (0) /* Quiet */ macro