Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-xlp.c82 #define XLP_SPI_FDIV_MAX 65535 macro
147 if (fdiv > XLP_SPI_FDIV_MAX) in xlp_spi_setup()
148 fdiv = XLP_SPI_FDIV_MAX; in xlp_spi_setup()