Home
last modified time | relevance | path

Searched full:miso (Results 1 – 25 of 31) sorted by relevance

12

/linux-3.3/include/linux/spi/
Dspi_gpio.h32 * 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
Dspi.h240 * children. These make a small bus, sharing MOSI, MISO and SCK signals
/linux-3.3/Documentation/spi/
Dbutterfly36 MISO = J403.PB3/MISO = pin 11/S7,nBUSY
63 MISO = J403.PE6/DO = pin 12/S5,nPAPEROUT
Dspi-summary15 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/
Dspi-gpio.c59 * 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()
DKconfig147 interface to manage MOSI, MISO, SCK, and chipselect signals. SPI
Dspi-davinci.c54 #define SPIPC0_DIFUN_MASK BIT(11) /* MISO */
340 * or similar variants without MOSI or without MISO) in davinci_spi_setup_transfer()
Dspi-omap2-mcspi.c674 /* standard 4-wire master mode: SCK, MOSI/out, MISO/in, nCS in omap2_mcspi_setup_transfer()
/linux-3.3/Documentation/hwmon/
Dlm7025 comprise the MOSI/MISO loop. At the end of the transfer, the 11-bit 2's
/linux-3.3/drivers/misc/eeprom/
Ddigsy_mtc_eeprom.c47 .miso = GPIO_EEPROM_DO,
/linux-3.3/arch/mips/alchemy/devboards/
Ddb1000.c441 .miso = 207,
510 gpio_direction_input(207); /* SPI MISO */ in db1000_dev_init()
/linux-3.3/Documentation/DocBook/
Ddevice-drivers.tmpl341 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/
Dmach-jive.c396 .miso = SPI_GPIO_NO_MISO,
411 .miso = SPI_GPIO_NO_MISO,
/linux-3.3/arch/powerpc/platforms/83xx/
Dmpc832x_rdb.c170 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/
Dmach-qt2410.c223 .miso = S3C2410_GPG(5),
/linux-3.3/arch/arm/mach-s3c64xx/
Dmach-smartq.c208 .miso = S3C64XX_GPM(2),
/linux-3.3/drivers/net/wireless/libertas/
Dif_spi.h189 /* SCK edge on which the WLAN module outputs data on MISO */
/linux-3.3/arch/blackfin/mach-bf548/include/mach/
Danomaly.h189 /* Slave-Mode SPI0 MISO Failure With CPHA = 0 */
/linux-3.3/arch/mips/jz4740/
Dboard-qi_lb60.c294 .miso = -1,
/linux-3.3/arch/arm/mach-pxa/
Dcm-x300.c341 .miso = GPIO_LCD_DOUT,
Draumfeld.c632 .miso = GPIO_SPI_MISO,
/linux-3.3/arch/cris/arch-v32/drivers/
DKconfig807 string "SPI MISO (data in) pin"
/linux-3.3/arch/arm/mach-davinci/
Ddm355.c429 /* for now, assume we need MISO */ in dm355_init_spi0()
/linux-3.3/arch/arm/mach-s5pv210/
Dmach-goni.c180 .miso = SPI_GPIO_NO_MISO,
/linux-3.3/drivers/rtc/
Drtc-ds1305.c643 * fact that SPI has no device handshake. A pullup on MISO would in ds1305_probe()

12