Searched refs:switch_to_ready_state (Results 1 – 1 of 1) sorted by relevance
/drivers/mtd/nand/ |
D | nandsim.c | 1143 static inline void switch_to_ready_state(struct nandsim *ns, u_char status) in switch_to_ready_state() function 1269 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in find_operation() 1744 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in switch_state() 1766 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in switch_state() 1794 switch_to_ready_state(ns, status); in switch_state() 1966 switch_to_ready_state(ns, NS_STATUS_OK(ns)); in ns_nand_write_byte() 1999 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() 2020 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() 2044 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() 2051 switch_to_ready_state(ns, NS_STATUS_FAILED(ns)); in ns_nand_write_byte() [all …]
|