Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Datmel-quadspi.c92 #define QSPI_SCR_DLYBS_MASK GENMASK(23, 16) macro
93 #define QSPI_SCR_DLYBS(n) (((n) << 16) & QSPI_SCR_DLYBS_MASK)
538 aq->scr &= ~QSPI_SCR_DLYBS_MASK; in atmel_qspi_set_cs_timing()