Searched refs:_array (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gpu_state.h | 172 #define HLSQ_DBG_REGS(_base, _type, _array) \ argument 173 { .val0 = _base, .val1 = _type, .registers = _array, \ 174 .count = ARRAY_SIZE(_array), } 279 #define REGS(_array, _sel_reg, _sel_val) \ argument 280 { .registers = _array, .count = ARRAY_SIZE(_array), \
|
/Linux-v5.4/include/linux/ |
D | bpf.h | 542 struct bpf_prog_array *_array; \ 546 _array = rcu_dereference(array); \ 547 if (unlikely(check_non_null && !_array))\ 549 _item = &_array->items[0]; \ 587 struct bpf_prog_array *_array; \ 593 _array = rcu_dereference(array); \ 594 _item = &_array->items[0]; \
|
/Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 2832 #define STORE_SWING_TABLE(_array, _iteratedIdx) \ in initDeltaSwingIndexTables() argument 2835 _array[_iteratedIdx++] = (u8)idx;\ in initDeltaSwingIndexTables()
|