OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSR_PWR_OFF_STS
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/mach-tegra/tegra124/
psci.c
54
while (!(readl(&flow->cpu1_csr) &
CSR_PWR_OFF_STS
) ||
55
!(readl(&flow->cpu2_csr) &
CSR_PWR_OFF_STS
) ||
56
!(readl(&flow->cpu3_csr) &
CSR_PWR_OFF_STS
))
/external/u-boot/arch/arm/include/asm/arch-tegra124/
flow.h
49
#define
CSR_PWR_OFF_STS
(1 << 16)
Completed in 1138 milliseconds