Home
last modified time | relevance | path

Searched defs:cs_high (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/m68k/coldfire/
H A Ddevice.c279 u8 chip_select, bool cs_high) in mcf_cs_select()
300 u8 chip_select, bool cs_high) in mcf_cs_deselect()
/openbmc/linux/drivers/spi/
H A Dspi-coldfire-qspi.c109 bool cs_high) in mcfqspi_cs_select()
115 bool cs_high) in mcfqspi_cs_deselect()
290 bool cs_high = spi->mode & SPI_CS_HIGH; in mcfqspi_set_cs() local
H A Dspi-ath79.c73 int cs_high = (spi->mode & SPI_CS_HIGH) ? is_active : !is_active; in ath79_spi_chipselect() local
H A Dspi-dw-core.c91 bool cs_high = !!(spi->mode & SPI_CS_HIGH); in dw_spi_set_cs() local
H A Dspi-sh-msiof.c351 u32 tx_hi_z, u32 lsb_first, u32 cs_high) in sh_msiof_spi_set_pin_regs()
589 u32 ss, cs_high; in sh_msiof_prepare_message() local
H A Dspi-stm32.c210 const struct stm32_spi_reg cs_high; member