Home
last modified time | relevance | path

Searched full:spifc (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.1/drivers/spi/
Dspi-meson-spifc.c3 // 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 …]
DMakefile74 obj-$(CONFIG_SPI_MESON_SPIFC) += spi-meson-spifc.o
DKconfig578 tristate "Amlogic Meson SPIFC controller"
582 This enables master mode support for the SPIFC (SPI flash
/Linux-v6.1/Documentation/devicetree/bindings/spi/
Damlogic,meson6-spifc.yaml5 $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/
Dmeson-gxl-s805x-libretech-ac.dts23 spi0 = &spifc;
296 &spifc {
Dmeson-gxl-s905x-libretech-cc-v2.dts23 spi0 = &spifc;
282 &spifc {
Dmeson-gxbb.dtsi269 spifc: spi@8c80 { label
270 compatible = "amlogic,meson-gxbb-spifc";
813 &spifc {
Dmeson-gx-libretech-pc.dtsi30 spi0 = &spifc;
414 &spifc {
Dmeson-gxm-khadas-vim2.dts370 * Remove emmc_ds_pins from sd_emmc_c pinctrl-0 then spifc can be enabled
372 &spifc {
Dmeson-sm1-odroid-hc4.dts119 &spifc {
Dmeson-khadas-vim3.dtsi454 * and change bus-width to 4 then spifc can be enabled.
456 &spifc {
Dmeson-g12b-odroid-n2.dtsi604 * and change bus-width to 4 then spifc can be enabled.
607 &spifc {
Dmeson-gx.dtsi397 spifc: spi@8c80 { label
398 compatible = "amlogic,meson-gxbb-spifc";
Dmeson-gxl.dtsi882 &spifc {
Dmeson-g12-common.dtsi2214 spifc: spi@14000 { label
2215 compatible = "amlogic,meson-gxbb-spifc";
/Linux-v6.1/arch/arm/boot/dts/
Dmeson8-minix-neo-x8.dts63 &spifc {
Dmeson.dtsi146 spifc: spi@8c80 { label
147 compatible = "amlogic,meson6-spifc";
Dmeson8.dtsi729 &spifc {
/Linux-v6.1/drivers/soc/amlogic/
Dmeson-secure-pwrc.c115 SEC_PD(SPIFC, 0),