Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dfsl_espi.c31 #define ESPI_MAX_CS_NUM 4 macro
141 for (i = 0; i < ESPI_MAX_CS_NUM; i++) in spi_claim_bus()
359 return bus == 0 && cs < ESPI_MAX_CS_NUM; in spi_cs_is_valid()