Searched refs:chipselect (Results 1 – 19 of 19) sorted by relevance
/drivers/spi/ |
D | spi-xcomm.c | 36 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()
|
D | spi-bitbang.c | 335 bitbang->chipselect(spi, enable ? BITBANG_CS_ACTIVE : in spi_bitbang_set_cs() 358 if (custom_cs && !bitbang->chipselect) in spi_bitbang_init()
|
D | spi-xtensa-xtfpga.c | 97 xspi->bitbang.chipselect = xtfpga_spi_chipselect; in xtfpga_spi_probe()
|
D | spi-s3c24xx.c | 198 hw->bitbang.chipselect(spi, BITBANG_CS_INACTIVE); in s3c24xx_spi_setup() 510 hw->bitbang.chipselect = s3c24xx_spi_chipsel; in s3c24xx_spi_probe()
|
D | spi-sh-sci.c | 142 sp->bitbang.chipselect = sh_sci_spi_chipselect; in sh_sci_spi_probe()
|
D | spi-lm70llp.c | 216 pp->bitbang.chipselect = lm70_chipselect; in spi_lm70llp_attach()
|
D | spi-butterfly.c | 209 pp->bitbang.chipselect = butterfly_chipselect; in butterfly_attach()
|
D | spi-ath79.c | 159 sp->bitbang.chipselect = ath79_spi_chipselect; in ath79_spi_probe()
|
D | spi-npcm-fiu.c | 223 u32 chipselect; member 652 chip->chipselect = spi->chip_select; in npcm_fiu_setup()
|
D | spi-gpio.c | 414 bb->chipselect = spi_gpio_chipselect; in spi_gpio_probe()
|
D | spi-omap-uwire.c | 505 uwire->bitbang.chipselect = uwire_chipselect; in uwire_probe()
|
D | spi-ppc4xx.c | 203 hw->bitbang.chipselect(spi, BITBANG_CS_INACTIVE); in spi_ppc4xx_setupxfer()
|
D | spi-xilinx.c | 435 xspi->bitbang.chipselect = xilinx_spi_chipselect; in xilinx_spi_probe()
|
D | Kconfig | 12 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.
|
D | spi-au1550.c | 805 hw->bitbang.chipselect = au1550_spi_chipsel; in au1550_spi_probe()
|
D | spi-davinci.c | 947 dspi->bitbang.chipselect = davinci_spi_chipselect; in davinci_spi_probe()
|
/drivers/mtd/nand/raw/ |
D | hisi504_nand.c | 133 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/ |
D | hisi-sfc.c | 83 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/ |
D | at91_cf.c | 42 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()
|