Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-k3/
A Dcommon.c459 u32 sys_status = readl(K3_SEC_MGR_SYS_STATUS); in get_device_type() local
461 u32 sys_dev_type = (sys_status & SYS_STATUS_DEV_TYPE_MASK) >> in get_device_type()
464 u32 sys_sub_type = (sys_status & SYS_STATUS_SUB_TYPE_MASK) >> in get_device_type()

Completed in 4 milliseconds