Home
last modified time | relevance | path

Searched refs:chipselect (Results 1 – 19 of 19) sorted by relevance

/drivers/spi/
Dspi-xcomm.c36 uint16_t chipselect; member
53 put_unaligned_be16(spi_xcomm->chipselect, &buf[3]); in spi_xcomm_sync_config()
62 uint16_t chipselect = spi_xcomm->chipselect; in spi_xcomm_chipselect() local
65 chipselect |= BIT(cs); in spi_xcomm_chipselect()
67 chipselect &= ~BIT(cs); in spi_xcomm_chipselect()
69 spi_xcomm->chipselect = chipselect; in spi_xcomm_chipselect()
Dspi-bitbang.c335 bitbang->chipselect(spi, enable ? BITBANG_CS_ACTIVE : in spi_bitbang_set_cs()
358 if (custom_cs && !bitbang->chipselect) in spi_bitbang_init()
Dspi-xtensa-xtfpga.c97 xspi->bitbang.chipselect = xtfpga_spi_chipselect; in xtfpga_spi_probe()
Dspi-s3c24xx.c198 hw->bitbang.chipselect(spi, BITBANG_CS_INACTIVE); in s3c24xx_spi_setup()
510 hw->bitbang.chipselect = s3c24xx_spi_chipsel; in s3c24xx_spi_probe()
Dspi-sh-sci.c142 sp->bitbang.chipselect = sh_sci_spi_chipselect; in sh_sci_spi_probe()
Dspi-lm70llp.c216 pp->bitbang.chipselect = lm70_chipselect; in spi_lm70llp_attach()
Dspi-butterfly.c209 pp->bitbang.chipselect = butterfly_chipselect; in butterfly_attach()
Dspi-ath79.c159 sp->bitbang.chipselect = ath79_spi_chipselect; in ath79_spi_probe()
Dspi-npcm-fiu.c223 u32 chipselect; member
652 chip->chipselect = spi->chip_select; in npcm_fiu_setup()
Dspi-gpio.c414 bb->chipselect = spi_gpio_chipselect; in spi_gpio_probe()
Dspi-omap-uwire.c505 uwire->bitbang.chipselect = uwire_chipselect; in uwire_probe()
Dspi-ppc4xx.c203 hw->bitbang.chipselect(spi, BITBANG_CS_INACTIVE); in spi_ppc4xx_setupxfer()
Dspi-xilinx.c435 xspi->bitbang.chipselect = xilinx_spi_chipselect; in xilinx_spi_probe()
DKconfig12 controller and a chipselect. Most SPI slaves don't support
45 provides the clock and chipselect), you can enable that
384 interface to manage MOSI, MISO, SCK, and chipselect signals. SPI
387 for the chipselect used by this controller driver.
Dspi-au1550.c805 hw->bitbang.chipselect = au1550_spi_chipsel; in au1550_spi_probe()
Dspi-davinci.c947 dspi->bitbang.chipselect = davinci_spi_chipselect; in davinci_spi_probe()
/drivers/mtd/nand/raw/
Dhisi504_nand.c133 int chipselect; member
215 | ((host->chipselect & HINFC504_DMA_CTRL_CS_MASK) in hisi_nfc_dma_transfer()
289 | ((host->chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_erase()
308 | ((host->chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_readid()
323 | ((host->chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_status()
332 static int hisi_nfc_send_cmd_reset(struct hinfc_host *host, int chipselect) in hisi_nfc_send_cmd_reset() argument
337 | ((chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_reset()
347 static void hisi_nfc_select_chip(struct nand_chip *chip, int chipselect) in hisi_nfc_select_chip() argument
351 if (chipselect < 0) in hisi_nfc_select_chip()
354 host->chipselect = chipselect; in hisi_nfc_select_chip()
[all …]
/drivers/mtd/spi-nor/controllers/
Dhisi-sfc.c83 u32 chipselect; member
192 reg = OP_CFG_FM_CS(priv->chipselect); in hisi_spi_nor_op_reg()
248 reg = OP_CFG_FM_CS(priv->chipselect); in hisi_spi_nor_dma_transfer()
353 ret = of_property_read_u32(np, "reg", &priv->chipselect); in hisi_spi_nor_register()
/drivers/pcmcia/
Dat91_cf.c42 u8 chipselect; /* EBI Chip Select number */ member
182 regmap_update_bits(mc, AT91_MC_SMC_CSR(cf->board->chipselect), in at91_cf_set_io_map()