Lines Matching defs:NS_DBG

174 #define NS_DBG(args...) \
1163 NS_DBG("switch_to_ready_state: switch to %s state\n",
1273 NS_DBG("find_operation: operation found, index: %d, state: %s, nxstate %s\n",
1282 NS_DBG("find_operation: no operation found, try again with state %s\n",
1288 NS_DBG("find_operation: no operations found\n");
1295 NS_DBG("find_operation: BUG, operation must be known if address is input\n");
1299 NS_DBG("find_operation: there is still ambiguity\n");
1434 NS_DBG("read_page: page %d not written\n", ns->regs.row);
1440 NS_DBG("read_page: page %d written, reading from %d\n",
1458 NS_DBG("read_page: page %d not allocated\n", ns->regs.row);
1461 NS_DBG("read_page: page %d allocated, reading from %d\n",
1482 NS_DBG("erase_sector: freeing page %d\n", ns->regs.row + i);
1490 NS_DBG("erase_sector: freeing page %d\n", ns->regs.row+i);
1512 NS_DBG("prog_page: writing page %d\n", ns->regs.row);
1549 NS_DBG("prog_page: allocating page %d\n", ns->regs.row);
1605 NS_DBG("do_state_action: (ACTION_CPY:) copy %d bytes to int buf, raw offset %d\n",
1642 NS_DBG("do_state_action: erase sector at address %#x, off = %d\n",
1682 NS_DBG("do_state_action: copy %d bytes from int buf to (%#x, %#x), raw off = %d\n",
1697 NS_DBG("do_state_action: set internal offset to 0\n");
1707 NS_DBG("do_state_action: set internal offset to %d\n", ns->geom.pgsz/2);
1712 NS_DBG("do_state_action: set internal offset to %d\n", ns->geom.pgsz);
1717 NS_DBG("do_state_action: BUG! unknown action\n");
1738 NS_DBG("switch_state: operation is known, switch to the next state, "
1762 NS_DBG("switch_state: operation is unknown, try to find it\n");
1776 NS_DBG("switch_state: double the column number for 16x device\n");
1795 NS_DBG("switch_state: operation complete, switch to STATE_READY state\n");
1809 NS_DBG("switch_state: the next state is data I/O, switch, "
1897 NS_DBG("read_byte: return %#x status\n", ns->regs.status);
1918 NS_DBG("read_byte: read ID byte %d, total = %d\n", ns->regs.count, ns->regs.num);
1927 NS_DBG("read_byte: all bytes were read\n");
1993 NS_DBG("command byte corresponding to %s state accepted\n",
2005 NS_DBG("write_byte: operation isn't known yet, identify it\n");
2052 NS_DBG("write_byte: address byte %#x was accepted (%d bytes input, %d expected)\n",
2056 NS_DBG("address (%#x, %#x) is accepted\n", ns->regs.row, ns->regs.column);
2117 NS_DBG("write_buf: %d bytes were written\n", ns->regs.count);