Home
last modified time | relevance | path

Searched full:cpha (Results 1 – 11 of 11) sorted by relevance

/linux-3.3/Documentation/blackfin/
Dbfin-spi-notes.txt3 With the Blackfin on-chip SPI peripheral, there is some logic tied to the CPHA
4 bit whether the Slave Select Line is controlled by hardware (CPHA=0) or
5 controlled by software (CPHA=1). However, the Linux SPI bus driver assumes that
/linux-3.3/Documentation/devicetree/bindings/spi/
Dspi-bus.txt32 - spi-cpha - (optional) Empty property indicating device requires
33 shifted clock phase (CPHA) mode
/linux-3.3/Documentation/spi/
Dspi-summary104 - CPHA indicates the clock phase used to sample data; CPHA=0 says
105 sample on the leading edge, CPHA=1 means the trailing edge.
107 Since the signal needs to stablize before it's sampled, CPHA=0
112 but their timing diagrams will make the CPOL and CPHA modes clear.
114 In the SPI mode number, CPOL is the high order bit and CPHA is the
117 trailing clock edge (CPHA=1), that's SPI mode 1.
Dspidev_test.c80 " -H --cpha clock phase\n" in print_usage()
97 { "cpha", 0, 0, 'H' }, in parse_opts()
/linux-3.3/drivers/of/
Dof_spi.c64 if (of_find_property(nc, "spi-cpha", NULL)) in of_register_spi_devices()
/linux-3.3/drivers/spi/
Dspi-sh-msiof.c170 u32 cpol, u32 cpha, in sh_msiof_spi_set_pin_regs() argument
177 * CPOL CPHA TSCKIZ RSCKIZ TEDG REDG in sh_msiof_spi_set_pin_regs()
191 edge = cpol ^ !cpha; in sh_msiof_spi_set_pin_regs()
Dspi-ppc4xx.c51 * Note: This is the inverse of CPHA.
Dspi-bfin5xx.c1063 dev_warn(&spi->dev, "Warning: SPI CPHA not set:" in bfin_spi_setup()
/linux-3.3/arch/arm/mach-s3c2412/
Dmach-jive.c427 .mode = SPI_MODE_3, /* CPOL=1, CPHA=1 */
435 .mode = SPI_MODE_0, /* CPOL=0, CPHA=0 */
/linux-3.3/arch/blackfin/mach-bf548/include/mach/
Danomaly.h189 /* Slave-Mode SPI0 MISO Failure With CPHA = 0 */
/linux-3.3/drivers/net/ethernet/
Djme.h89 __u8 mode; /* CPOL, CPHA, and Duplex mode of SPI */