Home
last modified time | relevance | path

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

/freebsd/sys/dev/spibus/
H A Dspi.h39 #define SPI_FLAG_KEEP_CS 0x1 /* Keep chip select asserted */ macro
/freebsd/sys/dev/intel/
H A Dspi.c460 if ((cmd->flags & SPI_FLAG_KEEP_CS) == 0) in intelspi_transfer()
/freebsd/sys/dev/atopcase/
H A Datopcase.c326 cmd.flags = SPI_FLAG_KEEP_CS | ATOPCASE_SPI_NO_SLEEP_FLAG(sc); in atopcase_send()