OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSP_CTRL1_POLARITY
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/spi/
mxs_spi.c
102
reg |= (mxs_slave->mode & SPI_CPOL) ?
SSP_CTRL1_POLARITY
: 0;
/external/u-boot/arch/arm/include/asm/arch-mxs/
regs-ssp.h
264
#define
SSP_CTRL1_POLARITY
(1 << 9)
/external/u-boot/drivers/mmc/
mxsmmc.c
349
SSP_CTRL1_POLARITY
|
Completed in 51 milliseconds