Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/linux/arch/mips/include/asm/mach-bcm63xx/
A Dbcm63xx_io.h69 #define bcm_rset_writeb(s, v, o) bcm_writeb((v), \ argument
71 #define bcm_rset_writew(s, v, o) bcm_writew((v), \ argument
73 #define bcm_rset_writel(s, v, o) bcm_writel((v), \ argument
79 #define bcm_perf_readl(o) bcm_rset_readl(RSET_PERF, (o)) argument
83 #define bcm_wdt_readl(o) bcm_rset_readl(RSET_WDT, (o)) argument
85 #define bcm_gpio_readl(o) bcm_rset_readl(RSET_GPIO, (o)) argument
89 #define bcm_mpi_readl(o) bcm_rset_readl(RSET_MPI, (o)) argument
93 #define bcm_pcie_readl(o) bcm_rset_readl(RSET_PCIE, (o)) argument
97 #define bcm_memc_readl(o) bcm_rset_readl(RSET_MEMC, (o)) argument
99 #define bcm_ddr_readl(o) bcm_rset_readl(RSET_DDR, (o)) argument
[all …]
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_sp.c51 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init()
153 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending()
525 struct bnx2x_vlan_mac_obj *o) in __bnx2x_vlan_mac_h_read_lock()
601 struct bnx2x_vlan_mac_obj *o) in bnx2x_vlan_mac_h_read_unlock()
662 struct bnx2x_vlan_mac_obj *o, in bnx2x_check_vlan_add()
732 struct bnx2x_vlan_mac_obj *o, in bnx2x_check_vlan_mac_del()
884 struct bnx2x_vlan_mac_obj *o, in bnx2x_set_one_mac_e2()
1273 struct bnx2x_exe_queue_obj *o, in bnx2x_exeq_get_mac()
1290 struct bnx2x_exe_queue_obj *o, in bnx2x_exeq_get_vlan()
1307 struct bnx2x_exe_queue_obj *o, in bnx2x_exeq_get_vlan_mac()
[all …]
/linux/drivers/gpu/drm/nouveau/include/nvhw/
A Ddrf.h37 #define DRF_MW_SIZE(o) (sizeof((o)[0]) * 8) argument
39 #define DRF_LW_IDX(o,drf) (DRF_LO(DRF_MW(drf)) / DRF_MW_SIZE(o)) argument
40 #define DRF_LW_LO(o,drf) (DRF_LO(DRF_MW(drf)) % DRF_MW_SIZE(o)) argument
43 #define DRF_LW_MASK(o,drf) (~0ULL >> (64 - DRF_LW_BITS((o),drf))) argument
50 #define DRF_HW_IDX(o,drf) (DRF_HI(DRF_MW(drf)) / DRF_MW_SIZE(o)) argument
51 #define DRF_HW_LO(o,drf) 0 argument
74 #define NVVAL_GET_N(X,o,d,r,f ) NVVAL_GET_X(o, d##_##r##_##f) argument
126 #define DRF_RD_X(e,p,o,dr) e((p), (o), dr) argument
127 #define DRF_RD_N(X,e,p,o,d,r ) DRF_RD_X(e, (p), (o), d##_##r) argument
133 #define DRF_WR_X(e,p,o,dr,v) e((p), (o), dr, (v)) argument
[all …]
/linux/drivers/gpu/host1x/
A Ddebug.c27 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output()
39 void host1x_debug_cont(struct output *o, const char *fmt, ...) in host1x_debug_cont()
54 struct output *o = data; in show_channel() local
70 static void show_syncpts(struct host1x *m, struct output *o) in show_syncpts()
107 static void show_all(struct host1x *m, struct output *o, bool show_fifo) in show_all()
127 struct output o = { in host1x_debug_show_all() local
139 struct output o = { in host1x_debug_show() local
216 struct output o = { in host1x_debug_dump() local
225 struct output o = { in host1x_debug_dump_syncpts() local
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dmemory.h64 #define nvkm_memory_map(p,o,vm,va,av,ac) \ argument
70 #define nvkm_kmap(o) (o)->func->acquire(o) argument
71 #define nvkm_done(o) (o)->func->release(o) argument
73 #define nvkm_ro32(o,a) (o)->ptrs->rd32((o), (a)) argument
74 #define nvkm_wo32(o,a,d) (o)->ptrs->wr32((o), (a), (d)) argument
75 #define nvkm_mo32(o,a,m,d) ({ \ argument
81 #define nvkm_wo64(o,a,d) do { \ argument
87 #define nvkm_robj(o,a,p,s) do { \ argument
95 #define nvkm_wobj(o,a,p,s) do { \ argument
119 #define nvkm_fo32(o,a,d,c) nvkm_fill(32, 2, (o), (a), (d), (c)) argument
[all …]
A Dclient.h36 #define nvif_printk(o,l,p,f,a...) do { \ argument
43 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument
44 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument
45 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument
46 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument
47 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument
48 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
/linux/drivers/clk/bcm/
A Dclk-cygnus.c26 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument
28 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument
31 #define SW_CTRL_VAL(o, s) { .offset = o, .shift = s, } argument
33 #define ASIU_DIV_VAL(o, es, hs, hw, ls, lw) \ argument
37 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
40 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument
46 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
49 #define ASIU_GATE_VAL(o, es) { .offset = o, .en_shift = es } argument
A Dclk-nsp.c24 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument
26 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument
29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument
36 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
A Dclk-ns2.c24 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument
26 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument
29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument
38 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
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
/linux/include/media/
A Dv4l2-device.h292 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
317 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
349 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
384 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
411 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
444 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
471 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument
503 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument
525 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument
553 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
/linux/arch/riscv/include/asm/
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 cmpxchg32(ptr, o, n) \ argument
357 #define cmpxchg32_local(ptr, o, n) \ argument
363 #define arch_cmpxchg64(ptr, o, n) \ argument
369 #define arch_cmpxchg64_local(ptr, o, n) \ argument
/linux/drivers/gpu/drm/nouveau/include/nvif/
A Dprintf.h7 #define NVIF_PRINT(l,o,f,a...) do { \ argument
14 #define NVIF_DEBUG(o,f,a...) NVIF_PRINT(debugf, (o), f, ##a) argument
16 #define NVIF_DEBUG(o,f,a...) argument
19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a) argument
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 …]
/linux/arch/parisc/include/asm/
A Dcmpxchg.h81 #define arch_cmpxchg(ptr, o, n) \ argument
109 #define arch_cmpxchg_local(ptr, o, n) \ argument
113 #define arch_cmpxchg64_local(ptr, o, n) \ argument
119 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
122 #define arch_cmpxchg64(ptr, o, n) __cmpxchg_u64(ptr, o, n) argument
/linux/arch/arm/include/asm/
A Dcmpxchg.h137 #define arch_cmpxchg_local(ptr, o, n) ({ \ argument
144 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
210 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ argument
237 #define arch_cmpxchg_local(ptr, o, n) ({ \ argument
269 #define arch_cmpxchg64_relaxed(ptr, o, n) ({ \ argument
275 #define arch_cmpxchg64_local(ptr, o, n) arch_cmpxchg64_relaxed((ptr), (o), (n)) argument
/linux/drivers/memory/
A Drenesas-rpc-if.c61 #define RPCIF_DRENR_OCDB(o) (((o) & 0x3) << 28) argument
62 #define RPCIF_DRENR_ADB(o) (((o) & 0x3) << 24) argument
63 #define RPCIF_DRENR_OPDB(o) (((o) & 0x3) << 20) argument
64 #define RPCIF_DRENR_DRDB(o) (((o) & 0x3) << 16) argument
84 #define RPCIF_SMOPR_OPD3(o) (((o) & 0xFF) << 24) argument
86 #define RPCIF_SMOPR_OPD1(o) (((o) & 0xFF) << 8) argument
87 #define RPCIF_SMOPR_OPD0(o) (((o) & 0xFF) << 0) argument
90 #define RPCIF_SMENR_CDB(o) (((o) & 0x3) << 30) argument
91 #define RPCIF_SMENR_OCDB(o) (((o) & 0x3) << 28) argument
92 #define RPCIF_SMENR_ADB(o) (((o) & 0x3) << 24) argument
[all …]
/linux/arch/powerpc/include/asm/
A Dcmpxchg.h470 #define arch_cmpxchg(ptr, o, n) \ argument
479 #define arch_cmpxchg_local(ptr, o, n) \ argument
487 #define arch_cmpxchg_relaxed(ptr, o, n) \ argument
496 #define arch_cmpxchg_acquire(ptr, o, n) \ argument
505 #define arch_cmpxchg64(ptr, o, n) \ argument
510 #define arch_cmpxchg64_local(ptr, o, n) \ argument
515 #define arch_cmpxchg64_relaxed(ptr, o, n) \ argument
520 #define arch_cmpxchg64_acquire(ptr, o, n) \ argument
527 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
/linux/arch/x86/include/asm/
A Dcmpxchg_32.h39 #define arch_cmpxchg64(ptr, o, n) \ argument
42 #define arch_cmpxchg64_local(ptr, o, n) \ argument
79 #define arch_cmpxchg64(ptr, o, n) \ argument
96 #define arch_cmpxchg64_local(ptr, o, n) \ argument
/linux/arch/mips/include/asm/
A Dcmpxchg.h211 #define arch_cmpxchg64_local(ptr, o, n) \ argument
217 #define arch_cmpxchg64(ptr, o, n) \ argument
225 # define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
300 # define arch_cmpxchg64(ptr, o, n) ({ \ argument
323 # define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
/linux/arch/alpha/include/asm/
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
/linux/arch/x86/tools/
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
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
/linux/arch/mips/boot/tools/
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
/linux/arch/ia64/include/uapi/asm/
A Dcmpxchg.h117 #define cmpxchg_acq(ptr, o, n) \ argument
119 #define cmpxchg_rel(ptr, o, n) \ argument
133 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
134 #define cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument

Completed in 57 milliseconds

12345678910>>...13