Searched refs:to_type (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | tout.c | 119 #define MLX5_TIMEOUT_FILL(fld, reg_out, dev, to_type, to_extra) \ argument 123 tout_set(dev, fw_to + (to_extra), to_type); \
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 6381 static void uncore_type_customized_copy(struct intel_uncore_type *to_type, in uncore_type_customized_copy() argument 6384 if (!to_type || !from_type) in uncore_type_customized_copy() 6388 to_type->name = from_type->name; in uncore_type_customized_copy() 6390 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy() 6392 to_type->event_mask = from_type->event_mask; in uncore_type_customized_copy() 6394 to_type->event_mask_ext = from_type->event_mask_ext; in uncore_type_customized_copy() 6396 to_type->fixed_ctr = from_type->fixed_ctr; in uncore_type_customized_copy() 6398 to_type->fixed_ctl = from_type->fixed_ctl; in uncore_type_customized_copy() 6400 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy() 6402 to_type->num_shared_regs = from_type->num_shared_regs; in uncore_type_customized_copy() [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 438 #define SATCVT(from, to, from_type, to_type, min, max) \ argument 439 static inline to_type cvt##from##to(from_type x, int *sat) \ 441 to_type r; \ 454 #define SATCVTU(from, to, from_type, to_type, min, max) \ argument 455 static inline to_type cvt##from##to(from_type x, int *sat) \ 457 to_type r; \
|