Home
last modified time | relevance | path

Searched refs:bitmap (Results 1 – 3 of 3) sorted by relevance

/SCP-firmware-master/product/synquacer/module/synquacer_system/src/
A Dsysoc.c115 static void sysoc_reset(uint32_t addr_head, uint32_t bitmap) in sysoc_reset() argument
117 writel(addr_head + SYSOC_OFFSET_RESET, bitmap); in sysoc_reset()
122 writel(addr_head + SYSOC_OFFSET_RESET_CLEAR, bitmap); in sysoc_reset_clear()
125 static void lpcm_reset(uint32_t addr_head, uint32_t bitmap) in lpcm_reset() argument
130 if ((bitmap & 1) == 1) in lpcm_reset()
133 bitmap >>= 1; in lpcm_reset()
137 static void lpcm_reset_clear(uint32_t addr_head, uint32_t bitmap) in lpcm_reset_clear() argument
142 if ((bitmap & 1) == 1) in lpcm_reset_clear()
145 bitmap >>= 1; in lpcm_reset_clear()
160 if ((bitmap & 1) == 1) { in lpcm_reset_status()
[all …]
/SCP-firmware-master/product/synquacer/include/
A Dsynquacer_config.h25 #define check_valid_bit(bitmap, pos) (((bitmap) & (1 << (pos))) != 0) argument
/SCP-firmware-master/module/mpmm/doc/
A Dmodule_mpmm.md56 described by the threshold bitmap.
61 | Number of cores online | Number of OPP | Threshold bitmap | perf limit |

Completed in 4 milliseconds