Home
last modified time | relevance | path

Searched refs:module_type (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/linux/scripts/gdb/linux/
H A Dmodules.py19 module_type = utils.CachedType("struct module") variable
23 global module_type
28 module_ptr_type = module_type.get_type().pointer()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_spd.c372 unsigned char module_type = spd_data->byte_fields.byte_3.bit_fields.module_type; in mv_ddr_spd_module_type_get() local
374 return module_type; in mv_ddr_spd_module_type_get()
H A Dmv_ddr_spd.h65 unsigned char module_type:4, member
/openbmc/u-boot/drivers/ddr/fsl/
H A Dddr3_dimm_params.c134 switch (spd->module_type & DDR3_SPD_MODULETYPE_MASK) { in ddr_compute_dimm_parameters()
163 printf("unknown module_type 0x%02X\n", spd->module_type); in ddr_compute_dimm_parameters()
H A Dddr4_dimm_params.c188 switch (spd->module_type & DDR4_SPD_MODULETYPE_MASK) { in ddr_compute_dimm_parameters()
240 printf("unknown module_type 0x%02X\n", spd->module_type); in ddr_compute_dimm_parameters()
H A Dinteractive.c1249 PRINT_NXS(3, spd->module_type, in ddr3_spd_dump()
1330 switch (spd->module_type) { in ddr3_spd_dump()
1441 PRINT_NXS(3, spd->module_type, in ddr4_spd_dump()
1550 switch (spd->module_type) { in ddr4_spd_dump()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw_abi.h50 u32 module_type; member
H A Dintel_huc_fw.c116 if (css->module_type != 0x6) in css_valid()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c.h44 u8 module_type:2; member
H A Drtw8852a.h50 u8 module_type:2; member
H A Drtw8852b.h51 u8 module_type:2; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_nvm.h22 u16 module_type);
H A Dice_nvm.c442 u16 module_type) in ice_get_pfa_module_tlv() argument
489 if (tlv_sub_module_type == module_type) { in ice_get_pfa_module_tlv()
H A Dice_common.c388 pcaps->module_type[0]); in ice_aq_get_phy_caps()
390 pcaps->module_type[1]); in ice_aq_get_phy_caps()
392 pcaps->module_type[2]); in ice_aq_get_phy_caps()
397 memcpy(pi->phy.link_info.module_type, &pcaps->module_type, in ice_aq_get_phy_caps()
398 sizeof(pi->phy.link_info.module_type)); in ice_aq_get_phy_caps()
479 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()
481 hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()
/openbmc/u-boot/include/
H A Dddr_spd.h181 unsigned char module_type; /* 3 Key Byte / Module Type */ member
296 uint8_t module_type; /* 3 Key Byte / Module Type */ member
/openbmc/linux/include/uapi/sound/
H A Dskl-tplg-interface.h219 __u32 module_type:8; member
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-sst-utils.c42 struct module_type { struct
54 struct module_type type; argument
/openbmc/linux/arch/alpha/include/asm/
H A Derr_ev7.h155 u8 module_type; member
/openbmc/linux/kernel/bpf/
H A Dbpf_struct_ops.c111 static const struct btf_type *module_type; variable
133 module_type = btf_type_by_id(btf, module_id); in bpf_struct_ops_init()
430 if (ptype == module_type) { in bpf_struct_ops_map_update_elem()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h145 u8 module_type; member
H A Dhclgevf_main.c259 hdev->hw.mac.module_type = resp_msg[1]; in hclgevf_get_pf_media_type()
3179 u8 *module_type) in hclgevf_get_media_type() argument
3186 if (module_type) in hclgevf_get_media_type()
3187 *module_type = hdev->hw.mac.module_type; in hclgevf_get_media_type()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c775 u8 module_type; in hns3_get_link_ksettings() local
781 ops->get_media_type(h, &media_type, &module_type); in hns3_get_link_ksettings()
791 if (module_type == HNAE3_MODULE_TYPE_UNKNOWN) in hns3_get_link_ksettings()
793 else if (module_type == HNAE3_MODULE_TYPE_CR) in hns3_get_link_ksettings()
837 u8 module_type = HNAE3_MODULE_TYPE_UNKNOWN; in hns3_check_ksettings_param() local
859 ops->get_media_type(handle, &media_type, &module_type); in hns3_check_ksettings_param()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_uclo.h462 unsigned int module_type; member
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dfirmware.c54 u32 module_type; member
367 if (invalid_header(dd, "module_type", css->module_type, in verify_css_header()
433 hfi1_cdbg(FIRMWARE, " module_type 0x%x", css->module_type); in obtain_one_firmware()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h351 __le32 module_type; member

12