Searched refs:meson_chip (Results 1 – 1 of 1) sorted by relevance
258 struct meson_nfc_nand_chip *meson_chip = to_meson_nand(nand); in meson_nfc_select_chip() local262 if (chip < 0 || WARN_ON_ONCE(chip >= meson_chip->nsels)) in meson_nfc_select_chip()265 nfc->param.chip_select = meson_chip->sels[chip] ? NAND_CE1 : NAND_CE0; in meson_nfc_select_chip()267 nfc->timing.twb = meson_chip->twb; in meson_nfc_select_chip()268 nfc->timing.tadl = meson_chip->tadl; in meson_nfc_select_chip()269 nfc->timing.tbers_max = meson_chip->tbers_max; in meson_nfc_select_chip()271 if (nfc->clk_rate != meson_chip->clk_rate) { in meson_nfc_select_chip()272 ret = clk_set_rate(nfc->nand_clk, meson_chip->clk_rate); in meson_nfc_select_chip()277 nfc->clk_rate = meson_chip->clk_rate; in meson_nfc_select_chip()279 if (nfc->bus_timing != meson_chip->bus_timing) { in meson_nfc_select_chip()[all …]