Searched full:miso (Results 1 – 25 of 31) sorted by relevance
12
/linux-3.3/include/linux/spi/ |
D | spi_gpio.h | 32 * If the MISO or MOSI pin is not available then it should be set to 47 * @miso: number of the GPIO used for Master Input, Slave Output (MISO) data 51 * (chipselects, MOSI, MISO, SCK) must be configured as GPIOs, instead 58 * On platforms which can do so, configure MISO with a weak pullup unless 66 unsigned miso; member
|
D | spi.h | 240 * children. These make a small bus, sharing MOSI, MISO and SCK signals
|
/linux-3.3/Documentation/spi/ |
D | butterfly | 36 MISO = J403.PB3/MISO = pin 11/S7,nBUSY 63 MISO = J403.PE6/DO = pin 12/S5,nPAPEROUT
|
D | spi-summary | 15 Slave Out" (MISO) signals. (Other names are also used.) There are four 56 Some chips eliminate a signal line by combining MOSI and MISO, and 182 physical SPI bus segment, with SCLK, MOSI, and MISO. 497 SPI bus (shared SCK, MOSI, MISO). Valid bus numbers start at zero. On
|
/linux-3.3/drivers/spi/ |
D | spi-gpio.c | 59 * numbers used for MISO/MOSI/SCK, and issue procedure calls for 82 #define SPI_MISO_GPIO ((pdata)->miso) 176 * speed in the generic case (when both MISO and MOSI lines are 295 /* HW configuration without MISO pin */ in spi_gpio_request()
|
D | Kconfig | 147 interface to manage MOSI, MISO, SCK, and chipselect signals. SPI
|
D | spi-davinci.c | 54 #define SPIPC0_DIFUN_MASK BIT(11) /* MISO */ 340 * or similar variants without MOSI or without MISO) in davinci_spi_setup_transfer()
|
D | spi-omap2-mcspi.c | 674 /* standard 4-wire master mode: SCK, MOSI/out, MISO/in, nCS in omap2_mcspi_setup_transfer()
|
/linux-3.3/Documentation/hwmon/ |
D | lm70 | 25 comprise the MOSI/MISO loop. At the end of the transfer, the 11-bit 2's
|
/linux-3.3/drivers/misc/eeprom/ |
D | digsy_mtc_eeprom.c | 47 .miso = GPIO_EEPROM_DO,
|
/linux-3.3/arch/mips/alchemy/devboards/ |
D | db1000.c | 441 .miso = 207, 510 gpio_direction_input(207); /* SPI MISO */ in db1000_dev_init()
|
/linux-3.3/Documentation/DocBook/ |
D | device-drivers.tmpl | 341 a "Master In, Slave Out" (MISO) data line. 343 MOSI line (one per clock) another is shifted in on the MISO line.
|
/linux-3.3/arch/arm/mach-s3c2412/ |
D | mach-jive.c | 396 .miso = SPI_GPIO_NO_MISO, 411 .miso = SPI_GPIO_NO_MISO,
|
/linux-3.3/arch/powerpc/platforms/83xx/ |
D | mpc832x_rdb.c | 170 par_io_config_pin(3, 1, 3, 0, 1, 0); /* SPI1 MISO, I/O */ in mpc832x_spi_init()
|
/linux-3.3/arch/arm/mach-s3c2410/ |
D | mach-qt2410.c | 223 .miso = S3C2410_GPG(5),
|
/linux-3.3/arch/arm/mach-s3c64xx/ |
D | mach-smartq.c | 208 .miso = S3C64XX_GPM(2),
|
/linux-3.3/drivers/net/wireless/libertas/ |
D | if_spi.h | 189 /* SCK edge on which the WLAN module outputs data on MISO */
|
/linux-3.3/arch/blackfin/mach-bf548/include/mach/ |
D | anomaly.h | 189 /* Slave-Mode SPI0 MISO Failure With CPHA = 0 */
|
/linux-3.3/arch/mips/jz4740/ |
D | board-qi_lb60.c | 294 .miso = -1,
|
/linux-3.3/arch/arm/mach-pxa/ |
D | cm-x300.c | 341 .miso = GPIO_LCD_DOUT,
|
D | raumfeld.c | 632 .miso = GPIO_SPI_MISO,
|
/linux-3.3/arch/cris/arch-v32/drivers/ |
D | Kconfig | 807 string "SPI MISO (data in) pin"
|
/linux-3.3/arch/arm/mach-davinci/ |
D | dm355.c | 429 /* for now, assume we need MISO */ in dm355_init_spi0()
|
/linux-3.3/arch/arm/mach-s5pv210/ |
D | mach-goni.c | 180 .miso = SPI_GPIO_NO_MISO,
|
/linux-3.3/drivers/rtc/ |
D | rtc-ds1305.c | 643 * fact that SPI has no device handshake. A pullup on MISO would in ds1305_probe()
|
12