Searched refs:_aux (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arc/include/asm/ |
H A D | dsp-impl.h | 72 #define AUX_SAVE_RESTORE(_saveto, _readfrom, _offt, _aux) \ argument 85 "Ir" (_aux), \ 92 #define DSP_AUX_SAVE_RESTORE(_saveto, _readfrom, _aux) \ argument 94 offsetof(struct dsp_callee_regs, _aux), \ 95 ARC_AUX_##_aux)
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | aux.h | 40 struct nvkm_i2c_aux *_aux = (b); \ 41 nvkm_##l(&_aux->pad->i2c->subdev, "aux %04x: "f"\n", _aux->id, ##a); \
|