Searched refs:sys_status (Results 1 – 1 of 1) sorted by relevance
459 u32 sys_status = readl(K3_SEC_MGR_SYS_STATUS); in get_device_type() local461 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