Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-meson-spicc.c59 #define SPICC_DATARATE_MASK GENMASK(18, 16) macro
329 div = FIELD_GET(SPICC_DATARATE_MASK, in meson_spicc_auto_io_delay()
462 u32 conf = readl_relaxed(spicc->base + SPICC_CONREG) & SPICC_DATARATE_MASK; in meson_spicc_prepare_message()
525 u32 conf = readl_relaxed(spicc->base + SPICC_CONREG) & SPICC_DATARATE_MASK; in meson_spicc_unprepare_transfer()