Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-rspi.c63 #define QSPI_SPBMUL0 0x1c /* Transfer Data Length Multiplier Setting Register 0 */ macro
67 #define QSPI_SPBMUL(i) (QSPI_SPBMUL0 + (i) * 4)
384 rspi_write32(rspi, 0, QSPI_SPBMUL0); in qspi_set_config_register()