Home
last modified time | relevance | path

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

/linux/drivers/spi/
A Dspi-sifive.c95 u32 cs_inactive; /* level of the CS pins when inactive */ member
138 spi->cs_inactive &= ~BIT(device->chip_select); in sifive_spi_prepare_message()
140 spi->cs_inactive |= BIT(device->chip_select); in sifive_spi_prepare_message()
141 sifive_spi_write(spi, SIFIVE_SPI_REG_CSDEF, spi->cs_inactive); in sifive_spi_prepare_message()
353 spi->cs_inactive = sifive_spi_read(spi, SIFIVE_SPI_REG_CSDEF); in sifive_spi_probe()
356 sifive_spi_write(spi, SIFIVE_SPI_REG_CSDEF, spi->cs_inactive); in sifive_spi_probe()
A Dspi-xilinx.c91 u32 cs_inactive; /* Level of the CS pins when inactive*/ member
194 xspi->write_fn(xspi->cs_inactive, xspi->regs + XSPI_SSR_OFFSET); in xilinx_spi_chipselect()
215 cs = xspi->cs_inactive; in xilinx_spi_chipselect()
231 xspi->cs_inactive &= ~BIT(spi->chip_select); in xilinx_spi_setup_transfer()
233 xspi->cs_inactive |= BIT(spi->chip_select); in xilinx_spi_setup_transfer()
433 xspi->cs_inactive = 0xffffffff; in xilinx_spi_probe()
A Dspi-mt65xx.c216 struct spi_delay *cs_inactive = &spi->cs_inactive; in mtk_spi_set_hw_cs_timing() local
231 delay = spi_delay_to_ns(cs_inactive, NULL); in mtk_spi_set_hw_cs_timing()
A Dspi-tegra114.c725 struct spi_delay *inactive = &spi->cs_inactive; in tegra_spi_set_hw_cs_timing()
A Dspi.c998 spi_delay_exec(&spi->cs_inactive, NULL); in spi_set_cs()
/linux/include/linux/spi/
A Dspi.h194 struct spi_delay cs_inactive; member

Completed in 21 milliseconds