Home
last modified time | relevance | path

Searched defs:o (Results 26 – 50 of 460) sorted by relevance

12345678910>>...19

/openbmc/linux/drivers/clk/bcm/
H A Dclk-ns2.c14 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument
16 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument
19 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
22 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument
28 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
H A Dclk-sr.c14 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument
16 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument
19 #define SW_CTRL_VAL(o, s) { .offset = o, .shift = s, } argument
21 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
24 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, \ argument
30 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
/openbmc/linux/arch/riscv/include/asm/
H A Dcmpxchg.h202 #define arch_cmpxchg_relaxed(ptr, o, n) \ argument
248 #define arch_cmpxchg_acquire(ptr, o, n) \ argument
294 #define arch_cmpxchg_release(ptr, o, n) \ argument
340 #define arch_cmpxchg(ptr, o, n) \ argument
348 #define arch_cmpxchg_local(ptr, o, n) \ argument
351 #define arch_cmpxchg64(ptr, o, n) \ argument
357 #define arch_cmpxchg64_local(ptr, o, n) \ argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush.h176 #define PUSH_1D(X,o,p,s,mA,dA) \ argument
178 #define PUSH_2D(X,o,p,s,mA,dA,mB,dB) \ argument
181 #define PUSH_3D(X,o,p,s,mA,dA,mB,dB,mC,dC) \ argument
185 #define PUSH_4D(X,o,p,s,mA,dA,mB,dB,mC,dC,mD,dD) \ argument
190 #define PUSH_5D(X,o,p,s,mA,dA,mB,dB,mC,dC,mD,dD,mE,dE) \ argument
242 #define PUSH_1P(X,o,p,s,mA,dp,ds) \ argument
244 #define PUSH_2P(X,o,p,s,mA,dA,mB,dp,ds) \ argument
277 #define PUSH_NV_1(X,o,p,c,mA,d...) \ argument
279 #define PUSH_NV_2(X,o,p,c,mA,dA,mB,d...) \ argument
282 #define PUSH_NV_3(X,o,p,c,mA,dA,mB,dB,mC,d...) \ argument
[all …]
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dcmpxchg.h113 #define cmpxchg_acq(ptr, o, n) \ argument
115 #define cmpxchg_rel(ptr, o, n) \ argument
129 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
130 #define cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
/openbmc/entity-manager/test/
H A Dtest_fru-utils.cpp176 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
197 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
210 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
226 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
243 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
260 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
280 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
295 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
310 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
323 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
[all …]
/openbmc/linux/arch/alpha/include/asm/
H A Dcmpxchg.h20 #define arch_cmpxchg_local(ptr, o, n) \ argument
29 #define arch_cmpxchg64_local(ptr, o, n) \ argument
56 #define arch_cmpxchg(ptr, o, n) \ argument
68 #define arch_cmpxchg64(ptr, o, n) \ argument
/openbmc/linux/arch/mips/include/asm/
H A Dcmpxchg.h210 #define arch_cmpxchg64_local(ptr, o, n) \ argument
216 #define arch_cmpxchg64(ptr, o, n) \ argument
224 # define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
299 # define arch_cmpxchg64(ptr, o, n) ({ \ argument
322 # define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) argument
15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) argument
16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o) argument
H A Drelocs_64.c27 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) argument
28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) argument
29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o) argument
/openbmc/linux/arch/x86/tools/
H A Drelocs_64.c14 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) argument
15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) argument
16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o) argument
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) argument
15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) argument
16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o) argument
/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg_32.h11 #define arch_cmpxchg64(ptr, o, n) \ argument
14 #define arch_cmpxchg64_local(ptr, o, n) \ argument
72 #define arch_cmpxchg64(ptr, o, n) \ argument
89 #define arch_cmpxchg64_local(ptr, o, n) \ argument
/openbmc/linux/arch/m68k/include/asm/
H A Dcmpxchg.h82 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
120 #define arch_cmpxchg(ptr, o, n) \ argument
123 #define arch_cmpxchg_local(ptr, o, n) \ argument
127 #define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
/openbmc/u-boot/board/armltd/integrator/
H A Dpci.c79 #define v3_writeb(o, v) __raw_writeb(v, PHYS_PCI_V3_BASE + (unsigned int)(o)) argument
80 #define v3_readb(o) (__raw_readb(PHYS_PCI_V3_BASE + (unsigned int)(o))) argument
82 #define v3_writew(o, v) __raw_writew(v, PHYS_PCI_V3_BASE + (unsigned int)(o)) argument
83 #define v3_readw(o) (__raw_readw(PHYS_PCI_V3_BASE + (unsigned int)(o))) argument
85 #define v3_writel(o, v) __raw_writel(v, PHYS_PCI_V3_BASE + (unsigned int)(o)) argument
86 #define v3_readl(o) (__raw_readl(PHYS_PCI_V3_BASE + (unsigned int)(o))) argument
/openbmc/linux/arch/csky/include/asm/
H A Dcmpxchg.h83 #define arch_cmpxchg_relaxed(ptr, o, n) \ argument
114 #define arch_cmpxchg_acquire(ptr, o, n) \ argument
146 #define arch_cmpxchg(ptr, o, n) \ argument
149 #define arch_cmpxchg_local(ptr, o, n) \ argument
/openbmc/linux/drivers/memory/
H A Drenesas-rpc-if.c60 #define RPCIF_DRENR_OCDB(o) (((o) & 0x3) << 28) argument
61 #define RPCIF_DRENR_ADB(o) (((o) & 0x3) << 24) argument
62 #define RPCIF_DRENR_OPDB(o) (((o) & 0x3) << 20) argument
63 #define RPCIF_DRENR_DRDB(o) (((o) & 0x3) << 16) argument
83 #define RPCIF_SMOPR_OPD3(o) (((o) & 0xFF) << 24) argument
85 #define RPCIF_SMOPR_OPD1(o) (((o) & 0xFF) << 8) argument
86 #define RPCIF_SMOPR_OPD0(o) (((o) & 0xFF) << 0) argument
89 #define RPCIF_SMENR_CDB(o) (((o) & 0x3) << 30) argument
90 #define RPCIF_SMENR_OCDB(o) (((o) & 0x3) << 28) argument
91 #define RPCIF_SMENR_ADB(o) (((o) & 0x3) << 24) argument
[all …]
/openbmc/linux/drivers/gpu/host1x/hw/
H A Ddebug_hw_1x06.c16 struct output *o) in host1x_debug_show_channel_cdma()
68 struct output *o) in host1x_debug_show_channel_fifo()
142 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
H A Ddebug_hw_1x01.c16 struct output *o) in host1x_debug_show_channel_cdma()
73 struct output *o) in host1x_debug_show_channel_fifo()
130 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
/openbmc/linux/arch/sparc/include/asm/
H A Dcmpxchg_32.h58 #define arch_cmpxchg(ptr, o, n) \ argument
75 #define arch_cmpxchg_local(ptr, o, n) \ argument
78 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py111 def emit_var(var, o=sys.__stdout__, d = init(), all=False): argument
179 def emit_env(o=sys.__stdout__, d = init(), all=False): argument
206 def emit_func(func, o=sys.__stdout__, d = init()): argument
233 def emit_func_python(func, o=sys.__stdout__, d = init()): argument
236 def write_func(func, o, call = False): argument
/openbmc/linux/arch/xtensa/include/asm/
H A Dcmpxchg.h83 #define arch_cmpxchg(ptr,o,n) \ argument
110 #define arch_cmpxchg_local(ptr, o, n) \ argument
113 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
114 #define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
/openbmc/qemu/backends/
H A Dhostmem-memfd.c65 memfd_backend_get_hugetlb(Object *o, Error **errp) in memfd_backend_get_hugetlb()
71 memfd_backend_set_hugetlb(Object *o, bool value, Error **errp) in memfd_backend_set_hugetlb()
110 memfd_backend_get_seal(Object *o, Error **errp) in memfd_backend_get_seal()
116 memfd_backend_set_seal(Object *o, bool value, Error **errp) in memfd_backend_set_seal()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h699 #define arch_cmpxchg(ptr, o, n) \ argument
708 #define arch_cmpxchg_local(ptr, o, n) \ argument
716 #define arch_cmpxchg_relaxed(ptr, o, n) \ argument
725 #define arch_cmpxchg_acquire(ptr, o, n) \ argument
734 #define arch_cmpxchg64(ptr, o, n) \ argument
739 #define arch_cmpxchg64_local(ptr, o, n) \ argument
744 #define arch_cmpxchg64_relaxed(ptr, o, n) \ argument
749 #define arch_cmpxchg64_acquire(ptr, o, n) \ argument
756 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
/openbmc/telemetry/tests/src/helpers/interfaces/
H A Djson_storage_helpers.hpp10 inline void PrintTo(const JsonStorage::FilePath& o, std::ostream* os) in PrintTo()
14 inline void PrintTo(const JsonStorage::DirectoryPath& o, std::ostream* os) in PrintTo()

12345678910>>...19