/openbmc/linux/scripts/gdb/linux/ |
H A D | modules.py | 19 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 D | mv_ddr_spd.c | 372 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 D | mv_ddr_spd.h | 65 unsigned char module_type:4, member
|
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | ddr3_dimm_params.c | 134 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 D | ddr4_dimm_params.c | 188 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 D | interactive.c | 1249 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 D | intel_uc_fw_abi.h | 50 u32 module_type; member
|
H A D | intel_huc_fw.c | 116 if (css->module_type != 0x6) in css_valid()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852c.h | 44 u8 module_type:2; member
|
H A D | rtw8852a.h | 50 u8 module_type:2; member
|
H A D | rtw8852b.h | 51 u8 module_type:2; member
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_nvm.h | 22 u16 module_type);
|
H A D | ice_nvm.c | 442 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 D | ice_common.c | 394 pcaps->module_type[0]); in ice_aq_get_phy_caps() 396 pcaps->module_type[1]); in ice_aq_get_phy_caps() 398 pcaps->module_type[2]); in ice_aq_get_phy_caps() 403 memcpy(pi->phy.link_info.module_type, &pcaps->module_type, in ice_aq_get_phy_caps() 404 sizeof(pi->phy.link_info.module_type)); in ice_aq_get_phy_caps() 485 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type() 487 hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()
|
/openbmc/u-boot/include/ |
H A D | ddr_spd.h | 181 unsigned char module_type; /* 3 Key Byte / Module Type */ member 296 uint8_t module_type; /* 3 Key Byte / Module Type */ member
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-sst-utils.c | 42 struct module_type { struct 54 struct module_type type; argument
|
/openbmc/linux/include/uapi/sound/ |
H A D | skl-tplg-interface.h | 219 __u32 module_type:8; member
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | err_ev7.h | 155 u8 module_type; member
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_struct_ops.c | 111 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 D | hclgevf_main.h | 145 u8 module_type; member
|
H A D | hclgevf_main.c | 259 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 D | hns3_ethtool.c | 775 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 D | icp_qat_uclo.h | 462 unsigned int module_type; member
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | firmware.c | 54 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 D | hclge_cmd.h | 351 __le32 module_type; member
|