Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/arm/mach-keystone/
Dkeystone.c23 if (!(readl(KS2_DEVSTAT) & 0x1)) in cpu_to_bus()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-keystone/include/mach/
Dhardware-k2g.h108 u32 dev_stat = __raw_readl(KS2_DEVSTAT); in get_sysclk_index()
Dhardware.h156 #define KS2_DEVSTAT (KS2_DEVICE_STATE_CTRL_BASE + 0x20) macro