Home
last modified time | relevance | path

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

/drivers/spi/
A Dspi-xcomm.c40 u16 chipselect; member
93 put_unaligned_be16(spi_xcomm->chipselect, &buf[3]); in spi_xcomm_sync_config()
102 u16 chipselect = spi_xcomm->chipselect; in spi_xcomm_chipselect() local
105 chipselect |= BIT(cs); in spi_xcomm_chipselect()
107 chipselect &= ~BIT(cs); in spi_xcomm_chipselect()
109 spi_xcomm->chipselect = chipselect; in spi_xcomm_chipselect()
A Dspi-bitbang.c341 bitbang->chipselect(spi, enable ? BITBANG_CS_ACTIVE : in spi_bitbang_set_cs()
364 if (custom_cs && !bitbang->chipselect) in spi_bitbang_init()
A Dspi-xtensa-xtfpga.c97 xspi->bitbang.chipselect = xtfpga_spi_chipselect; in xtfpga_spi_probe()
A Dspi-lm70llp.c216 pp->bitbang.chipselect = lm70_chipselect; in spi_lm70llp_attach()
A Dspi-sh-sci.c142 sp->bitbang.chipselect = sh_sci_spi_chipselect; in sh_sci_spi_probe()
A Dspi-butterfly.c209 pp->bitbang.chipselect = butterfly_chipselect; in butterfly_attach()
A Dspi-ath79.c193 sp->bitbang.chipselect = ath79_spi_chipselect; in ath79_spi_probe()
A Dspi-npcm-fiu.c243 u32 chipselect; member
670 chip->chipselect = spi_get_chipselect(spi, 0); in npcm_fiu_setup()
A Dspi-omap-uwire.c497 uwire->bitbang.chipselect = uwire_chipselect; in uwire_probe()
A Dspi-ppc4xx.c203 hw->bitbang.chipselect(spi, BITBANG_CS_INACTIVE); in spi_ppc4xx_setupxfer()
A Dspi-gpio.c394 bb->chipselect = spi_gpio_chipselect; in spi_gpio_probe()
A Dspi-xilinx.c439 xspi->bitbang.chipselect = xilinx_spi_chipselect; in xilinx_spi_probe()
A DKconfig12 controller and a chipselect. Most SPI slaves don't support
45 provides the clock and chipselect), you can enable that
479 interface to manage MOSI, MISO, SCK, and chipselect signals. SPI
482 for the chipselect used by this controller driver.
A Dspi-au1550.c796 hw->bitbang.chipselect = au1550_spi_chipsel; in au1550_spi_probe()
A Dspi-davinci.c940 dspi->bitbang.chipselect = davinci_spi_chipselect; in davinci_spi_probe()
/drivers/mtd/nand/raw/
A 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()
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()
483 hisi_nfc_send_cmd_reset(host, host->chipselect); in hisi_nfc_cmdfunc()
[all …]
/drivers/mtd/spi-nor/controllers/
A 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()

Completed in 44 milliseconds