Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
Dmpc8xx_spi.c310 SPMODE_EN | SPMODE_LEN(8) | SPMODE_PM(0x8)); in spi_xfer()
/external/u-boot/arch/powerpc/include/asm/
Dcpm_8xx.h586 #define SPMODE_PM(x) ((x) & 0xF) macro
Dcpm_85xx.h664 #define SPMODE_PM(x) ((x) &0xF) macro