Searched refs:NS_DBG (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | nandsim.c | 173 #define NS_DBG(args...) \ macro 1158 NS_DBG("switch_to_ready_state: switch to %s state\n", in ns_switch_to_ready_state() 1268 NS_DBG("find_operation: operation found, index: %d, state: %s, nxstate %s\n", in ns_find_operation() 1277 NS_DBG("find_operation: no operation found, try again with state %s\n", in ns_find_operation() 1283 NS_DBG("find_operation: no operations found\n"); in ns_find_operation() 1290 NS_DBG("find_operation: BUG, operation must be known if address is input\n"); in ns_find_operation() 1294 NS_DBG("find_operation: there is still ambiguity\n"); in ns_find_operation() 1429 NS_DBG("read_page: page %d not written\n", ns->regs.row); in ns_read_page() 1435 NS_DBG("read_page: page %d written, reading from %d\n", in ns_read_page() 1453 NS_DBG("read_page: page %d not allocated\n", ns->regs.row); in ns_read_page() [all …]
|