• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/

Lines Matching refs:NS_ERR

169 #define NS_ERR(args...) \
427 NS_ERR("alloc_map: unable to allocate page array\n");
474 NS_ERR("init_nandsim: nandsim is already initialized\n");
507 NS_ERR("init_nandsim: unknown page size %u\n", ns->geom.pgsz);
531 NS_ERR("too many partitions.\n");
540 NS_ERR("bad partition size.\n");
553 NS_ERR("too many partitions.\n");
595 NS_ERR("init_nandsim: unable to allocate %u bytes for the internal buffer\n",
635 NS_ERR("invalid badblocks.\n");
640 NS_ERR("invalid badblocks.\n");
664 NS_ERR("invalid weakblocks.\n");
676 NS_ERR("unable to allocate memory.\n");
715 NS_ERR("invalid weakpagess.\n");
727 NS_ERR("unable to allocate memory.\n");
766 NS_ERR("invalid gravepagess.\n");
778 NS_ERR("unable to allocate memory.\n");
829 NS_ERR("Too many erase blocks for wear reporting\n");
834 NS_ERR("Too many erase blocks for wear reporting\n");
850 NS_ERR("Erase counter total overflow\n");
853 NS_ERR("Erase counter overflow for erase block %u\n", erase_block_no);
954 NS_ERR("get_state_name: unknown state, BUG\n");
1018 NS_ERR("get_state_by_command: unknown command, BUG\n");
1275 NS_ERR("prog_page: error allocating memory for page %d\n", ns->regs.row);
1316 NS_ERR("do_state_action: column number is too large\n");
1343 NS_ERR("do_state_action: device is write-protected, ignore sector erase\n");
1349 NS_ERR("do_state_action: wrong sector address (%#x)\n", ns->regs.row);
1389 NS_ERR("do_state_action: too few bytes were input (%d instead of %d)\n",
1420 NS_ERR("do_state_action: BUG! can't skip half of page for non-512"
1547 NS_ERR("switch_state: BUG! unknown data state\n");
1572 NS_ERR("switch_state: BUG! unknown address state\n");
1591 NS_ERR("read_byte: chip is disabled, return %#x\n", (uint)outb);
1595 NS_ERR("read_byte: ALE or CLE pin is high, return %#x\n", (uint)outb);
1663 NS_ERR("write_byte: chip is disabled, ignore write\n");
1667 NS_ERR("write_byte: ALE and CLE pins are high simultaneously, ignore write\n");
1706 NS_ERR("write_byte: unknown command %#x\n", (uint)byte);
1750 NS_ERR("write_byte: address (%#x) isn't expected, expected state is %s, "
1758 NS_ERR("write_byte: no more address bytes expected\n");
1782 NS_ERR("write_byte: data input (%#x) isn't expected, state is %s, "
1841 NS_ERR("write_buf: data input isn't expected, state is %s, "
1849 NS_ERR("write_buf: too many input bytes\n");
1868 NS_ERR("read_buf: chip is disabled\n");
1872 NS_ERR("read_buf: ALE or CLE pin is high\n");
1892 NS_ERR("read_buf: too many bytes to read\n");
1938 NS_ERR("wrong bus width (%d), use only 8 or 16\n", bus_width);
1946 NS_ERR("unable to allocate core structures.\n");
2001 NS_ERR("can't register NAND Simulator\n");
2010 NS_ERR("overridesize is too big\n");