Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dspi-davinci.h51 u8 *chip_sel; member
/Linux-v4.19/drivers/spi/
Dspi-davinci.c213 u8 chip_sel = spi->chip_select; in davinci_spi_chipselect() local
236 spidat1 &= ~(0x1 << chip_sel); in davinci_spi_chipselect()
437 } else if (pdata->chip_sel && in davinci_spi_setup()
439 pdata->chip_sel[spi->chip_select] != SPI_INTERN_CS) { in davinci_spi_setup()
440 spi->cs_gpio = pdata->chip_sel[spi->chip_select]; in davinci_spi_setup()
/Linux-v4.19/drivers/mtd/nand/raw/
Dqcom_nandc.c306 __le32 chip_sel; member
619 return &regs->chip_sel; in offset_to_nandc_reg()