Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c656 unsigned int busy_timeout_cycles; in gpmi_nfc_compute_timings() local
683 busy_timeout_cycles = TO_CYCLES(busy_timeout_ps, period_ps); in gpmi_nfc_compute_timings()
688 hw->timing1 = BF_GPMI_TIMING1_BUSY_TIMEOUT(busy_timeout_cycles * 4096); in gpmi_nfc_compute_timings()