Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sh-msiof.c59 bool native_cs_high; member
563 (p->native_cs_high == !!(spi->mode & SPI_CS_HIGH))) in sh_msiof_spi_setup()
579 p->native_cs_high = spi->mode & SPI_CS_HIGH; in sh_msiof_spi_setup()
594 cs_high = p->native_cs_high; in sh_msiof_prepare_message()