Searched refs:status_OK (Results 1 – 2 of 2) sorted by relevance
267 __u32 status, status_OK; in do_read_onechip() local280 status_OK = CMD(0x80); in do_read_onechip()306 if ((status & status_OK) == status_OK) in do_read_onechip()346 if ((status & status_OK) == status_OK) { in do_read_onechip()442 __u32 status, status_OK; in do_write_buffer() local456 status_OK = CMD(0x80); in do_write_buffer()485 if ((status & status_OK) == status_OK) in do_write_buffer()519 if ((status & status_OK) == status_OK) in do_write_buffer()580 if ((status & status_OK) == status_OK) in do_write_buffer()764 __u32 status, status_OK; in do_erase_oneblock() local[all …]
306 cfi_word status, status_OK; local318 status_OK = CMD(0x80);340 if ((status & status_OK) == status_OK) {466 cfi_word status, status_OK; local479 status_OK = CMD(0x80);506 if ((status & status_OK) == status_OK)547 if ((status & status_OK) == status_OK) {753 cfi_word status, status_OK; local761 status_OK = CMD(0x80);783 if ((status & status_OK) == status_OK)[all …]