Searched refs:CPHA (Results 1 – 6 of 6) sorted by relevance
51 spi-cpha; /* SPI mode: CPHA=1 */
105 - CPHA indicates the clock phase used to sample data; CPHA=0 says106 sample on the leading edge, CPHA=1 means the trailing edge.108 Since the signal needs to stabilize before it's sampled, CPHA=0113 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 the118 trailing clock edge (CPHA=1), that's SPI mode 1.
108 The device requires shifted clock phase (CPHA) mode.
53 shifted clock phase (CPHA) mode
22 #define CPHA BIT(0) macro413 cpha = CPHA; in setup_fifo_params()
72 FIELD(CR2, CPHA, 9, 1) /* Clock phase */