Home
last modified time | relevance | path

Searched refs:_g (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.h23 #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, \
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Drfgain.h459 #define AR5K_GAIN_CHECK_ADJUST(_g) \ argument
460 ((_g)->g_current <= (_g)->g_low || (_g)->g_current >= (_g)->g_high)
/openbmc/linux/drivers/acpi/arm64/
H A Dgtdt.c50 #define for_each_platform_timer(_g) \ argument
51 for (_g = acpi_gtdt_desc.platform_timer; _g; \
52 _g = next_platform_timer(_g))
/openbmc/linux/arch/powerpc/include/asm/
H A Dperf_event_server.h177 #define GENERIC_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _g)
178 #define GENERIC_EVENT_PTR(_id) EVENT_PTR(_id, _g)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/glog/
H A Dglog_0.7.1.bb38 sed -i 's/'$(echo ${WORKDIR} | sed 's_/_\\/_g')'/../g' ${B}/config.h
/openbmc/linux/drivers/comedi/drivers/
H A Dni_stc.h560 #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
/openbmc/linux/drivers/media/test-drivers/
H A Dvim2m.c287 u8 _r[2], _g[2], _b[2], *r, *g, *b; in copy_two_pixels() local
293 g = _g; in copy_two_pixels()
335 g = _g; in copy_two_pixels()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h163 bool _g; member
H A Dmain.c3978 wlc->protection->_g = (bool) val; in brcms_c_protection_upd()
6900 else if (wlc->band->gmode && wlc->protection->_g && !is_cck_rate(rspec)) in brcms_c_rspec_to_rts_rspec()
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Drepository.c51 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
52 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
/openbmc/linux/drivers/clk/renesas/
H A Dr9a06g032-clocks.c202 #define D_UGATE(_idx, _n, _src, _g, _g1, _r1, _g2, _r2) { \ argument
208 .group = _g, \
/openbmc/linux/arch/x86/kvm/
H A Demulate.c3992 #define G(_f, _g) { .flags = ((_f) | Group | ModRM), .u.group = (_g) } argument
3993 #define GD(_f, _g) { .flags = ((_f) | GroupDual | ModRM), .u.gdual = (_g) } argument
4004 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) } argument
/openbmc/qemu/target/ppc/
H A Dint_helper.c2026 uint8_t _g = (_e >> 5) & 0x1f; \
2029 result.u32[i] = (_a << 24) | (_r << 16) | (_g << 8) | _b; \