Home
last modified time | relevance | path

Searched full:spicc (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/drivers/spi/
Dspi-meson-spicc.c2 * Driver for Amlogic Meson SPI communication controller (SPICC)
26 * The Meson SPICC controller could support DMA based transfers, but is not
175 static void meson_spicc_oen_enable(struct meson_spicc_device *spicc) in meson_spicc_oen_enable() argument
179 if (!spicc->data->has_oen) in meson_spicc_oen_enable()
182 conf = readl_relaxed(spicc->base + SPICC_ENH_CTL0) | in meson_spicc_oen_enable()
185 writel_relaxed(conf, spicc->base + SPICC_ENH_CTL0); in meson_spicc_oen_enable()
188 static inline bool meson_spicc_txfull(struct meson_spicc_device *spicc) in meson_spicc_txfull() argument
191 readl_relaxed(spicc->base + SPICC_STATREG)); in meson_spicc_txfull()
194 static inline bool meson_spicc_rxready(struct meson_spicc_device *spicc) in meson_spicc_rxready() argument
197 readl_relaxed(spicc->base + SPICC_STATREG)); in meson_spicc_rxready()
[all …]
DMakefile73 obj-$(CONFIG_SPI_MESON_SPICC) += spi-meson-spicc.o
DKconfig570 tristate "Amlogic Meson SPICC controller"
574 This enables master mode support for the SPICC (SPI communication
/Linux-v6.1/Documentation/devicetree/bindings/spi/
Damlogic,meson-gx-spicc.yaml5 $id: "http://devicetree.org/schemas/spi/amlogic,meson-gx-spicc.yaml#"
17 The Meson SPICC is a generic SPI controller for general purpose Full-Duplex
23 - amlogic,meson-gx-spicc # SPICC controller on Amlogic GX and compatible SoCs
24 - amlogic,meson-axg-spicc # SPICC controller on Amlogic AXG and compatible SoCs
25 - amlogic,meson-g12a-spicc # SPICC controller on Amlogic G12A and compatible SoCs
51 - amlogic,meson-g12a-spicc
84 compatible = "amlogic,meson-gx-spicc";
/Linux-v6.1/drivers/soc/amlogic/
Dmeson-secure-pwrc.c114 SEC_PD(SPICC, 0),
/Linux-v6.1/arch/arm64/boot/dts/amlogic/
Dmeson-gx.dtsi388 spicc: spi@8d80 { label
389 compatible = "amlogic,meson-gx-spicc";
Dmeson-gxbb.dtsi806 &spicc {
Dmeson-gxl.dtsi875 &spicc {
Dmeson-axg.dtsi1792 compatible = "amlogic,meson-axg-spicc";
1803 compatible = "amlogic,meson-axg-spicc";
Dmeson-g12-common.dtsi2191 compatible = "amlogic,meson-g12a-spicc";
2203 compatible = "amlogic,meson-g12a-spicc";
/Linux-v6.1/drivers/clk/meson/
Dg12a.c3953 /* SPICC SCLK source clock */