Home
last modified time | relevance | path

Searched refs:bch_completion (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2273 struct completion *dma_completion, *bch_completion; in gpmi_nfc_exec_op() local
2375 bch_completion = NULL; in gpmi_nfc_exec_op()
2382 bch_completion = &this->bch_done; in gpmi_nfc_exec_op()
2383 init_completion(bch_completion); in gpmi_nfc_exec_op()
2398 to = wait_for_completion_timeout(bch_completion, msecs_to_jiffies(1000)); in gpmi_nfc_exec_op()