Searched refs:_g (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_renderstate.h | 23 #define RO_RENDERSTATE(_g) \ argument 24 const struct intel_renderstate_rodata gen ## _g ## _null_state = { \ 25 .reloc = gen ## _g ## _null_state_relocs, \ 26 .batch = gen ## _g ## _null_state_batch, \ 27 .batch_items = sizeof(gen ## _g ## _null_state_batch)/4, \
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | rfgain.h | 459 #define AR5K_GAIN_CHECK_ADJUST(_g) \ argument 460 ((_g)->g_current <= (_g)->g_low || (_g)->g_current >= (_g)->g_high)
|
| /linux/drivers/comedi/drivers/ |
| H A D | ni_stc.h | 560 #define NI_E_DMA_G0_G1_SEL(_g, _c) (((_c) & 0xf) << ((_g) * 4)) argument 561 #define NI_E_DMA_G0_G1_SEL_MASK(_g) NI_E_DMA_G0_G1_SEL((_g), 0xf) argument
|
| /linux/drivers/clk/renesas/ |
| H A D | r9a06g032-clocks.c | 214 #define D_UGATE(_idx, _n, _src, _g, _g1, _r1, _g2, _r2) { \ argument 220 .group = _g, \
|
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 3942 #define G(_f, _g) { .flags = ((_f) | Group | ModRM), .u.group = (_g) } argument 3943 #define GD(_f, _g) { .flags = ((_f) | GroupDual | ModRM), .u.gdual = (_g) } argument 3953 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) } argument
|