Searched refs:l2 (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_wapi_sms4.c | 176 puc_rk[r + 0] = x[0] ^= l2(mid); /* 0:下标 */ in hmac_sms4_keyext() 179 puc_rk[r + 1] = x[1] ^= l2(mid); /* 1:下标 */ in hmac_sms4_keyext() 182 puc_rk[r + 2] = x[2] ^= l2(mid); /* 2:下标 */ in hmac_sms4_keyext() 185 puc_rk[r + 3] = x[3] ^= l2(mid); /* 3:下标 */ in hmac_sms4_keyext()
|
H A D | hmac_wapi_sms4.h | 40 #define l2(_b) ((_b) ^ rotl32(_b, 13) ^ rotl32(_b, 23)) macro
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | sched.h | 2269 static inline void double_lock(spinlock_t *l1, spinlock_t *l2) in double_lock() argument 2271 if (l1 > l2) { in double_lock() 2272 swap(l1, l2); in double_lock() 2276 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock() 2279 static inline void double_lock_irq(spinlock_t *l1, spinlock_t *l2) in double_lock_irq() argument 2281 if (l1 > l2) { in double_lock_irq() 2282 swap(l1, l2); in double_lock_irq() 2286 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq() 2289 static inline void double_raw_lock(raw_spinlock_t *l1, raw_spinlock_t *l2) in double_raw_lock() argument 2291 if (l1 > l2) { in double_raw_lock() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_kernel_core.c | 219 struct mali_l2_cache_core *l2; in mali_delete_l2_cache_cores() local 221 l2 = mali_l2_cache_core_get_glob_l2_core(0); in mali_delete_l2_cache_cores() 222 while (l2 != NULL) { in mali_delete_l2_cache_cores() 223 mali_l2_cache_delete(l2); in mali_delete_l2_cache_cores() 224 l2 = mali_l2_cache_core_get_glob_l2_core(0); in mali_delete_l2_cache_cores() 287 /* Find corresponding l2 domain */ in mali_parse_config_l2_cache()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_kernel_core.c | 205 struct mali_l2_cache_core *l2; in mali_delete_l2_cache_cores() local 207 l2 = mali_l2_cache_core_get_glob_l2_core(0); in mali_delete_l2_cache_cores() 208 while (NULL != l2) { in mali_delete_l2_cache_cores() 209 mali_l2_cache_delete(l2); in mali_delete_l2_cache_cores() 210 l2 = mali_l2_cache_core_get_glob_l2_core(0); in mali_delete_l2_cache_cores() 273 /* Find corresponding l2 domain */ in mali_parse_config_l2_cache()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_model_dummy.c | 118 u32 l2; member 633 performance_counters.prfcnt_en.l2, in midgard_model_dump_prfcnt() 1370 performance_counters.prfcnt_en.l2 = value;
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux.c | 3389 /* Drop the packets if l2 filter has processed it already in __dhd_sendpkt() 4599 /* Drop the packets if l2 filter has processed it already in dhd_rx_frame() 16506 int l1, l2, l3, l4, l7, l8, l9; in dhd_os_check_wakelock_all() local 16524 l2 = wake_lock_active(&dhd->wl_wdwake); in dhd_os_check_wakelock_all() 16536 lock_active = (l1 || l2 || l3 || l4 || l5 || l6 || l7 || l8 || l9); in dhd_os_check_wakelock_all() 16542 __FUNCTION__, c, l1, l2, l3, l4, l5, l6, l7, l8, l9)); in dhd_os_check_wakelock_all()
|
Completed in 31 milliseconds