Searched refs:SPI_CS_HIGH (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/include/drivers/ | ||
| H A D | ls_dspi.h | 33 #define SPI_CS_HIGH BIT(2) /* CS active high */ macro |
| /optee_os/core/drivers/ | ||
| H A D | ls_dspi.c | 412 if (state & SPI_CS_HIGH) in dspi_set_cs_active_state() |