Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Dmpc8xx_spi.c311 SPMODE_EN | SPMODE_LEN(8) | SPMODE_PM(0x8)); in spi_xfer()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dcpm_8xx.h586 #define SPMODE_PM(x) ((x) & 0xF) macro
H A Dcpm_85xx.h664 #define SPMODE_PM(x) ((x) &0xF) macro