Searched refs:ips (Results 1 – 9 of 9) sorted by relevance
718 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips);719 BL_Err_Type GLB_PER_Clock_UnGate(uint64_t ips);
1414 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips) in GLB_PER_Clock_Gate() argument1426 while (ips) { in GLB_PER_Clock_Gate()1427 if (SUCCESS == GLB_Get_And_Clr_First_Set_From_U64(&ips, &bitfield)) { in GLB_PER_Clock_Gate()1571 BL_Err_Type GLB_PER_Clock_UnGate(uint64_t ips) in GLB_PER_Clock_UnGate() argument1583 while (ips) { in GLB_PER_Clock_UnGate()1584 if (SUCCESS == GLB_Get_And_Clr_First_Set_From_U64(&ips, &bitfield)) { in GLB_PER_Clock_UnGate()
2703 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips) in GLB_PER_Clock_Gate() argument2715 while (ips) { in GLB_PER_Clock_Gate()2716 if (SUCCESS == GLB_Get_And_Clr_First_Set_From_U64(&ips, &bitfield)) { in GLB_PER_Clock_Gate()2886 BL_Err_Type GLB_PER_Clock_UnGate(uint64_t ips) in GLB_PER_Clock_UnGate() argument2898 while (ips) { in GLB_PER_Clock_UnGate()2899 if (SUCCESS == GLB_Get_And_Clr_First_Set_From_U64(&ips, &bitfield)) { in GLB_PER_Clock_UnGate()
523 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips){ in GLB_PER_Clock_Gate() argument524 return RomDriver_GLB_PER_Clock_Gate(ips); in GLB_PER_Clock_Gate()528 BL_Err_Type GLB_PER_Clock_UnGate(uint64_t ips){ in GLB_PER_Clock_UnGate() argument529 return RomDriver_GLB_PER_Clock_UnGate(ips); in GLB_PER_Clock_UnGate()
25 #define ST7796_LCD_INIT_SEQ ST7796_INIT_SEQ_NAME(ips)
1654 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips);1655 BL_Err_Type GLB_PER_Clock_UnGate(uint64_t ips);
880 ((BL_Err_Type (*) (uint64_t ips))ROM_APITABLE[ROM_API_INDEX_GLB_PER_Clock_Gate])883 ((BL_Err_Type (*) (uint64_t ips))ROM_APITABLE[ROM_API_INDEX_GLB_PER_Clock_UnGate])
4449 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips) in GLB_PER_Clock_Gate() argument4461 while (ips) { in GLB_PER_Clock_Gate()4462 if (SUCCESS == GLB_Get_And_Clr_First_Set_From_U64(&ips, &bitfield)) { in GLB_PER_Clock_Gate()4637 BL_Err_Type GLB_PER_Clock_UnGate(uint64_t ips) in GLB_PER_Clock_UnGate() argument4649 while (ips) { in GLB_PER_Clock_UnGate()4650 if (SUCCESS == GLB_Get_And_Clr_First_Set_From_U64(&ips, &bitfield)) { in GLB_PER_Clock_UnGate()
2461 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips);2462 BL_Err_Type GLB_PER_Clock_UnGate(uint64_t ips);
Completed in 56 milliseconds