Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-meson-spicc.c53 #define SPICC_CONREG 0x08 macro
322 spicc->base + SPICC_CONREG); in meson_spicc_setup_dma()
365 writel_bits_relaxed(SPICC_SMC, 0, spicc->base + SPICC_CONREG); in meson_spicc_dma_irq()
454 spicc->base + SPICC_CONREG); in meson_spicc_setup_burst()
485 writel_bits_relaxed(SPICC_XCH, SPICC_XCH, spicc->base + SPICC_CONREG); in meson_spicc_irq()
503 readl_relaxed(spicc->base + SPICC_CONREG)); in meson_spicc_auto_io_delay()
539 conf = conf_orig = readl_relaxed(spicc->base + SPICC_CONREG); in meson_spicc_setup_xfer()
548 writel_relaxed(conf, spicc->base + SPICC_CONREG); in meson_spicc_setup_xfer()
633 writel_bits_relaxed(SPICC_SMC, SPICC_SMC, spicc->base + SPICC_CONREG); in meson_spicc_transfer_one()
640 writel_bits_relaxed(SPICC_XCH, SPICC_XCH, spicc->base + SPICC_CONREG); in meson_spicc_transfer_one()
[all …]