Home
last modified time | relevance | path

Searched defs:sfx (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/u-boot/arch/arm/mach-rmobile/
H A Dpfc-r8a7790.h14 #define CPU_32_PORT(fn, pfx, sfx) \ argument
19 #define CPU_32_PORT2(fn, pfx, sfx) \ argument
24 #define CPU_32_PORT1(fn, pfx, sfx) \ argument
28 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
37 #define CPU_32_PORT1(fn, pfx, sfx) \ argument
48 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
64 #define CPU_32_PORT0_28(fn, pfx, sfx) \ argument
72 #define CPU_32_PORT0_22(fn, pfx, sfx) \ argument
91 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
114 #define _GP_INDT(pfx, sfx) GP##pfx##_DATA argument
[all …]
/openbmc/linux/drivers/pinctrl/renesas/
H A Dsh_pfc.h445 #define PORT_GP_CFG_2(bank, fn, sfx, cfg) \ argument
450 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument
456 #define PORT_GP_CFG_6(bank, fn, sfx, cfg) \ argument
462 #define PORT_GP_CFG_7(bank, fn, sfx, cfg) \ argument
467 #define PORT_GP_CFG_8(bank, fn, sfx, cfg) \ argument
592 #define PORT_GP_32_REV(bank, fn, sfx) \ argument
651 #define PORT_10(pn, fn, pfx, sfx) \ argument
658 #define PORT_90(pn, fn, pfx, sfx) \ argument
666 #define _PORT_ALL(pn, pfx, sfx) pfx##_##sfx argument
688 #define _PORT_DATA(pn, pfx, sfx) \ argument
[all …]
H A Dpfc-emev2.c11 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
244 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument
253 #define __PORT_DATA(pn, pfx, sfx) PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN) argument
H A Dpfc-sh7734.c13 #define CPU_ALL_GP(fn, sfx) \ argument
22 #define _GP_DATA(bank, pin, name, sfx, cfg) \ argument
25 #define _GP_INOUTSEL(bank, pin, name, sfx, cfg) name##_IN, name##_OUT argument
26 #define _GP_INDT(bank, pin, name, sfx, cfg) name##_DATA argument
H A Dpfc-r8a779f0.c18 #define CPU_ALL_GP(fn, sfx) \ argument
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dsh_pfc.h360 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument
367 #define PORT_GP_CFG_6(bank, fn, sfx, cfg) \ argument
373 #define PORT_GP_CFG_8(bank, fn, sfx, cfg) \ argument
379 #define PORT_GP_CFG_9(bank, fn, sfx, cfg) \ argument
384 #define PORT_GP_CFG_10(bank, fn, sfx, cfg) \ argument
389 #define PORT_GP_CFG_11(bank, fn, sfx, cfg) \ argument
484 #define PORT_GP_32_REV(bank, fn, sfx) \ argument
526 #define PORT_10(pn, fn, pfx, sfx) \ argument
533 #define PORT_90(pn, fn, pfx, sfx) \ argument
541 #define _PORT_ALL(pn, pfx, sfx) pfx##_##sfx argument
[all …]
H A Dpfc-r8a77970.c22 #define CPU_ALL_PORT(fn, sfx) \ argument
/openbmc/linux/arch/arm64/include/asm/
H A Dcmpxchg.h21 #define __XCHG_CASE(w, sfx, name, sz, mb, nop_lse, acq, acq_lse, rel, cl) \ argument
64 #define __XCHG_GEN(sfx) \ argument
91 #define __xchg_wrapper(sfx, ptr, x) \ argument
146 #define __CMPXCHG_GEN(sfx) \ argument
175 #define __cmpxchg_wrapper(sfx, ptr, o, n) \ argument
211 #define __CMPWAIT_CASE(w, sfx, sz) \ argument
236 #define __CMPWAIT_GEN(sfx) \ argument
H A Drwonce.h16 #define __LOAD_RCPC(sfx, regs...) \ argument
23 #define __LOAD_RCPC(sfx, regs...) "ldar" #sfx "\t" #regs argument
H A Dpercpu.h66 #define __PERCPU_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
87 #define __PERCPU_RET_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
H A Datomic_lse.h248 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, cl...) \ argument
H A Datomic_ll_sc.h239 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ argument
/openbmc/u-boot/include/
H A Dsh_pfc.h118 #define PORT_1(fn, pfx, sfx) fn(pfx, sfx) argument
120 #define PORT_10(fn, pfx, sfx) \ argument
127 #define PORT_90(fn, pfx, sfx) \ argument
134 #define _PORT_ALL(pfx, sfx) pfx##_##sfx argument
135 #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA) argument
H A Dwait_bit.h35 #define BUILD_WAIT_FOR_BIT(sfx, type, read) \ argument
H A Dcompiler.h78 #define _uswap_64(x, sfx) \ argument
/openbmc/linux/include/linux/
H A Dbtree-type.h2 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx argument
3 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) argument
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h506 #define __BUILD_CLRBITS(bwlq, sfx, end, type) \ argument
517 #define __BUILD_SETBITS(bwlq, sfx, end, type) \ argument
528 #define __BUILD_CLRSETBITS(bwlq, sfx, end, type) \ argument
541 #define BUILD_CLRSETBITS(bwlq, sfx, end, type) \ argument
/openbmc/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h16 #define XCHG_GEN(type, sfx, cl) \ argument
40 #define CMPXCHG_GEN(type, sfx, br, br2, cl) \ argument
/openbmc/linux/sound/pci/emu10k1/
H A Demumixer.c77 #define PAIR_PS(base, one, two, sfx) base " " one sfx, base " " two sfx argument
78 #define LR_PS(base, sfx) PAIR_PS(base, "Left", "Right", sfx) argument
80 #define ADAT_PS(pfx, sfx) \ argument
/openbmc/linux/sound/pci/hda/
H A Dhda_auto_parser.c659 const char *pfx, *sfx = ""; in fill_audio_out_name() local
H A Dhda_generic.c998 const char *sfx, int cidx, unsigned long val) in add_control_with_pfx()
3628 const char *sfx = is_switch ? "Switch" : "Volume"; in add_single_cap_ctl() local
5634 static void fill_pcm_stream_name(char *str, size_t len, const char *sfx, in fill_pcm_stream_name()
/openbmc/ipmitool/lib/
H A Dipmi_sel.c1200 char *sfx = NULL; /* This will be assigned if the Platform is DELL, in ipmi_get_event_desc() local
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_internal.h121 static inline bool str_has_sfx(const char *str, const char *sfx) in str_has_sfx()
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c88 const char *sfx = sfxs[i], *p; in get_map_ident() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c1569 const char *sfx; in output_comp_headers() local

123