/Linux-v5.4/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-v5.4/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-v5.4/drivers/gpu/host1x/ |
D | debug.c | 25 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output() 37 void host1x_debug_cont(struct output *o, const char *fmt, ...) in host1x_debug_cont() 52 struct output *o = data; in show_channel() local 66 static void show_syncpts(struct host1x *m, struct output *o) in show_syncpts() 95 static void show_all(struct host1x *m, struct output *o, bool show_fifo) in show_all() 115 struct output o = { in host1x_debug_show_all() local 127 struct output o = { in host1x_debug_show() local 204 struct output o = { in host1x_debug_dump() local 213 struct output o = { in host1x_debug_dump_syncpts() local
|
/Linux-v5.4/include/media/ |
D | v4l2-device.h | 250 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 275 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 307 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 342 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 369 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 402 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 429 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument 461 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument 483 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument 511 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
|
/Linux-v5.4/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 | 14 #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-v5.4/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | memory.h | 64 #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_fill(t,s,o,a,d,c) do { \ argument 103 #define nvkm_fo32(o,a,d,c) nvkm_fill(32, 2, (o), (a), (d), (c)) argument 104 #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-v5.4/arch/riscv/include/asm/ |
D | cmpxchg.h | 202 #define cmpxchg_relaxed(ptr, o, n) \ argument 248 #define cmpxchg_acquire(ptr, o, n) \ argument 294 #define cmpxchg_release(ptr, o, n) \ argument 340 #define cmpxchg(ptr, o, n) \ argument 348 #define cmpxchg_local(ptr, o, n) \ argument 351 #define cmpxchg32(ptr, o, n) \ argument 357 #define cmpxchg32_local(ptr, o, n) \ argument 363 #define cmpxchg64(ptr, o, n) \ argument 369 #define cmpxchg64_local(ptr, o, n) \ argument
|
/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/arch/mips/include/asm/ |
D | cmpxchg.h | 201 #define cmpxchg64_local(ptr, o, n) \ argument 207 #define cmpxchg64(ptr, o, n) \ argument 215 # define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 288 # define cmpxchg64(ptr, o, n) ({ \ argument 311 # define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
/Linux-v5.4/drivers/gpu/host1x/hw/ |
D | debug_hw_1x06.c | 16 struct output *o) in host1x_debug_show_channel_cdma() 54 struct output *o) in host1x_debug_show_channel_fifo() 128 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
|
D | debug_hw_1x01.c | 16 struct output *o) in host1x_debug_show_channel_cdma() 69 struct output *o) in host1x_debug_show_channel_fifo() 126 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
|