Home
last modified time | relevance | path

Searched refs:spicc (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/spi/
Dspi-meson-spicc.c171 static void meson_spicc_oen_enable(struct meson_spicc_device *spicc) in meson_spicc_oen_enable() argument
175 if (!spicc->data->has_oen) in meson_spicc_oen_enable()
178 conf = readl_relaxed(spicc->base + SPICC_ENH_CTL0) | in meson_spicc_oen_enable()
181 writel_relaxed(conf, spicc->base + SPICC_ENH_CTL0); in meson_spicc_oen_enable()
184 static inline bool meson_spicc_txfull(struct meson_spicc_device *spicc) in meson_spicc_txfull() argument
187 readl_relaxed(spicc->base + SPICC_STATREG)); in meson_spicc_txfull()
190 static inline bool meson_spicc_rxready(struct meson_spicc_device *spicc) in meson_spicc_rxready() argument
193 readl_relaxed(spicc->base + SPICC_STATREG)); in meson_spicc_rxready()
196 static inline u32 meson_spicc_pull_data(struct meson_spicc_device *spicc) in meson_spicc_pull_data() argument
198 unsigned int bytes = spicc->bytes_per_word; in meson_spicc_pull_data()
[all …]
DMakefile64 obj-$(CONFIG_SPI_MESON_SPICC) += spi-meson-spicc.o
/Linux-v5.10/arch/arm64/boot/dts/amlogic/
Dmeson-gx.dtsi376 spicc: spi@8d80 { label
377 compatible = "amlogic,meson-gx-spicc";
Dmeson-gxbb.dtsi806 &spicc {
Dmeson-gxl.dtsi875 &spicc {
Dmeson-axg.dtsi1664 compatible = "amlogic,meson-axg-spicc";
1675 compatible = "amlogic,meson-axg-spicc";
Dmeson-g12-common.dtsi2187 compatible = "amlogic,meson-g12a-spicc";
2199 compatible = "amlogic,meson-g12a-spicc";