Searched refs:chipselect (Results 1 – 17 of 17) sorted by relevance
| /drivers/spi/ |
| A D | spi-xcomm.c | 40 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 D | spi-bitbang.c | 341 bitbang->chipselect(spi, enable ? BITBANG_CS_ACTIVE : in spi_bitbang_set_cs() 364 if (custom_cs && !bitbang->chipselect) in spi_bitbang_init()
|
| A D | spi-xtensa-xtfpga.c | 97 xspi->bitbang.chipselect = xtfpga_spi_chipselect; in xtfpga_spi_probe()
|
| A D | spi-lm70llp.c | 216 pp->bitbang.chipselect = lm70_chipselect; in spi_lm70llp_attach()
|
| A D | spi-sh-sci.c | 142 sp->bitbang.chipselect = sh_sci_spi_chipselect; in sh_sci_spi_probe()
|
| A D | spi-butterfly.c | 209 pp->bitbang.chipselect = butterfly_chipselect; in butterfly_attach()
|
| A D | spi-ath79.c | 193 sp->bitbang.chipselect = ath79_spi_chipselect; in ath79_spi_probe()
|
| A D | spi-npcm-fiu.c | 243 u32 chipselect; member 670 chip->chipselect = spi_get_chipselect(spi, 0); in npcm_fiu_setup()
|
| A D | spi-omap-uwire.c | 497 uwire->bitbang.chipselect = uwire_chipselect; in uwire_probe()
|
| A D | spi-ppc4xx.c | 203 hw->bitbang.chipselect(spi, BITBANG_CS_INACTIVE); in spi_ppc4xx_setupxfer()
|
| A D | spi-gpio.c | 394 bb->chipselect = spi_gpio_chipselect; in spi_gpio_probe()
|
| A D | spi-xilinx.c | 439 xspi->bitbang.chipselect = xilinx_spi_chipselect; in xilinx_spi_probe()
|
| A D | Kconfig | 12 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 D | spi-au1550.c | 796 hw->bitbang.chipselect = au1550_spi_chipsel; in au1550_spi_probe()
|
| A D | spi-davinci.c | 940 dspi->bitbang.chipselect = davinci_spi_chipselect; in davinci_spi_probe()
|
| /drivers/mtd/nand/raw/ |
| A 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() 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 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()
|
Completed in 44 milliseconds