Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dpl022_spi.c46 #define SSP_CR0_SPO (0x1 << 6) macro
263 reg &= ~(SSP_CR0_SPH | SSP_CR0_SPO); in pl022_spi_set_mode()
267 reg |= SSP_CR0_SPO; in pl022_spi_set_mode()