Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/spi/
H A Dspi.h17 #define SPI_LSB_FIRST _BITUL(3) /* per-word bits-on-wire */ macro
/openbmc/u-boot/include/
H A Dspi.h22 #define SPI_LSB_FIRST BIT(3) /* per-word bits-on-wire */ macro