Searched refs:meson_chip (Results 1 – 1 of 1) sorted by relevance
224 struct meson_nfc_nand_chip *meson_chip = to_meson_nand(nand); in meson_nfc_select_chip() local228 if (chip < 0 || WARN_ON_ONCE(chip >= meson_chip->nsels)) in meson_nfc_select_chip()231 nfc->param.chip_select = meson_chip->sels[chip] ? NAND_CE1 : NAND_CE0; in meson_nfc_select_chip()233 nfc->timing.twb = meson_chip->twb; in meson_nfc_select_chip()234 nfc->timing.tadl = meson_chip->tadl; in meson_nfc_select_chip()235 nfc->timing.tbers_max = meson_chip->tbers_max; in meson_nfc_select_chip()237 if (nfc->clk_rate != meson_chip->clk_rate) { in meson_nfc_select_chip()238 ret = clk_set_rate(nfc->device_clk, meson_chip->clk_rate); in meson_nfc_select_chip()243 nfc->clk_rate = meson_chip->clk_rate; in meson_nfc_select_chip()245 if (nfc->bus_timing != meson_chip->bus_timing) { in meson_nfc_select_chip()[all …]