Searched refs:spicc (Results 1 – 7 of 7) sorted by relevance
171 static void meson_spicc_oen_enable(struct meson_spicc_device *spicc) in meson_spicc_oen_enable() argument175 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() argument187 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() argument193 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() argument198 unsigned int bytes = spicc->bytes_per_word; in meson_spicc_pull_data()[all …]
64 obj-$(CONFIG_SPI_MESON_SPICC) += spi-meson-spicc.o
376 spicc: spi@8d80 { label377 compatible = "amlogic,meson-gx-spicc";
806 &spicc {
875 &spicc {
1664 compatible = "amlogic,meson-axg-spicc";1675 compatible = "amlogic,meson-axg-spicc";
2187 compatible = "amlogic,meson-g12a-spicc";2199 compatible = "amlogic,meson-g12a-spicc";