Home
last modified time | relevance | path

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

123

/linux-3.4.99/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
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
19 - ranges : Each range corresponds to a single chipselect, and covers
/linux-3.4.99/arch/arm/mach-u300/
Dspi.c21 static void select_dummy_chip(u32 chipselect) in select_dummy_chip() argument
25 chipselect, in select_dummy_chip()
26 chipselect ? "unselect chip" : "select chip"); in select_dummy_chip()
/linux-3.4.99/drivers/spi/
Dspi-imx.c99 int chipselect[0]; member
360 int cs = spi_imx->chipselect[config->cs]; in mx31_config()
438 int cs = spi_imx->chipselect[config->cs]; in mx21_config()
623 int gpio = spi_imx->chipselect[spi->chip_select]; in spi_imx_chipselect()
734 int gpio = spi_imx->chipselect[spi->chip_select]; in spi_imx_setup()
792 cs_gpio = mxc_platform_info->chipselect[i]; in spi_imx_probe()
794 spi_imx->chipselect[i] = cs_gpio; in spi_imx_probe()
798 ret = gpio_request(spi_imx->chipselect[i], DRIVER_NAME); in spi_imx_probe()
805 spi_imx->bitbang.chipselect = spi_imx_chipselect; in spi_imx_probe()
884 if (spi_imx->chipselect[i] >= 0) in spi_imx_probe()
[all …]
Dspi-sirf.c148 int chipselect[0]; member
349 if (sspi->chipselect[spi->chip_select] == 0) { in spi_sirfsoc_chipselect()
368 int gpio = sspi->chipselect[spi->chip_select]; in spi_sirfsoc_chipselect()
522 sspi->chipselect[i] = cs_gpio; in spi_sirfsoc_probe()
530 if (sspi->chipselect[i] > 0) in spi_sirfsoc_probe()
531 gpio_free(sspi->chipselect[i]); in spi_sirfsoc_probe()
556 sspi->bitbang.chipselect = spi_sirfsoc_chipselect; in spi_sirfsoc_probe()
621 if (sspi->chipselect[i] > 0) in spi_sirfsoc_remove()
622 gpio_free(sspi->chipselect[i]); in spi_sirfsoc_remove()
Dspi-bitbang.c219 bitbang->chipselect(spi, BITBANG_CS_INACTIVE); in spi_bitbang_setup()
314 bitbang->chipselect(spi, BITBANG_CS_ACTIVE); in bitbang_work()
358 bitbang->chipselect(spi, BITBANG_CS_INACTIVE); in bitbang_work()
371 bitbang->chipselect(spi, BITBANG_CS_INACTIVE); in bitbang_work()
437 if (!bitbang->master || !bitbang->chipselect) in spi_bitbang_start()
/linux-3.4.99/arch/arm/plat-mxc/include/mach/
Dspi.h21 int *chipselect; member
/linux-3.4.99/Documentation/devicetree/bindings/spi/
Dspi_nvidia.txt5 - gpios : should specify GPIOs used for chipselect.
Domap-spi.txt7 - ti,spi-num-cs : Number of chipselect supported by the instance.
Dspi_oc_tiny.txt5 - gpios : should specify GPIOs used for chipselect.
Dfsl-imx-cspi.txt8 - fsl,spi-num-chipselects : Contains the number of the chipselect
Dfsl-spi.txt42 - fsl,espi-num-chipselects : the number of the chipselect signals.
/linux-3.4.99/arch/arm/mach-imx/
Dmach-mx31lilly.c217 .chipselect = spi_internal_chipselect,
222 .chipselect = spi_internal_chipselect,
Dmach-mx53_evk.c129 .chipselect = mx53_evk_spi_cs,
Dmach-mx51_3ds.c119 .chipselect = mx51_3ds_spi2_cs,
Dmach-mx27_3ds.c347 .chipselect = spi1_chipselect,
354 .chipselect = spi2_chipselect,
Dmx31lite-db.c158 .chipselect = spi_internal_chipselect,
Dmach-pcm037_eet.c63 .chipselect = pcm037_spi1_cs,
Dmach-mx31moboard.c168 .chipselect = moboard_spi1_cs,
306 .chipselect = moboard_spi2_cs,
Dmach-mx31lite.c113 .chipselect = spi_internal_chipselect,
/linux-3.4.99/include/linux/spi/
Dspi_bitbang.h24 void (*chipselect)(struct spi_device *spi, int is_on); member
/linux-3.4.99/Documentation/spi/
Dspidev30 chipselect polarity, etc) as usual, so you won't always need to override
40 chipselect C on bus B, you should see:
76 the chipselect is deactivated between those operations. Full-duplex access,
77 and composite operation without chipselect de-activation, is available using
/linux-3.4.99/arch/arm/mach-at91/
Dboard-afeb-9260v1.c175 .chipselect = 4,
/linux-3.4.99/arch/arm/mach-at91/include/mach/
Dboard.h65 u8 chipselect; /* EBI Chip Select number */ member
/linux-3.4.99/drivers/pcmcia/
Dat91_cf.c160 csr = at91_ramc_read(0, AT91_SMC_CSR(cf->board->chipselect)) & ~AT91_SMC_DBW; in at91_cf_set_io_map()
179 at91_ramc_write(0, AT91_SMC_CSR(cf->board->chipselect), csr); in at91_cf_set_io_map()

123