Searched refs:PLL_STATUS_CPUPLLLOCK (Results 1 – 13 of 13) sorted by relevance
/SCP-firmware-master/product/tc0/scp_ramfw/ |
A D | config_system_pll.c | 27 .lock_flag_mask = PLL_STATUS_CPUPLLLOCK(0), 40 .lock_flag_mask = PLL_STATUS_CPUPLLLOCK(1), 53 .lock_flag_mask = PLL_STATUS_CPUPLLLOCK(2),
|
/SCP-firmware-master/product/sgi575/scp_ramfw/ |
A D | config_system_pll.c | 26 .lock_flag_mask = PLL_STATUS_CPUPLLLOCK(0), 38 .lock_flag_mask = PLL_STATUS_CPUPLLLOCK(1),
|
/SCP-firmware-master/product/rdn1e1/scp_ramfw/ |
A D | config_system_pll.c | 26 .lock_flag_mask = PLL_STATUS_CPUPLLLOCK(0), 38 .lock_flag_mask = PLL_STATUS_CPUPLLLOCK(1),
|
/SCP-firmware-master/product/tc0/scp_romfw/ |
A D | config_system_pll.c | 26 .lock_flag_mask = PLL_STATUS_CPUPLLLOCK(0),
|
/SCP-firmware-master/product/tc0/include/ |
A D | scp_pik.h | 51 #define PLL_STATUS_CPUPLLLOCK(CPU) ((uint32_t)(1 << (CPU % 32))) macro
|
/SCP-firmware-master/product/rdv1mc/scp_ramfw/ |
A D | config_system_pll.c | 25 .lock_flag_mask = PLL_STATUS_CPUPLLLOCK(n), \
|
/SCP-firmware-master/product/rdn2/scp_ramfw/ |
A D | config_system_pll.c | 26 .lock_flag_mask = PLL_STATUS_CPUPLLLOCK(n), \
|
/SCP-firmware-master/product/rdv1/scp_ramfw/ |
A D | config_system_pll.c | 25 .lock_flag_mask = PLL_STATUS_CPUPLLLOCK(n), \
|
/SCP-firmware-master/product/sgi575/include/ |
A D | sgi575_pik_scp.h | 96 #define PLL_STATUS_CPUPLLLOCK(CPU) ((uint32_t)(1 << (CPU % 32))) macro
|
/SCP-firmware-master/product/rdn2/include/ |
A D | scp_pik.h | 96 #define PLL_STATUS_CPUPLLLOCK(CPU) ((uint32_t)(1 << (CPU % 32))) macro
|
/SCP-firmware-master/product/rdv1/include/ |
A D | scp_pik.h | 101 #define PLL_STATUS_CPUPLLLOCK(CPU) ((uint32_t)(1 << (CPU % 32))) macro
|
/SCP-firmware-master/product/rdv1mc/include/ |
A D | scp_pik.h | 101 #define PLL_STATUS_CPUPLLLOCK(CPU) ((uint32_t)(1 << (CPU % 32))) macro
|
/SCP-firmware-master/product/rdn1e1/include/ |
A D | rdn1e1_pik_scp.h | 99 #define PLL_STATUS_CPUPLLLOCK(CPU) ((uint32_t)(1 << (CPU % 32))) macro
|
Completed in 11 milliseconds