| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spi-pxa2xx-pci.c | 31 int num_chipselect; member 87 c->num_chipselect = 1; in lpss_spi_setup() 124 c->num_chipselect = 1; in mrfld_spi_setup() 130 c->num_chipselect = 4; in mrfld_spi_setup() 136 c->num_chipselect = 1; in mrfld_spi_setup() 164 .num_chipselect = -1, 203 .num_chipselect = 1, 249 spi_pdata.num_chipselect = (c->num_chipselect > 0) ? c->num_chipselect : dev->devfn; in pxa2xx_spi_pci_probe()
|
| D | spi-altera.c | 253 if (pdata->num_chipselect > ALTERA_SPI_MAX_CS) { in altera_spi_probe() 256 pdata->num_chipselect); in altera_spi_probe() 261 master->num_chipselect = pdata->num_chipselect; in altera_spi_probe() 265 master->num_chipselect = 16; in altera_spi_probe()
|
| D | spi-gpio.c | 338 if (!pdata || !pdata->num_chipselect) in spi_gpio_probe_pdata() 345 master->num_chipselect = pdata->num_chipselect ?: 1; in spi_gpio_probe_pdata() 347 spi_gpio->cs_gpios = devm_kcalloc(dev, master->num_chipselect, in spi_gpio_probe_pdata() 353 for (i = 0; i < master->num_chipselect; i++) { in spi_gpio_probe_pdata()
|
| /kernel/linux/linux-6.6/drivers/spi/ |
| D | spi-altera-platform.c | 54 if (pdata->num_chipselect > ALTERA_SPI_MAX_CS) { in altera_spi_probe() 57 pdata->num_chipselect); in altera_spi_probe() 62 host->num_chipselect = pdata->num_chipselect; in altera_spi_probe() 66 host->num_chipselect = 16; in altera_spi_probe()
|
| D | spi-pxa2xx-pci.c | 140 c->num_chipselect = 1; in lpss_spi_setup() 177 c->num_chipselect = dev->devfn; in ce4100_spi_setup() 198 c->num_chipselect = 1; in mrfld_spi_setup() 204 c->num_chipselect = 4; in mrfld_spi_setup() 210 c->num_chipselect = 1; in mrfld_spi_setup() 249 c->num_chipselect = 1; in qrk_spi_setup()
|
| D | spi-altera-dfl.c | 33 #define NUM_CHIPSELECT GENMASK_ULL(13, 8) macro 119 host->num_chipselect = FIELD_GET(NUM_CHIPSELECT, v); in config_spi_host() 150 host->num_chipselect, host->bits_per_word_mask, in dfl_spi_altera_probe()
|
| D | spi-gpio.c | 361 if (!pdata || !pdata->num_chipselect) in spi_gpio_probe_pdata() 368 host->num_chipselect = pdata->num_chipselect ?: 1; in spi_gpio_probe_pdata() 370 spi_gpio->cs_gpios = devm_kcalloc(dev, host->num_chipselect, in spi_gpio_probe_pdata() 376 for (i = 0; i < host->num_chipselect; i++) { in spi_gpio_probe_pdata()
|
| /kernel/linux/linux-5.10/include/linux/spi/ |
| D | xilinx_spi.h | 7 * @num_chipselect: Number of chip select by the IP. 14 u16 num_chipselect; member
|
| D | spi_gpio.h | 19 * @num_chipselect: how many slaves to allow 22 u16 num_chipselect; member
|
| D | altera.h | 15 * @num_chipselect: Number of chipselects. 23 u16 num_chipselect; member
|
| D | rspi.h | 15 u16 num_chipselect; member
|
| D | sh_msiof.h | 13 u16 num_chipselect; member
|
| /kernel/linux/linux-6.6/include/linux/spi/ |
| D | xilinx_spi.h | 7 * @num_chipselect: Number of chip select by the IP. 14 u16 num_chipselect; member
|
| D | spi_gpio.h | 19 * @num_chipselect: how many slaves to allow 22 u16 num_chipselect; member
|
| D | altera.h | 18 * @num_chipselect: Number of chipselects. 26 u16 num_chipselect; member
|
| D | rspi.h | 15 u16 num_chipselect; member
|
| /kernel/linux/linux-5.10/drivers/staging/greybus/ |
| D | spilib.c | 31 u8 num_chipselect; member 429 spi->num_chipselect = response.num_chipselect; in gb_spi_get_master_config() 508 master->num_chipselect = spi->num_chipselect; in gb_spilib_master_init() 535 for (i = 0; i < spi->num_chipselect; i++) { in gb_spilib_master_init()
|
| /kernel/linux/linux-6.6/drivers/staging/greybus/ |
| D | spilib.c | 31 u8 num_chipselect; member 433 spi->num_chipselect = response.num_chipselect; in gb_spi_get_master_config() 512 master->num_chipselect = spi->num_chipselect; in gb_spilib_master_init() 539 for (i = 0; i < spi->num_chipselect; i++) { in gb_spilib_master_init()
|
| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| D | spi-davinci.h | 23 * @num_chipselect: number of chipselects supported by this SPI master 33 u8 num_chipselect; member
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | spi-davinci.h | 23 * @num_chipselect: number of chipselects supported by this SPI master 33 u8 num_chipselect; member
|
| /kernel/linux/linux-6.6/Documentation/spi/ |
| D | pxa2xx.rst | 27 u16 num_chipselect; 32 The "pxa2xx_spi_controller.num_chipselect" field is used to determine the number of 61 .num_chipselect = 1, /* Matches the number of chips attached to NSSP */
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
| D | icontrol.c | 117 .num_chipselect = 2, 122 .num_chipselect = 2,
|
| /kernel/linux/linux-5.10/Documentation/spi/ |
| D | pxa2xx.rst | 27 u16 num_chipselect; 31 The "pxa2xx_spi_controller.num_chipselect" field is used to determine the number of 57 .num_chipselect = 1, /* Matches the number of chips attached to NSSP */
|
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| D | spi.h | 9 int num_chipselect; member
|
| /kernel/linux/linux-6.6/arch/sh/include/asm/ |
| D | spi.h | 9 int num_chipselect; member
|