Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c1238 u32 div, bt_min, bt_max, tbers_clocks; in meson_nfc_setup_interface() local
1248 bt_min = (timings->tREA_max + NFC_DEFAULT_DELAY) / div; in meson_nfc_setup_interface()
1262 bt_min = DIV_ROUND_UP(bt_min, 1000); in meson_nfc_setup_interface()
1265 if (bt_max < bt_min) in meson_nfc_setup_interface()
1270 meson_chip->bus_timing = (bt_min + bt_max) / 2 + 1; in meson_nfc_setup_interface()