Searched +full:meson +full:- +full:gxl +full:- +full:nfc (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mtd/amlogic,meson-nand.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Amlogic NAND Flash Controller (NFC) for GXBB/GXL/AXG family SoCs10 - $ref: nand-controller.yaml13 - liang.yang@amlogic.com18 - amlogic,meson-gxl-nfc19 - amlogic,meson-axg-nfc24 reg-names:[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Amlogic Meson Nand Flash Controller Driver10 #include <linux/dma-mapping.h>13 #include <linux/clk-provider.h>80 #define ECC_CHECK_RETURN_FF (-1)229 struct meson_nfc *nfc = nand_get_controller_data(nand); in meson_nfc_select_chip() local232 if (chip < 0 || WARN_ON_ONCE(chip >= meson_chip->nsels)) in meson_nfc_select_chip()235 nfc->param.chip_select = meson_chip->sels[chip] ? NAND_CE1 : NAND_CE0; in meson_nfc_select_chip()236 nfc->param.rb_select = nfc->param.chip_select; in meson_nfc_select_chip()237 nfc->timing.twb = meson_chip->twb; in meson_nfc_select_chip()[all …]