OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSR_ENABLE
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/arm/mach-tegra/tegra124/
psci.c
46
writel((2 << CSR_WAIT_WFI_SHIFT) |
CSR_ENABLE
, &flow->cpu1_csr);
47
writel((4 << CSR_WAIT_WFI_SHIFT) |
CSR_ENABLE
, &flow->cpu2_csr);
48
writel((8 << CSR_WAIT_WFI_SHIFT) |
CSR_ENABLE
, &flow->cpu3_csr);
/external/u-boot/arch/arm/include/asm/arch-tegra210/
flow.h
40
#define
CSR_ENABLE
(1 << 0)
/external/u-boot/arch/arm/include/asm/arch-tegra124/
flow.h
46
#define
CSR_ENABLE
(1 << 0)
/external/u-boot/arch/arm/mach-tegra/
psci.S
25
#define
CSR_ENABLE
(1 << 0)
77
mov r5, #(
CSR_ENABLE
)
103
mov r5, #(CSR_IMMEDIATE_WAKE |
CSR_ENABLE
)
Completed in 79 milliseconds