Searched full:spifc (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.1/drivers/spi/ |
D | spi-meson-spifc.c | 3 // Driver for Amlogic Meson SPI flash controller (SPIFC) 91 * @spifc: the Meson SPI device 94 static int meson_spifc_wait_ready(struct meson_spifc *spifc) in meson_spifc_wait_ready() argument 100 regmap_read(spifc->regmap, REG_SLAVE, &data); in meson_spifc_wait_ready() 111 * @spifc: the Meson SPI device 115 static void meson_spifc_drain_buffer(struct meson_spifc *spifc, u8 *buf, in meson_spifc_drain_buffer() argument 122 regmap_read(spifc->regmap, REG_C0 + i, &data); in meson_spifc_drain_buffer() 137 * @spifc: the Meson SPI device 141 static void meson_spifc_fill_buffer(struct meson_spifc *spifc, const u8 *buf, in meson_spifc_fill_buffer() argument 153 regmap_write(spifc->regmap, REG_C0 + i, data); in meson_spifc_fill_buffer() [all …]
|
D | Makefile | 74 obj-$(CONFIG_SPI_MESON_SPIFC) += spi-meson-spifc.o
|
D | Kconfig | 578 tristate "Amlogic Meson SPIFC controller" 582 This enables master mode support for the SPIFC (SPI flash
|
/Linux-v6.1/Documentation/devicetree/bindings/spi/ |
D | amlogic,meson6-spifc.yaml | 5 $id: "http://devicetree.org/schemas/spi/amlogic,meson6-spifc.yaml#" 17 The Meson SPIFC is a controller optimized for communication with SPI 24 - amlogic,meson6-spifc # SPI Flash Controller on Meson6 and compatible SoCs 25 - amlogic,meson-gxbb-spifc # SPI Flash Controller on GXBB and compatible SoCs 43 compatible = "amlogic,meson6-spifc";
|
/Linux-v6.1/arch/arm64/boot/dts/amlogic/ |
D | meson-gxl-s805x-libretech-ac.dts | 23 spi0 = &spifc; 296 &spifc {
|
D | meson-gxl-s905x-libretech-cc-v2.dts | 23 spi0 = &spifc; 282 &spifc {
|
D | meson-gxbb.dtsi | 269 spifc: spi@8c80 { label 270 compatible = "amlogic,meson-gxbb-spifc"; 813 &spifc {
|
D | meson-gx-libretech-pc.dtsi | 30 spi0 = &spifc; 414 &spifc {
|
D | meson-gxm-khadas-vim2.dts | 370 * Remove emmc_ds_pins from sd_emmc_c pinctrl-0 then spifc can be enabled 372 &spifc {
|
D | meson-sm1-odroid-hc4.dts | 119 &spifc {
|
D | meson-khadas-vim3.dtsi | 454 * and change bus-width to 4 then spifc can be enabled. 456 &spifc {
|
D | meson-g12b-odroid-n2.dtsi | 604 * and change bus-width to 4 then spifc can be enabled. 607 &spifc {
|
D | meson-gx.dtsi | 397 spifc: spi@8c80 { label 398 compatible = "amlogic,meson-gxbb-spifc";
|
D | meson-gxl.dtsi | 882 &spifc {
|
D | meson-g12-common.dtsi | 2214 spifc: spi@14000 { label 2215 compatible = "amlogic,meson-gxbb-spifc";
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | meson8-minix-neo-x8.dts | 63 &spifc {
|
D | meson.dtsi | 146 spifc: spi@8c80 { label 147 compatible = "amlogic,meson6-spifc";
|
D | meson8.dtsi | 729 &spifc {
|
/Linux-v6.1/drivers/soc/amlogic/ |
D | meson-secure-pwrc.c | 115 SEC_PD(SPIFC, 0),
|