Searched +full:mx25f0a +full:- +full:spi (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/spi/mxicy,mx25f0a-spi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Macronix SPI controller10 - Miquel Raynal <miquel.raynal@bootlin.com>13 - $ref: spi-controller.yaml#17 const: mxicy,mx25f0a-spi23 reg-names:25 - const: regs[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mtd/mxicy,nand-ecc-engine.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Miquel Raynal <miquel.raynal@bootlin.com>14 const: mxicy,nand-ecc-engine-rev326 - compatible27 - reg32 - |34 spi_controller0: spi@43c30000 {[all …]
1 // SPDX-License-Identifier: GPL-2.016 #include <linux/mtd/nand-ecc-mxic.h>19 #include <linux/spi/spi.h>20 #include <linux/spi/spi-mem.h>74 #define OP_CMD_BYTES(x) (((x) - 1) << 13)195 ret = clk_prepare_enable(mxic->send_clk); in mxic_spi_clk_enable()199 ret = clk_prepare_enable(mxic->send_dly_clk); in mxic_spi_clk_enable()206 clk_disable_unprepare(mxic->send_clk); in mxic_spi_clk_enable()213 clk_disable_unprepare(mxic->send_clk); in mxic_spi_clk_disable()214 clk_disable_unprepare(mxic->send_dly_clk); in mxic_spi_clk_disable()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # SPI driver configuration5 menuconfig SPI config6 bool "SPI support"10 protocol. Chips that support SPI can have data transfer rates12 controller and a chipselect. Most SPI slaves don't support13 dynamic device discovery; some are even write-only or read-only.15 SPI is widely used by microcontrollers to talk with sensors,17 chips, analog to digital (and d-to-a) converters, and more.18 MMC and SD cards can be accessed using SPI protocol; and for[all …]