Home
last modified time | relevance | path

Searched refs:CPHA (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/spi/
Dspi-summary.rst105 - CPHA indicates the clock phase used to sample data; CPHA=0 says
106 sample on the leading edge, CPHA=1 means the trailing edge.
108 Since the signal needs to stabilize before it's sampled, CPHA=0
113 but their timing diagrams will make the CPOL and CPHA modes clear.
115 In the SPI mode number, CPOL is the high order bit and CPHA is the
118 trailing clock edge (CPHA=1), that's SPI mode 1.
622 each other. For example, in SPI mode 0 (CPOL=0, CPHA=0) the bus lines may behave
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dqca,qca7000.txt51 spi-cpha; /* SPI mode: CPHA=1 */
/linux-6.12.1/drivers/spi/
Dspi-geni-qcom.c22 #define CPHA BIT(0) macro
413 cpha = CPHA; in setup_fifo_params()