OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSB_DEVADDR_RUNTIME_ADDR
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-sunxi/
rsb.h
46
#define
RSB_DEVADDR_RUNTIME_ADDR
(x) ((x) << 16)
/external/u-boot/arch/arm/mach-sunxi/
rsb.c
137
writel(
RSB_DEVADDR_RUNTIME_ADDR
(runtime_addr) |
149
writel(
RSB_DEVADDR_RUNTIME_ADDR
(runtime_device_addr), &rsb->devaddr);
163
writel(
RSB_DEVADDR_RUNTIME_ADDR
(runtime_device_addr), &rsb->devaddr);
Completed in 499 milliseconds