Searched refs:spicc (Results 1 – 7 of 7) sorted by relevance
174 static void meson_spicc_oen_enable(struct meson_spicc_device *spicc) in meson_spicc_oen_enable() argument178 if (!spicc->data->has_oen) in meson_spicc_oen_enable()181 conf = readl_relaxed(spicc->base + SPICC_ENH_CTL0) | in meson_spicc_oen_enable()184 writel_relaxed(conf, spicc->base + SPICC_ENH_CTL0); in meson_spicc_oen_enable()187 static inline bool meson_spicc_txfull(struct meson_spicc_device *spicc) in meson_spicc_txfull() argument190 readl_relaxed(spicc->base + SPICC_STATREG)); in meson_spicc_txfull()193 static inline bool meson_spicc_rxready(struct meson_spicc_device *spicc) in meson_spicc_rxready() argument196 readl_relaxed(spicc->base + SPICC_STATREG)); in meson_spicc_rxready()199 static inline u32 meson_spicc_pull_data(struct meson_spicc_device *spicc) in meson_spicc_pull_data() argument201 unsigned int bytes = spicc->bytes_per_word; in meson_spicc_pull_data()[all …]
64 obj-$(CONFIG_SPI_MESON_SPICC) += spi-meson-spicc.o
381 spicc: spi@8d80 { label382 compatible = "amlogic,meson-gx-spicc";
806 &spicc {
1662 compatible = "amlogic,meson-axg-spicc";1673 compatible = "amlogic,meson-axg-spicc";
875 &spicc {
2191 compatible = "amlogic,meson-g12a-spicc";2203 compatible = "amlogic,meson-g12a-spicc";