Home
last modified time | relevance | path

Searched refs:chip_select (Results 1 – 25 of 51) sorted by relevance

123

/linux/include/trace/events/
H A Dspi.h51 __field(int, chip_select)
60 __entry->chip_select = spi_get_chipselect(spi, 0);
68 __entry->bus_num, __entry->chip_select,
84 __field(int, chip_select)
91 __entry->chip_select = spi_get_chipselect(spi, 0);
97 __entry->bus_num, __entry->chip_select,
110 __field( int, chip_select )
116 __entry->chip_select = spi_get_chipselect(msg->spi, 0);
121 (int)__entry->chip_select,
149 __field( int, chip_select )
[all …]
/linux/drivers/spi/
H A Dspi-atmel.c328 static void atmel_spi_send_dummy(struct atmel_spi *as, struct spi_device *spi, int chip_select) in atmel_spi_send_dummy() argument
338 csr = spi_readl(as, CSR0 + 4 * chip_select); in atmel_spi_send_dummy()
340 spi_writel(as, CSR0 + 4 * chip_select, csr); in atmel_spi_send_dummy()
386 int chip_select; in cs_activate() local
390 chip_select = as->native_cs_for_gpio; in cs_activate()
392 chip_select = spi_get_chipselect(spi, 0); in cs_activate()
395 spi_writel(as, CSR0 + 4 * chip_select, asd->csr); in cs_activate()
402 SPI_BF(PCS, ~(0x01 << chip_select)) in cs_activate()
408 SPI_BF(PCS, ~(0x01 << chip_select)) in cs_activate()
428 atmel_spi_send_dummy(as, spi, chip_select); in cs_activate()
[all …]
H A Dspi-hisi-sfc-v3xx.c275 u8 chip_select) in hisi_sfc_v3xx_start_bus() argument
306 chip_select << HISI_SFC_V3XX_CMD_CFG_CS_SEL_OFF | in hisi_sfc_v3xx_start_bus()
319 u8 chip_select) in hisi_sfc_v3xx_generic_exec_op() argument
332 ret = hisi_sfc_v3xx_start_bus(host, op, chip_select); in hisi_sfc_v3xx_generic_exec_op()
364 u8 chip_select = spi_get_chipselect(spi, 0); in hisi_sfc_v3xx_exec_op() local
368 return hisi_sfc_v3xx_generic_exec_op(host, op, chip_select); in hisi_sfc_v3xx_exec_op()
H A Dspi-bcm63xx-hsspi.c352 unsigned int chip_select = spi_get_chipselect(spi, 0); in bcm63xx_hsspi_do_prepend_txrx() local
394 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select)); in bcm63xx_hsspi_do_prepend_txrx()
411 reg = chip_select << PINGPONG_CMD_SS_SHIFT | in bcm63xx_hsspi_do_prepend_txrx()
412 chip_select << PINGPONG_CMD_PROFILE_SHIFT | in bcm63xx_hsspi_do_prepend_txrx()
471 unsigned int chip_select = spi_get_chipselect(spi, 0); in bcm63xx_hsspi_do_txrx() local
504 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select)); in bcm63xx_hsspi_do_txrx()
523 reg = !chip_select << PINGPONG_CMD_SS_SHIFT | in bcm63xx_hsspi_do_txrx()
524 chip_select << PINGPONG_CMD_PROFILE_SHIFT | in bcm63xx_hsspi_do_txrx()
H A Dspi-bcmbca-hsspi.c254 unsigned int chip_select = spi_get_chipselect(spi, 0); in bcmbca_hsspi_do_txrx() local
285 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select)); in bcmbca_hsspi_do_txrx()
306 bcmbca_hsspi_set_cs(bs, chip_select, true); in bcmbca_hsspi_do_txrx()
310 reg = chip_select << PINGPONG_CMD_SS_SHIFT | in bcmbca_hsspi_do_txrx()
311 chip_select << PINGPONG_CMD_PROFILE_SHIFT | in bcmbca_hsspi_do_txrx()
H A Dspi-coldfire-qspi.c108 static void mcfqspi_cs_select(struct mcfqspi *mcfqspi, u8 chip_select, in mcfqspi_cs_select() argument
111 mcfqspi->cs_control->select(mcfqspi->cs_control, chip_select, cs_high); in mcfqspi_cs_select()
114 static void mcfqspi_cs_deselect(struct mcfqspi *mcfqspi, u8 chip_select, in mcfqspi_cs_deselect() argument
117 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high); in mcfqspi_cs_deselect()
H A Dspi-sh-sci.c110 if (sp->info->chip_select) in sh_sci_spi_chipselect()
111 (sp->info->chip_select)(sp->info, spi_get_chipselect(dev, 0), value); in sh_sci_spi_chipselect()
H A Dspi-fsl-lpspi.c91 u8 chip_select; member
279 temp |= (fsl_lpspi->config.chip_select & 0x3) << 24; in fsl_lpspi_set_cmd()
453 fsl_lpspi->config.chip_select = 1; in fsl_lpspi_setup_transfer()
455 fsl_lpspi->config.chip_select = spi_get_chipselect(spi, 0); in fsl_lpspi_setup_transfer()
/linux/drivers/mtd/nand/raw/
H A Dndfc.c36 int chip_select; member
50 ccr |= NDFC_CCR_BS(chip + ndfc->chip_select); in ndfc_select_chip()
207 ndfc->chip_select = cs; in ndfc_probe()
219 ccr = NDFC_CCR_BS(ndfc->chip_select); in ndfc_probe()
231 int offset = NDFC_BCFG0 + (ndfc->chip_select << 2); in ndfc_probe()
/linux/arch/m68k/coldfire/
H A Ddevice.c279 u8 chip_select, bool cs_high) in mcf_cs_select() argument
281 switch (chip_select) { in mcf_cs_select()
300 u8 chip_select, bool cs_high) in mcf_cs_deselect() argument
302 switch (chip_select) { in mcf_cs_deselect()
H A Dstmark2.c50 .chip_select = 1,
/linux/include/linux/spi/
H A Dspi.h137 * @chip_select: Array of physical chipselect, spi->chipselect[i] gives
188 u8 chip_select[SPI_CS_CNT_MAX]; member
292 return spi->chip_select[idx]; in spi_get_chipselect()
297 spi->chip_select[idx] = chipselect; in spi_set_chipselect()
370 extern struct spi_device *spi_new_ancillary_device(struct spi_device *spi, u8 chip_select);
451 * @last_cs: the last chip_select that is recorded by set_cs, -1 on non chip
1591 * @chip_select: Initializes spi_device.chip_select; depends on how
1633 * chip_select reflects how this chip is wired to that master;
1637 u16 chip_select;
1647 u16 chip_select; global() member
[all...]
/linux/include/linux/platform_data/
H A Dbrcmnand.h6 int chip_select; member
/linux/arch/sh/include/asm/
H A Dspi.h11 void (*chip_select)(struct sh_spi_info *spi, int cs, int state); member
/linux/arch/arm/mach-omap1/
H A Dboard-nokia770.c155 .chip_select = 3,
163 .chip_select = 0,
H A Dboard-palmte.c181 .chip_select = 0, /* As opposed to 3 */
/linux/arch/arm/mach-ep93xx/
H A Dts72xx.c258 .chip_select = 0,
313 .chip_select = 0,
/linux/arch/arm/mach-dove/
H A Dcm-a510.c48 .chip_select = 0,
/linux/drivers/bcma/
H A Ddriver_chipcommon_nflash.c50 cc->nflash.brcmnand_info.chip_select = ffs(reg) - 1; in bcma_nflash_init()
/linux/drivers/misc/eeprom/
H A Ddigsy_mtc_eeprom.c74 .chip_select = 0,
/linux/drivers/mmc/core/
H A Ddebugfs.c88 switch (ios->chip_select) { in mmc_ios_show()
102 seq_printf(s, "chip select:\t%u (%s)\n", ios->chip_select, str); in mmc_ios_show()
/linux/drivers/staging/greybus/
H A Dspilib.c240 request->chip_select = spi_get_chipselect(dev, 0); in gb_spi_operation_create()
451 request.chip_select = cs; in gb_spi_setup_device()
475 spi_board.chip_select = cs; in gb_spi_setup_device()
/linux/arch/mips/alchemy/devboards/
H A Ddb1550.c109 .chip_select = 0,
117 .chip_select = 1,
/linux/drivers/edac/
H A Damd64_edac.h293 struct chip_select { struct
349 struct chip_select csels[NUM_CONTROLLERS];
/linux/arch/arm/mach-pxa/
H A Dspitz.c589 .chip_select = 0,
596 .chip_select = 1,
603 .chip_select = 2,

123