Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/spi/
Dspi-xcomm.c37 uint16_t chipselect; member
54 put_unaligned_be16(spi_xcomm->chipselect, &buf[3]); in spi_xcomm_sync_config()
63 uint16_t chipselect = spi_xcomm->chipselect; in spi_xcomm_chipselect() local
66 chipselect |= BIT(cs); in spi_xcomm_chipselect()
68 chipselect &= ~BIT(cs); in spi_xcomm_chipselect()
70 spi_xcomm->chipselect = chipselect; in spi_xcomm_chipselect()
Dspi-bitbang.c224 bitbang->chipselect(spi, BITBANG_CS_INACTIVE); in spi_bitbang_setup()
344 bitbang->chipselect(spi, enable ? BITBANG_CS_ACTIVE : in spi_bitbang_set_cs()
384 if (!master || !bitbang->chipselect) in spi_bitbang_start()
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dlbc.txt6 chipselect number, and the remaining cells are the
7 offset into the chipselect.
8 - #size-cells : Either one or two, depending on how large each chipselect
10 - ranges : Each range corresponds to a single chipselect, and cover
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Ddavinci-nand.txt20 - ti,davinci-chipselect: number of chipselect. Indicates on the
21 davinci_nand driver which chipselect is used
39 - ti,davinci-mask-chipsel: mask for chipselect address. Needed to mask
40 addresses for given chipselect.
82 ti,davinci-chipselect = <1>;
/Linux-v4.19/drivers/mtd/nand/raw/
Dhisi504_nand.c142 int chipselect; member
224 | ((host->chipselect & HINFC504_DMA_CTRL_CS_MASK) in hisi_nfc_dma_transfer()
298 | ((host->chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_erase()
317 | ((host->chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_readid()
332 | ((host->chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_status()
341 static int hisi_nfc_send_cmd_reset(struct hinfc_host *host, int chipselect) in hisi_nfc_send_cmd_reset() argument
346 | ((chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_reset()
356 static void hisi_nfc_select_chip(struct mtd_info *mtd, int chipselect) in hisi_nfc_select_chip() argument
361 if (chipselect < 0) in hisi_nfc_select_chip()
364 host->chipselect = chipselect; in hisi_nfc_select_chip()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/fsl/
Difc.txt10 chipselect number, and the remaining cells are the
11 offset into the chipselect.
12 - #size-cells : Either one or two, depending on how large each chipselect
24 - ranges : Each range corresponds to a single chipselect, and covers
/Linux-v4.19/Documentation/devicetree/bindings/rtc/
Dnxp,rtc-2123.txt5 - reg: should be the SPI slave chipselect address
8 - spi-cs-high: PCF2123 needs chipselect high
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
Dspear_spics.txt5 PL022 control. If chipselect remain under PL022 control then they would be
12 directly control each PL022 chipselect. Hence, it is natural for SPEAr to export
21 * st-spics,cs-value-bit: bit offset to drive chipselect low or high
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/
Drenesas,gyroadc.txt3 The GyroADC block is a reduced SPI block with up to 8 chipselect lines,
38 MB88101A is required. The Cx chipselect lines of the
48 8 chips are required. A 3:8 chipselect demuxer is
57 8 chips are required. A 3:8 chipselect demuxer is
/Linux-v4.19/Documentation/devicetree/bindings/spi/
Dspi-gpio.txt14 - cs-gpios: GPIOs to use for chipselect lines.
16 - num-chipselects: Number of chipselect lines. Should be <0> if a single device
Dspi-fsl-dspi.txt15 - spi-num-chipselects : the number of the chipselect signals.
16 - bus-num : the slave chip chipselect signal number.
Dspi_oc_tiny.txt5 - gpios : should specify GPIOs used for chipselect.
/Linux-v4.19/include/linux/platform_data/
Dspi-clps711x.h17 int *chipselect; /* Array of GPIO-numbers */ member
Dspi-imx.h29 int *chipselect; member
Dspi-ep93xx.h14 int *chipselect; member
Datmel.h16 u8 chipselect; /* EBI Chip Select number */ member
/Linux-v4.19/arch/powerpc/boot/dts/
Dac14xx.dts109 chipselect = <2 0x00009000 0x00009100>;
116 chipselect = <6 0x00009000 0x00009100>;
124 chipselect = <3 0x00101140 0x00203100>;
132 chipselect = <5 0x00009000 0x00009100>;
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/
Dti-aemif.txt73 - ti,cs-chipselect: number of chipselect. Indicates on the aemif driver
74 which chipselect is used for accessing the memory. For
163 ti,cs-chipselect = <2>;
192 ti,cs-chipselect = <0>;
/Linux-v4.19/arch/arm/boot/dts/
Dkeystone-k2l-evm.dts67 ti,cs-chipselect = <0>;
84 ti,davinci-chipselect = <0>;
Dkeystone-k2e-evm.dts94 ti,cs-chipselect = <0>;
111 ti,davinci-chipselect = <0>;
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-mcp23s08.txt26 SPI uses this to specify the chipselect line which the chip is
28 multiple chips on the same chipselect. Have a look at
35 SPI chipselect. Set a bit in bit0-7 in this mask to 1 if there is a
39 possible to mix mcp23s08 and mcp23s17 on the same chipselect. Set at
/Linux-v4.19/Documentation/devicetree/bindings/net/ieee802154/
Dadf7242.txt6 - reg: the chipselect index
Dmrf24j40.txt9 - reg: the chipselect index
/Linux-v4.19/drivers/mtd/spi-nor/
Dhisi-sfc.c95 u32 chipselect; member
204 reg = OP_CFG_FM_CS(priv->chipselect); in hisi_spi_nor_op_reg()
260 reg = OP_CFG_FM_CS(priv->chipselect); in hisi_spi_nor_dma_transfer()
356 ret = of_property_read_u32(np, "reg", &priv->chipselect); in hisi_spi_nor_register()
/Linux-v4.19/include/linux/spi/
Dspi_bitbang.h21 void (*chipselect)(struct spi_device *spi, int is_on); member

1234