Home
last modified time | relevance | path

Searched refs:dtype (Results 176 - 200 of 214) sorted by relevance

123456789

/kernel/linux/linux-6.6/drivers/edac/
H A Darmada_xp_edac.c270 dimm->dtype = cs_struct ? DEV_X16 : DEV_X8; in axp_mc_read_config()
H A Di5400_edac.c1201 dimm->dtype = MTR_DRAM_WIDTH(mtr) == 8 ? in i5400_init_dimms()
H A Di5100_edac.c850 dimm->dtype = (priv->mtr[chan][rank].width == 4) ? in i5100_init_csrows()
H A Dpnd2_edac.c1236 dimm->dtype = (d->dwid == 0) ? DEV_X8 : DEV_X16; in apl_get_dimm_config()
1302 dimm->dtype = dnv_dtypes[j ? d->dimmdwid0 : d->dimmdwid1]; in dnv_get_dimm_config()
H A De752x_edac.c1132 dimm->dtype = mem_dev ? DEV_X4 : DEV_X8; in e752x_init_csrows()
H A Dsynopsys_edac.c335 * @get_dtype: Get dtype.
819 dimm->dtype = p_data->get_dtype(priv->baseaddr); in init_csrows()
H A Damd64_edac.c3358 dimm->dtype = dev_type; in umc_init_csrows()
3855 dimm->dtype = DEV_X16; in gpu_init_csrows()
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h1091 // V(name, instr, dtype, stype, dcast, scast, rcast, return_val, return_type)
1128 #define EMIT_UNOP_FUNCTION(name, instr, dtype, stype, dcast, scast, rcast, \
1130 return_type LiftoffAssembler::emit_##name(dtype dst, stype src) { \
1141 // V(name, instr, dtype, stype1, stype2, dcast, scast1, scast2, rcast,
1228 #define EMIT_BINOP_FUNCTION(name, instr, dtype, stype1, stype2, dcast, scast1, \
1230 return_type LiftoffAssembler::emit_##name(dtype dst, stype1 lhs, \
/kernel/linux/linux-5.10/drivers/edac/
H A Di5400_edac.c1200 dimm->dtype = MTR_DRAM_WIDTH(mtr) == 8 ? in i5400_init_dimms()
H A Di5100_edac.c855 dimm->dtype = (priv->mtr[chan][rank].width == 4) ? in i5100_init_csrows()
H A Dpnd2_edac.c1258 dimm->dtype = (d->dwid == 0) ? DEV_X8 : DEV_X16; in apl_get_dimm_config()
1324 dimm->dtype = dnv_dtypes[j ? d->dimmdwid0 : d->dimmdwid1]; in dnv_get_dimm_config()
H A De752x_edac.c1133 dimm->dtype = mem_dev ? DEV_X4 : DEV_X8; in e752x_init_csrows()
H A Dsynopsys_edac.c344 * @get_dtype: Get dtype.
795 dimm->dtype = p_data->get_dtype(priv->baseaddr); in init_csrows()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c706 { I40E_HMC_STORE(i40e_hmc_obj_rxq, dtype), 2, 114 },
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c706 { I40E_HMC_STORE(i40e_hmc_obj_rxq, dtype), 2, 114 },
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_base.c465 rlan_ctx.dtype = ICE_RX_DTYPE_NO_SPLIT; in ice_setup_rx_ctx()
H A Dice_fdir.c586 fd_fltr_ctx->dtype = ICE_TX_DESC_DTYPE_FLTR_PROG; in ice_set_dflt_val_fd_desc()
638 qword = ((u64)ctx->dtype << ICE_FXD_FLTR_QW1_DTYPE_S) & in ice_set_fd_desc_val()
H A Dice_lan_tx_rx.h455 u8 dtype; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c1290 enum mtype dtype = get_mtype(dst); in get_cast_opcode() local
1292 switch (dtype) { in get_cast_opcode()
1334 return dtype == MTYPE_UINT ? OP_FCVTU : OP_FCVTS; in get_cast_opcode()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c397 unsigned dtype; in get_hub_descriptor() local
400 dtype = USB_DT_SS_HUB; in get_hub_descriptor()
403 dtype = USB_DT_HUB; in get_hub_descriptor()
410 dtype << 8, 0, desc, size, in get_hub_descriptor()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c404 unsigned dtype; in get_hub_descriptor() local
407 dtype = USB_DT_SS_HUB; in get_hub_descriptor()
410 dtype = USB_DT_HUB; in get_hub_descriptor()
417 dtype << 8, 0, desc, size, in get_hub_descriptor()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc2716 #define EMIT_SIMD_UNOP(name, dtype, stype) \ in AssembleArchInstruction()
2718 __ name(i.Output##dtype(), i.Input##stype(0)); \ in AssembleArchInstruction()
2735 #define EMIT_SIMD_EXTRACT_LANE(name, dtype) \ in AssembleArchInstruction()
2737 __ name(i.Output##dtype(), i.InputSimd128Register(0), i.InputInt8(1), \ in AssembleArchInstruction()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h392 u8 dtype; member
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tables.h426 * @dtype: data type (verdict or numeric type defined by userspace)
457 u32 dtype; member
/kernel/linux/linux-5.10/include/linux/
H A Dnvme.h1230 __u8 dtype; member

Completed in 77 milliseconds

123456789