Home
last modified time | relevance | path

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

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/
A Dbl702_glb.h718 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips);
719 BL_Err_Type GLB_PER_Clock_UnGate(uint64_t ips);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/
A Dbl702_glb.c1414 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips) in GLB_PER_Clock_Gate() argument
1426 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() argument
1583 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()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/
A Dbl616_glb.c2703 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips) in GLB_PER_Clock_Gate() argument
2715 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() argument
2898 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()
A Dbl616_romapi_e907.c523 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips){ in GLB_PER_Clock_Gate() argument
524 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() argument
529 return RomDriver_GLB_PER_Clock_UnGate(ips); in GLB_PER_Clock_UnGate()
/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/
A Ddrv_st7796.c25 #define ST7796_LCD_INIT_SEQ ST7796_INIT_SEQ_NAME(ips)
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/
A Dbl616_glb.h1654 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips);
1655 BL_Err_Type GLB_PER_Clock_UnGate(uint64_t ips);
A Dbl616_romdriver_e907.h880 ((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])
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/src/
A Dbl808_glb.c4449 BL_Err_Type GLB_PER_Clock_Gate(uint64_t ips) in GLB_PER_Clock_Gate() argument
4461 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() argument
4649 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()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/
A Dbl808_glb.h2461 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