Searched refs:_g (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_renderstate.h | 34 #define RO_RENDERSTATE(_g) \ argument 35 const struct intel_renderstate_rodata gen ## _g ## _null_state = { \ 36 .reloc = gen ## _g ## _null_state_relocs, \ 37 .batch = gen ## _g ## _null_state_batch, \ 38 .batch_items = sizeof(gen ## _g ## _null_state_batch)/4, \
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | module.h | 60 #define RACK_CREATE_RACKID(_c, _g, _n) ((_c) * RACK_CLASS_DVDR + \ argument 61 (_g) * RACK_GROUP_DVDR + (_n) * RACK_NUM_DVDR) 88 #define RACK_ADD_GROUP(_r, _g) \ argument 89 ((_r) |= (_g) << RACK_GROUP_SHFT(_r) & RACK_GROUP_MASK(_r))
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
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-4.1.27/arch/powerpc/include/asm/ |
D | perf_event_server.h | 147 #define GENERIC_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _g) 148 #define GENERIC_EVENT_PTR(_id) EVENT_PTR(_id, _g)
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.h | 163 bool _g; member
|
D | main.c | 4000 wlc->protection->_g = (bool) val; in brcms_c_protection_upd() 6965 else if (wlc->band->gmode && wlc->protection->_g && !is_cck_rate(rspec)) in brcms_c_rspec_to_rts_rspec()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | repository.c | 63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument 64 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 3742 #define G(_f, _g) { .flags = ((_f) | Group | ModRM), .u.group = (_g) } argument 3743 #define GD(_f, _g) { .flags = ((_f) | GroupDual | ModRM), .u.gdual = (_g) } argument 3754 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) } argument
|