Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-meson-spicc.c45 #define SPICC_CONREG 0x08 macro
233 spicc->base + SPICC_CONREG); in meson_spicc_setup_burst()
289 spicc->base + SPICC_CONREG); in meson_spicc_irq()
341 conf = conf_orig = readl_relaxed(spicc->base + SPICC_CONREG); in meson_spicc_setup_xfer()
353 writel_relaxed(conf, spicc->base + SPICC_CONREG); in meson_spicc_setup_xfer()
388 writel_bits_relaxed(SPICC_XCH, SPICC_XCH, spicc->base + SPICC_CONREG); in meson_spicc_transfer_one()
443 writel_relaxed(conf, spicc->base + SPICC_CONREG); in meson_spicc_prepare_message()
461 writel_bits_relaxed(SPICC_ENABLE, 0, spicc->base + SPICC_CONREG); in meson_spicc_unprepare_transfer()
596 writel(0, spicc->base + SPICC_CONREG); in meson_spicc_remove()