Searched refs:sys_status (Results 1 – 1 of 1) sorted by relevance
166 u32 sys_status = readl(K3_SEC_MGR_SYS_STATUS); in get_device_type() local168 u32 sys_dev_type = (sys_status & SYS_STATUS_DEV_TYPE_MASK) >> in get_device_type()171 u32 sys_sub_type = (sys_status & SYS_STATUS_SUB_TYPE_MASK) >> in get_device_type()
Completed in 3 milliseconds