Home
last modified time | relevance | path

Searched refs:tbers_clocks (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dmeson_nand.c1118 u32 div, bt_min, bt_max, tbers_clocks; in meson_nfc_setup_interface() local
1136 tbers_clocks = DIV_ROUND_UP_ULL(PSEC_TO_NSEC(timings->tBERS_max), in meson_nfc_setup_interface()
1138 meson_chip->tbers_max = ilog2(tbers_clocks); in meson_nfc_setup_interface()
1139 if (!is_power_of_2(tbers_clocks)) in meson_nfc_setup_interface()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dmeson_nand.c1238 u32 div, bt_min, bt_max, tbers_clocks; in meson_nfc_setup_interface() local
1256 tbers_clocks = DIV_ROUND_UP_ULL(PSEC_TO_NSEC(timings->tBERS_max), in meson_nfc_setup_interface()
1258 meson_chip->tbers_max = ilog2(tbers_clocks); in meson_nfc_setup_interface()
1259 if (!is_power_of_2(tbers_clocks)) in meson_nfc_setup_interface()

Completed in 6 milliseconds