Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dsoft_spi_legacy.c77 SPI_SCL(1); in spi_claim_bus()
79 SPI_SCL(0); in spi_claim_bus()
139 SPI_SCL(!cpol); in spi_xfer()
143 SPI_SCL(!cpol); in spi_xfer()
145 SPI_SCL(cpol); in spi_xfer()
151 SPI_SCL(cpol); in spi_xfer()
/openbmc/u-boot/include/configs/
H A Dzipitz2.h69 #define SPI_SCL(val) zipitz2_spi_scl(val) macro