Searched +full:nfc +full:- +full:v3p10 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | arasan,nand-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mtd/arasan,nand-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - $ref: "nand-controller.yaml" 13 - Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com> 18 - enum: 19 - xlnx,zynqmp-nand-controller 20 - const: arasan,nfc-v3p10 27 - description: Controller clock [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | arasan-nand-controller.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2014 - 2020 Xilinx, Inc. 17 #include <linux/dma-mapping.h> 103 #define ANFC_MAX_PKT_SIZE (SZ_2K - 1) 111 * struct anfc_op - Defines how to execute an operation 136 * struct anand - Defines the NAND chip related information 140 * @rb: Ready-busy line 174 * struct arasan_nfc - Defines the Arasan NAND flash controller driver instance 205 static int anfc_wait_for_event(struct arasan_nfc *nfc, unsigned int event) in anfc_wait_for_event() argument 210 ret = readl_relaxed_poll_timeout(nfc->base + INTR_STS_REG, val, in anfc_wait_for_event() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | zynqmp.dtsi | 4 * (C) Copyright 2014 - 2015, Xilinx, Inc. 8 * SPDX-License-Identifier: GPL-2.0+ 13 #address-cells = <2>; 14 #size-cells = <2>; 17 #address-cells = <1>; 18 #size-cells = <0>; 21 compatible = "arm,cortex-a53", "arm,armv8"; 23 enable-method = "psci"; 25 cpu-idle-states = <&CPU_SLEEP_0>; 29 compatible = "arm,cortex-a53", "arm,armv8"; [all …]
|