/openbmc/linux/drivers/char/ |
H A D | hpet.c | 57 #define write_counter(V, MC) writeq(V, MC) argument 60 #define write_counter(V, MC) writel(V, MC) argument
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_vma.h | 456 #define for_each_ggtt_vma(V, OBJ) \ argument
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_router_hw.h | 34 #define PRESTERA_IP_ADDR_PLEN(V) ((V) == PRESTERA_IPV4 ? 32 : \ argument
|
/openbmc/linux/arch/mips/crypto/ |
H A D | chacha-core.S | 186 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
|
/openbmc/linux/drivers/comedi/drivers/tests/ |
H A D | ni_routes_test.c | 29 #define V(x) ((x) | 0x80) macro
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rt286.h | 12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
H A D | rt274.h | 12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
H A D | rt298.h | 12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
/openbmc/linux/include/crypto/ |
H A D | drbg.h | 116 unsigned char *V; /* internal state 10.1.1.1 1a) */ member
|
/openbmc/rest-dbus/resources/ |
H A D | jsrender.min.js | 3 …ents):e}function s(e){ne._dbgMode=e!==!1}function d(t){this.name=(e.link?"JsViews":"JsRender")+" E… function
|
/openbmc/linux/net/mac80211/ |
H A D | main.c | 1579 #define V(x) #x, macro
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | mb86a16.c | 758 static int swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vm… in swp_freq_calcuation() 1007 int V[60]; in mb86a16_set_fe() local
|
/openbmc/linux/fs/smb/server/ |
H A D | smb_common.c | 25 #define mangle(V) ((char)(basechars[(V) % MANGLE_BASE])) argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jsrender.min.js | 3 …rn this.base?this.baseApply(arguments):e}function d(e){this.name=(t.link?"JsViews":"JsRender")+" E… argument
|
/openbmc/linux/arch/s390/crypto/ |
H A D | prng.c | 90 u8 V[112]; member
|
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | vmmdev.h | 40 } V; member
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 57 #define FLAG_BASIC(V, M, N) { V, M | QEMU_BUILD_BUG_ON_ZERO(!(M)), N } argument 60 #define FLAG_GENERIC_MASK(V, M) FLAG_BASIC(V, M, #V) argument 61 #define FLAG_GENERIC(V) FLAG_BASIC(V, V, #V) argument 63 #define FLAG_TARGET_MASK(V, M) FLAG_BASIC(TARGET_##V, TARGET_##M, #V) argument 64 #define FLAG_TARGET(V) FLAG_BASIC(TARGET_##V, TARGET_##V, #V) argument
|
/openbmc/linux/include/video/ |
H A D | sstfb.h | 61 # define print_var(V, X...) \ argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | push.h | 252 #define PUSH_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument 343 #define PUSH_NV_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument
|
/openbmc/linux/arch/mips/kernel/ |
H A D | perf_event_mipsxx.c | 66 V = 1, enumerator
|
/openbmc/linux/crypto/ |
H A D | drbg.c | 868 unsigned char *V = drbg->scratchpad; in drbg_hash_update() local
|
/openbmc/linux/drivers/iio/adc/ |
H A D | at91-sama5d2_adc.c | 150 #define AT91_SAMA5D2_EMR_OSR(V, M) (((V) << 16) & (M)) argument 165 #define AT91_SAMA5D2_EMR_ASTE(V) ((V) << 20) argument
|
/openbmc/linux/net/sched/ |
H A D | sch_qfq.c | 183 u64 oldV, V; /* Precise virtual times. */ member
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 103 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUAlphaState, V) } in alpha_translate_init() argument
|
/openbmc/qemu/target/arm/tcg/ |
H A D | neon_helper.c | 1224 #define ELEM(V, N, SIZE) (((V) >> ((N) * (SIZE))) & ((1ull << (SIZE)) - 1)) argument
|