/openbmc/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, \
|
/openbmc/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)
|
/openbmc/linux/drivers/acpi/arm64/ |
H A D | gtdt.c | 50 #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 D | perf_event_server.h | 177 #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 D | glog_0.7.1.bb | 38 sed -i 's/'$(echo ${WORKDIR} | sed 's_/_\\/_g')'/../g' ${B}/config.h
|
/openbmc/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
|
/openbmc/linux/drivers/media/test-drivers/ |
H A D | vim2m.c | 287 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 D | main.h | 163 bool _g; member
|
H A D | main.c | 3978 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 D | repository.c | 51 #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 D | r9a06g032-clocks.c | 202 #define D_UGATE(_idx, _n, _src, _g, _g1, _r1, _g2, _r2) { \ argument 208 .group = _g, \
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 3992 #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 D | int_helper.c | 2026 uint8_t _g = (_e >> 5) & 0x1f; \ 2029 result.u32[i] = (_a << 24) | (_r << 16) | (_g << 8) | _b; \
|