Home
last modified time | relevance | path

Searched defs:SPI_CS_HIGH (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/spi/
H A Dspi.h16 #define SPI_CS_HIGH _BITUL(2) /* chipselect active high? */ macro
/openbmc/u-boot/include/
H A Dspi.h21 #define SPI_CS_HIGH BIT(2) /* CS active high */ macro