/kernel/linux/linux-5.10/arch/m68k/coldfire/ |
H A D | device.c | 278 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 D | device.c | 278 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 D | spi-ath79.c | 73 int cs_high = (spi->mode & SPI_CS_HIGH) ? is_active : !is_active; in ath79_spi_chipselect() local
|
H A D | spi-dw-core.c | 95 bool cs_high = !!(spi->mode & SPI_CS_HIGH); in dw_spi_set_cs() local
|
H A D | spi-coldfire-qspi.c | 290 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 D | spi-sh-msiof.c | 586 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 D | spi-ath79.c | 73 int cs_high = (spi->mode & SPI_CS_HIGH) ? is_active : !is_active; in ath79_spi_chipselect() local
|
H A D | spi-dw-core.c | 91 bool cs_high = !!(spi->mode & SPI_CS_HIGH); in dw_spi_set_cs() local
|
H A D | spi-coldfire-qspi.c | 290 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 D | spi-sh-msiof.c | 589 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 D | spi-stm32.c | 210 const struct stm32_spi_reg cs_high; member
|