Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c851 unsigned int busy_timeout_cycles; in gpmi_nfc_compute_timings() local
888 busy_timeout_cycles = TO_CYCLES(busy_timeout_ps, period_ps); in gpmi_nfc_compute_timings()
893 hw->timing1 = BF_GPMI_TIMING1_BUSY_TIMEOUT(DIV_ROUND_UP(busy_timeout_cycles, 4096)); in gpmi_nfc_compute_timings()