Lines Matching refs:NS_ERR

177 #define NS_ERR(args...) \
518 NS_ERR("cannot create \"nandsim_wear_report\" debugfs entry\n");
546 NS_ERR("alloc_device: cache file not readable\n");
551 NS_ERR("alloc_device: cache file not writeable\n");
559 NS_ERR("alloc_device: unable to allocate pages written array\n");
565 NS_ERR("alloc_device: unable to allocate file buf\n");
583 NS_ERR("alloc_device: unable to allocate page array\n");
592 NS_ERR("cache_create: unable to create kmem_cache\n");
649 NS_ERR("init_nandsim: nandsim is already initialized\n");
677 NS_ERR("init_nandsim: unknown page size %u\n", ns->geom.pgsz);
701 NS_ERR("too many partitions.\n");
710 NS_ERR("bad partition size.\n");
715 NS_ERR("unable to allocate memory.\n");
726 NS_ERR("too many partitions.\n");
732 NS_ERR("unable to allocate memory.\n");
768 NS_ERR("init_nandsim: unable to allocate %u bytes for the internal buffer\n",
816 NS_ERR("invalid badblocks.\n");
821 NS_ERR("invalid badblocks.\n");
845 NS_ERR("invalid weakblocks.\n");
857 NS_ERR("unable to allocate memory.\n");
896 NS_ERR("invalid weakpages.\n");
908 NS_ERR("unable to allocate memory.\n");
947 NS_ERR("invalid gravepagess.\n");
959 NS_ERR("unable to allocate memory.\n");
988 NS_ERR("Too many erase blocks for wear reporting\n");
1004 NS_ERR("Erase counter total overflow\n");
1007 NS_ERR("Erase counter overflow for erase block %u\n", erase_block_no);
1064 NS_ERR("get_state_name: unknown state, BUG\n");
1131 NS_ERR("get_state_by_command: unknown command, BUG\n");
1443 NS_ERR("read_page: read error for page %d ret %ld\n", ns->regs.row, (long)tx);
1517 NS_ERR("prog_page: read error for page %d ret %ld\n", ns->regs.row, (long)tx);
1528 NS_ERR("prog_page: write error for page %d ret %ld\n", ns->regs.row, (long)tx);
1535 NS_ERR("prog_page: write error for page %d ret %ld\n", ns->regs.row, (long)tx);
1553 NS_ERR("prog_page: error allocating memory for page %d\n", ns->regs.row);
1594 NS_ERR("do_state_action: column number is too large\n");
1621 NS_ERR("do_state_action: device is write-protected, ignore sector erase\n");
1627 NS_ERR("do_state_action: wrong sector address (%#x)\n", ns->regs.row);
1667 NS_ERR("do_state_action: too few bytes were input (%d instead of %d)\n",
1698 NS_ERR("do_state_action: BUG! can't skip half of page for non-512"
1821 NS_ERR("switch_state: BUG! unknown data state\n");
1851 NS_ERR("switch_state: BUG! unknown address state\n");
1870 NS_ERR("read_byte: chip is disabled, return %#x\n", (uint)outb);
1874 NS_ERR("read_byte: ALE or CLE pin is high, return %#x\n", (uint)outb);
1930 NS_ERR("write_byte: chip is disabled, ignore write\n");
1934 NS_ERR("write_byte: ALE and CLE pins are high simultaneously, ignore write\n");
1951 NS_ERR("write_byte: unknown command %#x\n", (uint)byte);
2023 NS_ERR("write_byte: address (%#x) isn't expected, expected state is %s, switch to STATE_READY\n",
2031 NS_ERR("write_byte: no more address bytes expected\n");
2055 NS_ERR("write_byte: data input (%#x) isn't expected, state is %s, switch to %s\n",
2088 NS_ERR("write_buf: data input isn't expected, state is %s, switch to STATE_READY\n",
2096 NS_ERR("write_buf: too many input bytes\n");
2115 NS_ERR("read_buf: chip is disabled\n");
2119 NS_ERR("read_buf: ALE or CLE pin is high\n");
2139 NS_ERR("read_buf: too many bytes to read\n");
2224 NS_ERR("BCH ECC support is disabled\n");
2234 NS_ERR("BCH not available on small page devices\n");
2239 NS_ERR("Invalid BCH value %u\n", bch);
2268 NS_ERR("wrong bus width (%d), use only 8 or 16\n", bus_width);
2274 NS_ERR("unable to allocate core structures.\n");
2295 NS_ERR("bbt has to be 0..2\n");
2340 NS_ERR("Could not scan NAND Simulator device\n");
2352 NS_ERR("overridesize is too big\n");