Searched refs:chip_select (Results 1 - 25 of 54) sorted by relevance

123

/linux-master/include/linux/platform_data/
H A Dbrcmnand.h6 int chip_select; member in struct:brcmnand_platform_data
/linux-master/arch/sh/include/asm/
H A Dspi.h11 void (*chip_select)(struct sh_spi_info *spi, int cs, int state); member in struct:sh_spi_info
/linux-master/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-master/drivers/mtd/nand/raw/
H A Dndfc.c36 int chip_select; member in struct:ndfc_controller
50 ccr |= NDFC_CCR_BS(chip + ndfc->chip_select);
207 ndfc->chip_select = cs;
219 ccr = NDFC_CCR_BS(ndfc->chip_select);
231 int offset = NDFC_BCFG0 + (ndfc->chip_select << 2);
H A Dmeson_nand.c147 u32 chip_select; member in struct:meson_nfc_param
267 nfc->param.chip_select = meson_chip->sels[chip] ? NAND_CE1 : NAND_CE0;
268 nfc->param.rb_select = nfc->param.chip_select;
291 writel(nfc->param.chip_select | NFC_CMD_IDLE | (time & 0x3ff),
474 | nfc->param.chip_select | nfc->timing.tbers_max;
674 u32 cs = nfc->param.chip_select;
755 cmd = nfc->param.chip_select | NFC_CMD_CLE | NAND_CMD_PAGEPROG;
1041 cmd = nfc->param.chip_select | NFC_CMD_CLE;
1049 cmd = nfc->param.chip_select | NFC_CMD_ALE;
/linux-master/drivers/misc/eeprom/
H A Ddigsy_mtc_eeprom.c82 .chip_select = 0,
/linux-master/drivers/bcma/
H A Ddriver_chipcommon_nflash.c50 cc->nflash.brcmnand_info.chip_select = ffs(reg) - 1;
/linux-master/arch/arm/mach-dove/
H A Dcm-a510.c48 .chip_select = 0,
/linux-master/drivers/spi/
H A Dspi-atmel.c328 static void atmel_spi_send_dummy(struct atmel_spi *as, struct spi_device *spi, int chip_select) argument
338 csr = spi_readl(as, CSR0 + 4 * chip_select);
340 spi_writel(as, CSR0 + 4 * chip_select, csr);
386 int chip_select; local
390 chip_select = as->native_cs_for_gpio;
392 chip_select = spi_get_chipselect(spi, 0);
395 spi_writel(as, CSR0 + 4 * chip_select, asd->csr);
402 SPI_BF(PCS, ~(0x01 << chip_select))
408 SPI_BF(PCS, ~(0x01 << chip_select))
428 atmel_spi_send_dummy(as, spi, chip_select);
456 int chip_select; local
879 int chip_select; local
1264 int chip_select; local
[all...]
H A Dspi-hisi-sfc-v3xx.c275 u8 chip_select)
306 chip_select << HISI_SFC_V3XX_CMD_CFG_CS_SEL_OFF |
319 u8 chip_select)
332 ret = hisi_sfc_v3xx_start_bus(host, op, chip_select);
364 u8 chip_select = spi_get_chipselect(spi, 0); local
368 return hisi_sfc_v3xx_generic_exec_op(host, op, chip_select);
273 hisi_sfc_v3xx_start_bus(struct hisi_sfc_v3xx_host *host, const struct spi_mem_op *op, u8 chip_select) argument
317 hisi_sfc_v3xx_generic_exec_op(struct hisi_sfc_v3xx_host *host, const struct spi_mem_op *op, u8 chip_select) argument
H A Dspi-bcm63xx-hsspi.c352 unsigned int chip_select = spi_get_chipselect(spi, 0); local
394 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select));
411 reg = chip_select << PINGPONG_CMD_SS_SHIFT |
412 chip_select << PINGPONG_CMD_PROFILE_SHIFT |
471 unsigned int chip_select = spi_get_chipselect(spi, 0); local
504 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select));
523 reg = !chip_select << PINGPONG_CMD_SS_SHIFT |
524 chip_select << PINGPONG_CMD_PROFILE_SHIFT |
H A Dspi-sh-sci.c110 if (sp->info->chip_select)
111 (sp->info->chip_select)(sp->info, spi_get_chipselect(dev, 0), value);
H A Dspi-bcmbca-hsspi.c254 unsigned int chip_select = spi_get_chipselect(spi, 0); local
285 bs->regs + HSSPI_PROFILE_MODE_CTRL_REG(chip_select));
306 bcmbca_hsspi_set_cs(bs, chip_select, true);
310 reg = chip_select << PINGPONG_CMD_SS_SHIFT |
311 chip_select << PINGPONG_CMD_PROFILE_SHIFT |
H A Dspi-altera-dfl.c173 board_info.chip_select = 0;
H A Dspi-coldfire-qspi.c108 static void mcfqspi_cs_select(struct mcfqspi *mcfqspi, u8 chip_select, argument
111 mcfqspi->cs_control->select(mcfqspi->cs_control, chip_select, cs_high);
114 static void mcfqspi_cs_deselect(struct mcfqspi *mcfqspi, u8 chip_select, argument
117 mcfqspi->cs_control->deselect(mcfqspi->cs_control, chip_select, cs_high);
/linux-master/arch/m68k/coldfire/
H A Dstmark2.c50 .chip_select = 1,
H A Ddevice.c279 u8 chip_select, bool cs_high)
281 switch (chip_select) {
300 u8 chip_select, bool cs_high)
302 switch (chip_select) {
278 mcf_cs_select(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
299 mcf_cs_deselect(struct mcfqspi_cs_control *cs_control, u8 chip_select, bool cs_high) argument
/linux-master/arch/arm/mach-ep93xx/
H A Dvision_ep9307.c225 .chip_select = 0,
232 .chip_select = 1,
239 .chip_select = 2,
H A Dts72xx.c258 .chip_select = 0,
313 .chip_select = 0,
/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410-module.c54 .chip_select = 0,
66 .chip_select = 0,
255 .chip_select = 1,
287 .chip_select = 1,
309 .chip_select = 1,
/linux-master/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-master/drivers/mmc/core/
H A Ddebugfs.c88 switch (ios->chip_select) {
102 seq_printf(s, "chip select:\t%u (%s)\n", ios->chip_select, str);
/linux-master/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 in struct:spi_device
292 return spi->chip_select[idx];
297 spi->chip_select[idx] = chipselect;
372 extern struct spi_device *spi_new_ancillary_device(struct spi_device *spi, u8 chip_select);
454 * @last_cs: the last chip_select that is recorded by set_cs, -1 on non chip
1580 * @chip_select: Initializes spi_device.chip_select; depends on how
1622 * chip_select reflects how this chip is wired to that master;
1626 u16 chip_select; member in struct:spi_board_info
[all...]
/linux-master/arch/powerpc/platforms/83xx/
H A Dmpc832x_rdb.c159 .chip_select = 0,

Completed in 406 milliseconds

123