51#define SPI_BIT_SS( slave ) ( SPI_BIT_SS0 + (slave) )
54#define SPI_BIT_UDELAY 1
57#define SPI_BIT_BIG_ENDIAN 0
60#define SPI_BIT_LITTLE_ENDIAN 1
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
void init_spi_bit_basher(struct spi_bit_basher *spibit)
Initialise SPI bit-bashing interface.
@ SPI_BIT_MOSI
Master Out Slave In.
@ SPI_BIT_MISO
Master In Slave Out.
@ SPI_BIT_SCLK
Serial clock.
@ SPI_BIT_SS0
Slave 0 select.
struct spi_bus bus
SPI bus.
int endianness
Endianness of data.
struct bit_basher basher
Bit-bashing interface.