Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-sunxi/
Dp2wi.c51 P2WI_PM_INIT_SEND, in p2wi_change_to_p2wi_mode()
54 while ((readl(&p2wi->pm) & P2WI_PM_INIT_SEND)) { in p2wi_change_to_p2wi_mode()
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dp2wi.h118 #define P2WI_PM_INIT_SEND (0x1 << 31) macro