/Linux-v4.19/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_io.h | 66 #define bcm_rset_readb(s, o) bcm_readb(bcm63xx_regset_address(s) + (o)) argument 67 #define bcm_rset_readw(s, o) bcm_readw(bcm63xx_regset_address(s) + (o)) argument 68 #define bcm_rset_readl(s, o) bcm_readl(bcm63xx_regset_address(s) + (o)) argument 69 #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 80 #define bcm_perf_writel(v, o) bcm_rset_writel(RSET_PERF, (v), (o)) argument 81 #define bcm_timer_readl(o) bcm_rset_readl(RSET_TIMER, (o)) argument 82 #define bcm_timer_writel(v, o) bcm_rset_writel(RSET_TIMER, (v), (o)) argument [all …]
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 49 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init() 86 static inline int bnx2x_exe_queue_length(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_length() 112 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_add() 151 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending() 174 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_step() 238 static inline bool bnx2x_exe_queue_empty(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_empty() 256 static bool bnx2x_raw_check_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_check_pending() 261 static void bnx2x_raw_clear_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_clear_pending() 268 static void bnx2x_raw_set_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_set_pending() 325 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_mac() [all …]
|
/Linux-v4.19/drivers/gpu/host1x/ |
D | debug.c | 34 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output() 46 void host1x_debug_cont(struct output *o, const char *fmt, ...) in host1x_debug_cont() 61 struct output *o = data; in show_channel() local 75 static void show_syncpts(struct host1x *m, struct output *o) in show_syncpts() 104 static void show_all(struct host1x *m, struct output *o, bool show_fifo) in show_all() 124 struct output o = { in host1x_debug_show_all() local 136 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-v4.19/include/media/ |
D | v4l2-device.h | 251 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 276 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 308 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 343 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 370 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 403 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 430 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument 462 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument 484 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument 512 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
|
/Linux-v4.19/drivers/clk/bcm/ |
D | clk-cygnus.c | 26 #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
|
D | clk-nsp.c | 24 #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
|
D | clk-ns2.c | 24 #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
|
D | clk-sr.c | 25 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 27 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 30 #define SW_CTRL_VAL(o, s) { .offset = o, .shift = s, } argument 32 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 35 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, \ argument 41 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | memory.h | 62 #define nvkm_memory_map(p,o,vm,va,av,ac) \ argument 68 #define nvkm_kmap(o) (o)->func->acquire(o) argument 69 #define nvkm_done(o) (o)->func->release(o) argument 71 #define nvkm_ro32(o,a) (o)->ptrs->rd32((o), (a)) argument 72 #define nvkm_wo32(o,a,d) (o)->ptrs->wr32((o), (a), (d)) argument 73 #define nvkm_mo32(o,a,m,d) ({ \ argument 79 #define nvkm_wo64(o,a,d) do { \ argument 85 #define nvkm_fill(t,s,o,a,d,c) do { \ argument 101 #define nvkm_fo32(o,a,d,c) nvkm_fill(32, 2, (o), (a), (d), (c)) argument 102 #define nvkm_fo64(o,a,d,c) nvkm_fill(64, 3, (o), (a), (d), (c)) argument
|
D | client.h | 37 #define nvif_printk(o,l,p,f,a...) do { \ argument 44 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument 45 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument 46 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument 47 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument 48 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument 49 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | cmpxchg.h | 210 #define cmpxchg_relaxed(ptr, o, n) \ argument 256 #define cmpxchg_acquire(ptr, o, n) \ argument 302 #define cmpxchg_release(ptr, o, n) \ argument 348 #define cmpxchg(ptr, o, n) \ argument 356 #define cmpxchg_local(ptr, o, n) \ argument 359 #define cmpxchg32(ptr, o, n) \ argument 365 #define cmpxchg32_local(ptr, o, n) \ argument 371 #define cmpxchg64(ptr, o, n) \ argument 377 #define cmpxchg64_local(ptr, o, n) \ argument
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | cmpxchg.h | 73 #define cmpxchg(ptr, o, n) \ argument 101 #define cmpxchg_local(ptr, o, n) \ argument 105 #define cmpxchg64_local(ptr, o, n) \ argument 111 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 114 #define cmpxchg64(ptr, o, n) __cmpxchg_u64(ptr, o, n) argument
|
/Linux-v4.19/arch/arm/include/asm/ |
D | cmpxchg.h | 137 #define cmpxchg_local(ptr, o, n) ({ \ argument 144 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 210 #define cmpxchg_relaxed(ptr,o,n) ({ \ argument 237 #define cmpxchg_local(ptr, o, n) ({ \ argument 269 #define cmpxchg64_relaxed(ptr, o, n) ({ \ argument 275 #define cmpxchg64_local(ptr, o, n) cmpxchg64_relaxed((ptr), (o), (n)) argument
|
/Linux-v4.19/include/asm-generic/ |
D | cmpxchg.h | 96 #define cmpxchg_local(ptr, o, n) ({ \ argument 103 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 106 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) argument 107 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | cmpxchg.h | 83 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 121 #define cmpxchg(ptr, o, n) \ argument 124 #define cmpxchg_local(ptr, o, n) \ argument 128 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument 136 #define cmpxchg_local(ptr, o, n) \ argument
|
/Linux-v4.19/arch/x86/include/asm/ |
D | cmpxchg_32.h | 39 #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-v4.19/arch/alpha/include/asm/ |
D | cmpxchg.h | 20 #define cmpxchg_local(ptr, o, n) \ argument 29 #define cmpxchg64_local(ptr, o, n) \ argument 56 #define cmpxchg(ptr, o, n) \ argument 68 #define cmpxchg64(ptr, o, n) \ argument
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | cmpxchg.h | 481 #define cmpxchg(ptr, o, n) \ argument 490 #define cmpxchg_local(ptr, o, n) \ argument 498 #define cmpxchg_relaxed(ptr, o, n) \ argument 507 #define cmpxchg_acquire(ptr, o, n) \ argument 516 #define cmpxchg64(ptr, o, n) \ argument 521 #define cmpxchg64_local(ptr, o, n) \ argument 526 #define cmpxchg64_relaxed(ptr, o, n) \ argument 531 #define cmpxchg64_acquire(ptr, o, n) \ argument 538 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
/Linux-v4.19/arch/mips/boot/tools/ |
D | relocs_32.c | 14 #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-v4.19/arch/x86/tools/ |
D | relocs_32.c | 14 #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
|
D | relocs_64.c | 14 #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-v4.19/arch/ia64/include/uapi/asm/ |
D | cmpxchg.h | 115 #define cmpxchg_acq(ptr, o, n) \ argument 117 #define cmpxchg_rel(ptr, o, n) \ argument 130 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument 131 #define cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | cmpxchg.h | 65 #define cmpxchg(ptr,o,n) \ argument 92 #define cmpxchg_local(ptr, o, n) \ argument 95 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 96 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
/Linux-v4.19/drivers/gpu/host1x/hw/ |
D | debug_hw_1x06.c | 25 struct output *o) in host1x_debug_show_channel_cdma() 63 struct output *o) in host1x_debug_show_channel_fifo() 132 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | cmpxchg.h | 193 #define cmpxchg64_local(ptr, o, n) \ argument 199 #define cmpxchg64(ptr, o, n) \ argument 206 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 208 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|