Home
last modified time | relevance | path

Searched refs:_array (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dcounter.h551 #define COUNTER_COMP_DEVICE_ARRAY_U64(_name, _read, _write, _array) \ argument
557 .priv = &(_array), \
559 #define COUNTER_COMP_COUNT_ARRAY_U64(_name, _read, _write, _array) \ argument
565 .priv = &(_array), \
567 #define COUNTER_COMP_SIGNAL_ARRAY_U64(_name, _read, _write, _array) \ argument
573 .priv = &(_array), \
619 #define COUNTER_COMP_ARRAY_CAPTURE(_read, _write, _array) \ argument
620 COUNTER_COMP_COUNT_ARRAY_U64("capture", _read, _write, _array)
622 #define COUNTER_COMP_ARRAY_POLARITY(_read, _write, _array) \ argument
628 .priv = &(_array), \
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.h178 #define HLSQ_DBG_REGS(_base, _type, _array) \ argument
179 { .val0 = _base, .val1 = _type, .registers = _array, \
180 .count = ARRAY_SIZE(_array), }
295 #define REGS(_array, _sel_reg, _sel_val) \ argument
296 { .registers = _array, .count = ARRAY_SIZE(_array), \