Home
last modified time | relevance | path

Searched defs:cs_high (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/coldfire/
H A Ddevice.c278 mcf_cs_select(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) mcf_cs_select() argument
299 mcf_cs_deselect(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) mcf_cs_deselect() argument
[all...]
/kernel/linux/linux-6.6/arch/m68k/coldfire/
H A Ddevice.c278 mcf_cs_select(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) mcf_cs_select() argument
299 mcf_cs_deselect(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) mcf_cs_deselect() argument
[all...]
/kernel/linux/linux-5.10/drivers/spi/
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.c95 bool cs_high = !!(spi->mode & SPI_CS_HIGH); in dw_spi_set_cs() local
H A Dspi-coldfire-qspi.c290 bool cs_high = spi->mode & SPI_CS_HIGH; in mcfqspi_set_cs() local
108 mcfqspi_cs_select(struct mcfqspi *mcfqspi, u8 chip_select, bool cs_high) mcfqspi_cs_select() argument
114 mcfqspi_cs_deselect(struct mcfqspi *mcfqspi, u8 chip_select, bool cs_high) mcfqspi_cs_deselect() argument
H A Dspi-sh-msiof.c586 u32 ss, cs_high; in sh_msiof_prepare_message() local
346 sh_msiof_spi_set_pin_regs(struct sh_msiof_spi_priv *p, u32 ss, u32 cpol, u32 cpha, u32 tx_hi_z, u32 lsb_first, u32 cs_high) sh_msiof_spi_set_pin_regs() argument
/kernel/linux/linux-6.6/drivers/spi/
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-coldfire-qspi.c290 bool cs_high = spi->mode & SPI_CS_HIGH; in mcfqspi_set_cs() local
108 mcfqspi_cs_select(struct mcfqspi *mcfqspi, u8 chip_select, bool cs_high) mcfqspi_cs_select() argument
114 mcfqspi_cs_deselect(struct mcfqspi *mcfqspi, u8 chip_select, bool cs_high) mcfqspi_cs_deselect() argument
H A Dspi-sh-msiof.c589 u32 ss, cs_high; in sh_msiof_prepare_message() local
349 sh_msiof_spi_set_pin_regs(struct sh_msiof_spi_priv *p, u32 ss, u32 cpol, u32 cpha, u32 tx_hi_z, u32 lsb_first, u32 cs_high) sh_msiof_spi_set_pin_regs() argument
H A Dspi-stm32.c210 const struct stm32_spi_reg cs_high; member

Completed in 14 milliseconds