/linux-6.6.21/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-6.6.21/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 51 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init() 88 static inline int bnx2x_exe_queue_length(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_length() 114 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_add() 153 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending() 176 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_step() 240 static inline bool bnx2x_exe_queue_empty(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_empty() 258 static bool bnx2x_raw_check_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_check_pending() 263 static void bnx2x_raw_clear_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_clear_pending() 270 static void bnx2x_raw_set_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_set_pending() 327 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_mac() [all …]
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvhw/ |
D | drf.h | 36 #define DRF_MW_SPANS(o,drf) (DRF_LW_IDX((o),drf) != DRF_HW_IDX((o),drf)) argument 37 #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 41 #define DRF_LW_HI(o,drf) (DRF_MW_SPANS((o),drf) ? (DRF_MW_SIZE(o) - 1) : DRF_HW_HI((o),drf)) argument 42 #define DRF_LW_BITS(o,drf) (DRF_LW_HI((o),drf) - DRF_LW_LO((o),drf) + 1) argument 43 #define DRF_LW_MASK(o,drf) (~0ULL >> (64 - DRF_LW_BITS((o),drf))) argument 44 #define DRF_LW_SMASK(o,drf) (DRF_LW_MASK((o),drf) << DRF_LW_LO((o),drf)) argument 45 #define DRF_LW_GET(o,drf) (((o)[DRF_LW_IDX((o),drf)] >> DRF_LW_LO((o),drf)) & DRF_LW_MASK((o),drf… argument 46 #define DRF_LW_VAL(o,drf,v) (((v) & DRF_LW_MASK((o),drf)) << DRF_LW_LO((o),drf)) argument [all …]
|
/linux-6.6.21/drivers/gpu/host1x/ |
D | debug.c | 28 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output() 40 void host1x_debug_cont(struct output *o, const char *fmt, ...) in host1x_debug_cont() 55 struct output *o = data; in show_channel() local 78 static void show_syncpts(struct host1x *m, struct output *o, bool show_all) in show_syncpts() 126 static void show_all(struct host1x *m, struct output *o, bool show_fifo) in show_all() 146 struct output o = { in host1x_debug_all_show() local 159 struct output o = { in host1x_debug_show() local 213 struct output o = { in host1x_debug_dump() local 222 struct output o = { in host1x_debug_dump_syncpts() local
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | memory.h | 65 #define nvkm_memory_map(p,o,vm,va,av,ac) \ argument 72 #define nvkm_kmap(o) (o)->func->acquire(o) argument 73 #define nvkm_done(o) (o)->func->release(o) argument 75 #define nvkm_ro32(o,a) (o)->ptrs->rd32((o), (a)) argument 76 #define nvkm_wo32(o,a,d) (o)->ptrs->wr32((o), (a), (d)) argument 77 #define nvkm_mo32(o,a,m,d) ({ \ argument 83 #define nvkm_wo64(o,a,d) do { \ argument 89 #define nvkm_robj(o,a,p,s) do { \ argument 97 #define nvkm_wobj(o,a,p,s) do { \ argument 105 #define nvkm_fill(t,s,o,a,d,c) do { \ argument [all …]
|
D | client.h | 27 #define nvif_printk(o,l,p,f,a...) do { \ argument 34 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument 35 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument 36 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument 37 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument 38 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument 39 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
|
/linux-6.6.21/drivers/clk/bcm/ |
D | clk-cygnus.c | 16 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 18 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 21 #define SW_CTRL_VAL(o, s) { .offset = o, .shift = s, } argument 23 #define ASIU_DIV_VAL(o, es, hs, hw, ls, lw) \ argument 27 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 30 #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 39 #define ASIU_GATE_VAL(o, es) { .offset = o, .en_shift = es } argument
|
D | clk-nsp.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 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 26 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
D | clk-ns2.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 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
|
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-6.6.21/include/media/ |
D | v4l2-device.h | 292 #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-6.6.21/drivers/gpu/drm/nouveau/include/nvif/ |
D | printf.h | 7 #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 20 #define NVIF_ERRON(c,o,f,a...) do { \ argument
|
D | push.h | 103 #define PUSH_DATAp(X,p,m,i,o,d,s,f,a...) do { \ argument 116 #define PUSH_DATAp(X,p,m,i,o,d,s,f,a...) do { \ argument 126 #define PUSH_1(X,f,ds,n,o,p,s,mA,dA) do { \ argument 130 #define PUSH_2(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument 135 #define PUSH_3(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument 140 #define PUSH_4(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument 145 #define PUSH_5(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument 150 #define PUSH_6(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument 155 #define PUSH_7(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument 160 #define PUSH_8(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument [all …]
|
/linux-6.6.21/arch/arm/include/asm/ |
D | cmpxchg.h | 138 #define arch_cmpxchg_local(ptr, o, n) ({ \ argument 145 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument 211 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ argument 238 #define arch_cmpxchg_local(ptr, o, n) ({ \ argument 270 #define arch_cmpxchg64_relaxed(ptr, o, n) ({ \ argument 276 #define arch_cmpxchg64_local(ptr, o, n) arch_cmpxchg64_relaxed((ptr), (o), (n)) argument
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | cmpxchg.h | 81 #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-6.6.21/arch/riscv/include/asm/ |
D | cmpxchg.h | 202 #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
|
/linux-6.6.21/arch/ia64/include/uapi/asm/ |
D | cmpxchg.h | 113 #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
|
/linux-6.6.21/arch/mips/include/asm/ |
D | cmpxchg.h | 210 #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
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | cmpxchg.h | 20 #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-6.6.21/arch/x86/include/asm/ |
D | cmpxchg_32.h | 11 #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
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | cmpxchg.h | 82 #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
|
/linux-6.6.21/arch/csky/include/asm/ |
D | cmpxchg.h | 83 #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
|
/linux-6.6.21/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-6.6.21/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
|