| /linux/lib/crypto/powerpc/ |
| H A D | sha1-powerpc-asm.S | 26 #define RT(t) ((((t)+5)%6)+7) argument 27 #define RA(t) ((((t)+4)%6)+7) argument 28 #define RB(t) ((((t)+3)%6)+7) argument 29 #define RC(t) ((((t)+2)%6)+7) argument 30 #define RD(t) ((((t)+1)%6)+7) argument 31 #define RE(t) ((((t)+0)%6)+7) argument 34 #define W(t) (((t)%16)+16) argument 36 #define LOADW(t) \ argument 37 LWZ(W(t),(t)*4,r4) 39 #define STEPD0_LOAD(t) \ argument [all …]
|
| /linux/drivers/media/pci/saa7134/ |
| H A D | saa7134-reg.h | 210 #define SAA7134_TASK_CONDITIONS(t) (0x000 +t) argument 211 #define SAA7134_FIELD_HANDLING(t) (0x001 +t) argument 212 #define SAA7134_DATA_PATH(t) (0x002 +t) argument 213 #define SAA7134_VBI_H_START1(t) (0x004 +t) argument 214 #define SAA7134_VBI_H_START2(t) (0x005 +t) argument 215 #define SAA7134_VBI_H_STOP1(t) (0x006 +t) argument 216 #define SAA7134_VBI_H_STOP2(t) (0x007 +t) argument 217 #define SAA7134_VBI_V_START1(t) (0x008 +t) argument 218 #define SAA7134_VBI_V_START2(t) (0x009 +t) argument 219 #define SAA7134_VBI_V_STOP1(t) (0x00a +t) argument [all …]
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_targdb.c | 48 struct esas2r_target *t; in esas2r_targ_db_initialize() local 50 for (t = a->targetdb; t < a->targetdb_end; t++) { in esas2r_targ_db_initialize() 51 memset(t, 0, sizeof(struct esas2r_target)); in esas2r_targ_db_initialize() 53 t->target_state = TS_NOT_PRESENT; in esas2r_targ_db_initialize() 54 t->buffered_target_state = TS_NOT_PRESENT; in esas2r_targ_db_initialize() 55 t->new_target_state = TS_INVALID; in esas2r_targ_db_initialize() 61 struct esas2r_target *t; in esas2r_targ_db_remove_all() local 64 for (t = a->targetdb; t < a->targetdb_end; t++) { in esas2r_targ_db_remove_all() 65 if (t->target_state != TS_PRESENT) in esas2r_targ_db_remove_all() 69 esas2r_targ_db_remove(a, t); in esas2r_targ_db_remove_all() [all …]
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | batch.c | 8 static inline void *ublk_get_commit_buf(struct ublk_thread *t, in ublk_get_commit_buf() argument 13 if (buf_idx < t->commit_buf_start || in ublk_get_commit_buf() 14 buf_idx >= t->commit_buf_start + t->nr_commit_buf) in ublk_get_commit_buf() 16 idx = buf_idx - t->commit_buf_start; in ublk_get_commit_buf() 17 return t->commit_buf + idx * t->commit_buf_size; in ublk_get_commit_buf() 25 static inline unsigned short ublk_alloc_commit_buf(struct ublk_thread *t) in ublk_alloc_commit_buf() argument 27 int idx = allocator_get(&t->commit_buf_alloc); in ublk_alloc_commit_buf() 30 return idx + t->commit_buf_start; in ublk_alloc_commit_buf() 38 static inline void ublk_free_commit_buf(struct ublk_thread *t, in ublk_free_commit_buf() argument 41 unsigned short idx = i - t->commit_buf_start; in ublk_free_commit_buf() [all …]
|
| /linux/net/sctp/ |
| H A D | transport.c | 257 void sctp_transport_pl_send(struct sctp_transport *t) in sctp_transport_pl_send() argument 259 if (t->pl.probe_count < SCTP_MAX_PROBES) in sctp_transport_pl_send() 262 t->pl.probe_count = 0; in sctp_transport_pl_send() 263 if (t->pl.state == SCTP_PL_BASE) { in sctp_transport_pl_send() 264 if (t->pl.probe_size == SCTP_BASE_PLPMTU) { /* BASE_PLPMTU Confirmation Failed */ in sctp_transport_pl_send() 265 t->pl.state = SCTP_PL_ERROR; /* Base -> Error */ in sctp_transport_pl_send() 267 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send() 268 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_send() 269 sctp_assoc_sync_pmtu(t->asoc); in sctp_transport_pl_send() 271 } else if (t->pl.state == SCTP_PL_SEARCH) { in sctp_transport_pl_send() [all …]
|
| /linux/arch/sparc/lib/ |
| H A D | bitext.c | 28 int bit_map_string_get(struct bit_map *t, int len, int align) in bit_map_string_get() argument 35 if (t->num_colors) { in bit_map_string_get() 38 align = t->num_colors; in bit_map_string_get() 47 if (align < 0 || align >= t->size) in bit_map_string_get() 49 if (len <= 0 || len > t->size) in bit_map_string_get() 53 spin_lock(&t->lock); in bit_map_string_get() 54 if (len < t->last_size) in bit_map_string_get() 55 offset = t->first_free; in bit_map_string_get() 57 offset = t->last_off & ~align1; in bit_map_string_get() 60 off_new = find_next_zero_bit(t->map, t->size, offset); in bit_map_string_get() [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_write.c | 10 const struct btf_type *t; in gen_btf() local 30 t = btf__type_by_id(btf, 1); in gen_btf() 32 ASSERT_EQ(t->name_off, str_off, "int_name_off"); in gen_btf() 33 ASSERT_STREQ(btf__str_by_offset(btf, t->name_off), "int", "int_name"); in gen_btf() 34 ASSERT_EQ(btf_kind(t), BTF_KIND_INT, "int_kind"); in gen_btf() 35 ASSERT_EQ(t->size, 4, "int_sz"); in gen_btf() 36 ASSERT_EQ(btf_int_encoding(t), BTF_INT_SIGNED, "int_enc"); in gen_btf() 37 ASSERT_EQ(btf_int_bits(t), 32, "int_bits"); in gen_btf() 57 t = btf__type_by_id(btf, 2); in gen_btf() 58 ASSERT_EQ(btf_kind(t), BTF_KIND_PT in gen_btf() [all...] |
| H A D | cgroup_ancestor.c | 49 static int setup_network(struct test_data *t) in setup_network() argument 52 t->ns = open_netns(TEST_NS); in setup_network() 53 if (!ASSERT_OK_PTR(t->ns, "open netns")) in setup_network() 58 memset(&t->qdisc, 0, sizeof(t->qdisc)); in setup_network() 59 t->qdisc.sz = sizeof(t->qdisc); in setup_network() 60 t->qdisc.attach_point = BPF_TC_EGRESS; in setup_network() 61 t->qdisc.ifindex = if_nametoindex("lo"); in setup_network() 62 if (!ASSERT_NEQ(t->qdisc.ifindex, 0, "if_nametoindex")) in setup_network() 64 if (!ASSERT_OK(bpf_tc_hook_create(&t->qdisc), "qdisc add")) in setup_network() 67 memset(&t->tc_attach, 0, sizeof(t->tc_attach)); in setup_network() [all …]
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_client_blt.c | 143 static int prepare_blit(const struct tiled_blits *t, in prepare_blit() argument 158 struct intel_gt *gt = t->ce->engine->gt; in prepare_blit() 166 *cs++ = i915_mmio_reg_offset(BLIT_CCTL(t->ce->engine->mmio_base)); in prepare_blit() 170 src_pitch = t->width; /* in dwords */ in prepare_blit() 181 dst_pitch = t->width; /* in dwords */ in prepare_blit() 196 *cs++ = t->height << 16 | t->width; in prepare_blit() 227 src_pitch = t->width * 4; in prepare_blit() 233 dst_pitch = t->width * 4; in prepare_blit() 242 *cs++ = t->height << 16 | t->width; in prepare_blit() 261 static void tiled_blits_destroy_buffers(struct tiled_blits *t) in tiled_blits_destroy_buffers() argument [all …]
|
| /linux/tools/perf/util/ |
| H A D | trigger.h | 36 #define TRIGGER_WARN_ONCE(t, exp) \ argument 37 WARN_ONCE(t->state != exp, "trigger '%s' state transist error: %d in %s()\n", \ 38 t->name, t->state, __func__) 40 static inline bool trigger_is_available(struct trigger *t) in trigger_is_available() argument 42 return t->state >= 0; in trigger_is_available() 45 static inline bool trigger_is_error(struct trigger *t) in trigger_is_error() argument 47 return t->state <= TRIGGER_ERROR; in trigger_is_error() 50 static inline void trigger_on(struct trigger *t) in trigger_on() argument 52 TRIGGER_WARN_ONCE(t, TRIGGER_OFF); in trigger_on() 53 t->state = TRIGGER_ON; in trigger_on() [all …]
|
| /linux/drivers/ata/ |
| H A D | libata-pata-timings.c | 60 static void ata_timing_quantize(const struct ata_timing *t, in ata_timing_quantize() argument 63 q->setup = EZ(t->setup, T); in ata_timing_quantize() 64 q->act8b = EZ(t->act8b, T); in ata_timing_quantize() 65 q->rec8b = EZ(t->rec8b, T); in ata_timing_quantize() 66 q->cyc8b = EZ(t->cyc8b, T); in ata_timing_quantize() 67 q->active = EZ(t->active, T); in ata_timing_quantize() 68 q->recover = EZ(t->recover, T); in ata_timing_quantize() 69 q->dmack_hold = EZ(t->dmack_hold, T); in ata_timing_quantize() 70 q->cycle = EZ(t->cycle, T); in ata_timing_quantize() 71 q->udma = EZ(t->udma, UT); in ata_timing_quantize() [all …]
|
| /linux/tools/accounting/ |
| H A D | getdelays.c | 78 "[-m cpumask] [-t tgid] [-p pid]\n"); in usage() 221 #define average_ms(t, c) (t / 1000000ULL / (c ? c : 1)) in format_timespec() 222 #define delay_ms(t) (t / 1000000ULL) in format_timespec() 251 * Field availability depends on taskstats version (t->version), 265 #define PRINT_CPU_DELAY(version, t) \ 273 (unsigned long long)(t)->cpu_count, \ 274 (unsigned long long)(t)->cpu_run_real_total, \ 275 (unsigned long long)(t) 195 average_ms(t,c) global() argument 196 delay_ms(t) global() argument 245 PRINT_CPU_DELAY(version,t) global() argument 285 PRINT_FILED_DELAY(name,version,t,count,total,max,min) global() argument 307 PRINT_FILED_DELAY_WITH_TS(name,version,t,count,total,max,min,max_ts) global() argument 340 print_delayacct(struct taskstats * t) print_delayacct() argument 419 task_context_switch_counts(struct taskstats * t) task_context_switch_counts() argument 438 print_ioacct(struct taskstats * t) print_ioacct() argument [all...] |
| /linux/include/linux/ |
| H A D | btf.h | 228 bool btf_type_is_i32(const struct btf_type *t); 229 bool btf_type_is_i64(const struct btf_type *t); 230 bool btf_type_is_primitive(const struct btf_type *t); 234 struct btf_record *btf_parse_fields(const struct btf *btf, const struct btf_type *t, 237 bool btf_type_is_void(const struct btf_type *t); 251 const char *btf_type_str(const struct btf_type *t); 263 static inline bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr() argument 265 return BTF_INFO_KIND(t->info) == BTF_KIND_PTR; in btf_type_is_ptr() 268 static inline bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int() argument 270 return BTF_INFO_KIND(t->info) == BTF_KIND_INT; in btf_type_is_int() [all …]
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-audio-hook.c | 55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio() argument 61 t->audmode = V4L2_TUNER_MODE_LANG1; in gvbctv3pci_audio() 62 t->rxsubchans = V4L2_TUNER_SUB_MONO | in gvbctv3pci_audio() 71 switch (t->audmode) { in gvbctv3pci_audio() 86 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio() argument 95 switch (t->audmode) { in gvbctv5pci_audio() 114 t->rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in gvbctv5pci_audio() 115 t->audmode = V4L2_TUNER_MODE_LANG1_LANG2; in gvbctv5pci_audio() 118 t->rxsubchans = V4L2_TUNER_SUB_LANG2; in gvbctv5pci_audio() 119 t->audmode = V4L2_TUNER_MODE_LANG1_LANG2; in gvbctv5pci_audio() [all …]
|
| /linux/drivers/md/bcache/ |
| H A D | bset.c | 294 struct bset_tree *t = b->set; in bch_btree_keys_free() local 297 kfree(t->prev); in bch_btree_keys_free() 299 free_pages((unsigned long) t->prev, in bch_btree_keys_free() 303 kfree(t->tree); in bch_btree_keys_free() 305 free_pages((unsigned long) t->tree, in bch_btree_keys_free() 308 free_pages((unsigned long) t->data, b->page_order); in bch_btree_keys_free() 310 t->prev = NULL; in bch_btree_keys_free() 311 t->tree = NULL; in bch_btree_keys_free() 312 t->data = NULL; in bch_btree_keys_free() 319 struct bset_tree *t = b->set; in bch_btree_keys_alloc() local [all …]
|
| /linux/drivers/thermal/ |
| H A D | thermal_thresholds.c | 63 struct user_threshold *t; in __thermal_thresholds_find() local 65 list_for_each_entry(t, thresholds, list_node) in __thermal_thresholds_find() 66 if (t->temperature == temperature) in __thermal_thresholds_find() 67 return t; in __thermal_thresholds_find() 75 struct user_threshold *t; in thermal_thresholds_handle_raising() local 77 list_for_each_entry(t, thresholds, list_node) { in thermal_thresholds_handle_raising() 79 if (!(t->direction & THERMAL_THRESHOLD_WAY_UP)) in thermal_thresholds_handle_raising() 82 if (temperature >= t->temperature && in thermal_thresholds_handle_raising() 83 last_temperature < t->temperature) in thermal_thresholds_handle_raising() 93 struct user_threshold *t; in thermal_thresholds_handle_dropping() local [all …]
|
| /linux/rust/syn/ |
| H A D | op.rs | 179 BinOp::Add(t) => t.to_tokens(tokens), in to_tokens() 180 BinOp::Sub(t) => t.to_tokens(tokens), in to_tokens() 181 BinOp::Mul(t) => t.to_tokens(tokens), in to_tokens() 182 BinOp::Div(t) => t.to_tokens(tokens), in to_tokens() 183 BinOp::Rem(t) => t.to_tokens(tokens), in to_tokens() 184 BinOp::And(t) => t.to_tokens(tokens), in to_tokens() 185 BinOp::Or(t) => t.to_tokens(tokens), in to_tokens() 186 BinOp::BitXor(t) => t.to_tokens(tokens), in to_tokens() 187 BinOp::BitAnd(t) => t.to_tokens(tokens), in to_tokens() 188 BinOp::BitOr(t) => t.to_tokens(tokens), in to_tokens() [all …]
|
| /linux/arch/mips/kernel/ |
| H A D | watch.c | 18 void mips_install_watch_registers(struct task_struct *t) in mips_install_watch_registers() argument 20 struct mips3264_watch_reg_state *watches = &t->thread.watch.mips3264; in mips_install_watch_registers() 120 unsigned int t; in mips_probe_watch_registers() local 130 t = read_c0_watchlo0(); in mips_probe_watch_registers() 132 c->watch_reg_masks[0] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers() 138 t = read_c0_watchhi0(); in mips_probe_watch_registers() 139 write_c0_watchhi0(t | MIPS_WATCHHI_MASK); in mips_probe_watch_registers() 141 t = read_c0_watchhi0(); in mips_probe_watch_registers() 142 c->watch_reg_masks[0] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers() 143 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | cxgb3_defs.h | 47 static inline union active_open_entry *atid2entry(const struct tid_info *t, in atid2entry() argument 50 return &t->atid_tab[atid - t->atid_base]; in atid2entry() 53 static inline union listen_entry *stid2entry(const struct tid_info *t, in stid2entry() argument 56 return &t->stid_tab[stid - t->stid_base]; in stid2entry() 62 static inline struct t3c_tid_entry *lookup_tid(const struct tid_info *t, in lookup_tid() argument 65 struct t3c_tid_entry *t3c_tid = tid < t->ntids ? in lookup_tid() 66 &(t->tid_tab[tid]) : NULL; in lookup_tid() 74 static inline struct t3c_tid_entry *lookup_stid(const struct tid_info *t, in lookup_stid() argument 79 if (tid < t->stid_base || tid >= t->stid_base + t->nstids) in lookup_stid() 82 e = stid2entry(t, tid); in lookup_stid() [all …]
|
| /linux/drivers/md/ |
| H A D | dm-cache-policy.c | 23 struct dm_cache_policy_type *t; in __find_policy() local 25 list_for_each_entry(t, ®ister_list, list) in __find_policy() 26 if (!strcmp(t->name, name)) in __find_policy() 27 return t; in __find_policy() 34 struct dm_cache_policy_type *t = __find_policy(name); in __get_policy_once() local 36 if (t && !try_module_get(t->owner)) { in __get_policy_once() 38 t = ERR_PTR(-EINVAL); in __get_policy_once() 41 return t; in __get_policy_once() 46 struct dm_cache_policy_type *t; in get_policy_once() local 49 t = __get_policy_once(name); in get_policy_once() [all …]
|
| /linux/tools/lib/bpf/ |
| H A D | btf.h | 435 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind() argument 437 return BTF_INFO_KIND(t->info); in btf_kind() 440 static inline __u32 btf_vlen(const struct btf_type *t) in btf_vlen() argument 442 return BTF_INFO_VLEN(t->info); in btf_vlen() 445 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag() argument 447 return BTF_INFO_KFLAG(t->info); in btf_kflag() 450 static inline bool btf_is_void(const struct btf_type *t) in btf_is_void() argument 452 return btf_kind(t) == BTF_KIND_UNKN; in btf_is_void() 455 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int() argument 457 return btf_kind(t) == BTF_KIND_INT; in btf_is_int() [all …]
|
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | memop.c | 247 struct test_default t; in test_default_init() local 249 t.size = min((size_t)kvm_check_cap(KVM_CAP_S390_MEM_OP), sizeof(mem1)); in test_default_init() 250 t.kvm_vm = vm_create_with_one_vcpu(&vcpu, guest_code); in test_default_init() 251 t.vm = (struct test_info) { t.kvm_vm, NULL }; in test_default_init() 252 t.vcpu = (struct test_info) { t.kvm_vm, vcpu }; in test_default_init() 253 t.run = vcpu->run; in test_default_init() 254 return t; in test_default_init() 368 struct test_default t = test_default_init(guest_copy); in test_copy() local 370 HOST_SYNC(t.vcpu, STAGE_INITED); in test_copy() 372 default_write_read(t.vcpu, t.vcpu, LOGICAL, t.size, NO_KEY); in test_copy() [all …]
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-util.h | 9 #define PVR2_DECOMPOSE_LE(t,i,d) \ argument 11 (t)[i] = (d) & 0xff;\ 12 (t)[i+1] = ((d) >> 8) & 0xff;\ 13 (t)[i+2] = ((d) >> 16) & 0xff;\ 14 (t)[i+3] = ((d) >> 24) & 0xff;\ 17 #define PVR2_DECOMPOSE_BE(t,i,d) \ argument 19 (t)[i+3] = (d) & 0xff;\ 20 (t)[i+2] = ((d) >> 8) & 0xff;\ 21 (t)[i+1] = ((d) >> 16) & 0xff;\ 22 (t)[i] = ((d) >> 24) & 0xff;\ [all …]
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 189 PyObject *t; in define_value() local 196 t = PyTuple_New(4); in define_value() 197 if (!t) in define_value() 198 Py_FatalError("couldn't create Python tuple"); in define_value() 202 PyTuple_SetItem(t, n++, _PyUnicode_FromString(ev_name)); in define_value() 203 PyTuple_SetItem(t, n++, _PyUnicode_FromString(field_name)); in define_value() 204 PyTuple_SetItem(t, n++, _PyLong_FromLong(value)); in define_value() 205 PyTuple_SetItem(t, n++, _PyUnicode_FromString(field_str)); in define_value() 207 try_call_object(handler_name, t); in define_value() 209 Py_DECREF(t); in define_value() 230 PyObject *t; define_field() local 641 PyObject *t; get_sample_value_as_tuple() local 685 PyObject *t = get_sample_value_as_tuple(v, read_format); set_sample_read_in_dict() local 690 PyObject *t = get_sample_value_as_tuple(&sample->read.one, set_sample_read_in_dict() local 944 PyObject *handler, *context, *t, *obj = NULL, *callchain; python_process_tracepoint() local 1084 PyObject *t; tuple_new() local 1092 tuple_set_s64(PyObject * t,unsigned int pos,s64 val) tuple_set_s64() argument 1108 tuple_set_u64(PyObject * t,unsigned int pos,u64 val) tuple_set_u64() argument 1118 tuple_set_u32(PyObject * t,unsigned int pos,u32 val) tuple_set_u32() argument 1123 tuple_set_s32(PyObject * t,unsigned int pos,s32 val) tuple_set_s32() argument 1128 tuple_set_bool(PyObject * t,unsigned int pos,bool val) tuple_set_bool() argument 1133 tuple_set_string(PyObject * t,unsigned int pos,const char * s) tuple_set_string() argument 1138 tuple_set_bytes(PyObject * t,unsigned int pos,void * bytes,unsigned int sz) tuple_set_bytes() argument 1147 PyObject *t; python_export_evsel() local 1165 PyObject *t; python_export_machine() local 1184 PyObject *t; python_export_thread() local 1205 PyObject *t; python_export_comm() local 1226 PyObject *t; python_export_comm_thread() local 1246 PyObject *t; python_export_dso() local 1270 PyObject *t; python_export_symbol() local 1292 PyObject *t; python_export_branch_type() local 1310 PyObject *t; python_export_sample_table() local 1351 PyObject *t; python_export_synth() local 1380 PyObject *t; python_export_call_path() local 1405 PyObject *t; python_export_call_return() local 1438 PyObject *t; python_export_context_switch() local 1472 PyObject *handler, *t, *dict, *callchain; python_process_general_event() local 1531 PyObject *handler, *t; python_process_throttle() local 1565 PyObject *handler, *t; python_do_process_switch() local 1617 PyObject *handler, *t; python_process_auxtrace_error() local 1664 PyObject *handler, *t; process_stat() local 1717 PyObject *handler, *t; python_process_stat_interval() local [all...] |
| /linux/drivers/misc/cb710/ |
| H A D | debug.c | 29 #define CB710_READ_REGS_TEMPLATE(t) \ argument 30 static void cb710_read_regs_##t(void __iomem *iobase, \ 31 u##t *reg, unsigned select) \ 35 for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \ 39 for (j = 0; j < 0x10/(t/8); ++j) { \ 40 if (!allow_reg_read(i, j, t)) \ 42 reg[j] = ioread##t(iobase \ 43 + (i << 4) + (j * (t/8))); \ 53 #define CB710_DUMP_REGS_TEMPLATE(t) \ argument 54 static void cb710_dump_regs_##t(struct device *dev, \ [all …]
|