Home
last modified time | relevance | path

Searched refs:model (Results 1 – 25 of 2366) sorted by relevance

12345678910>>...95

/f-stack/dpdk/lib/librte_eal/x86/
H A Drte_cycles.c16 uint32_t family, model, ext_model; in rte_cpu_get_model() local
19 model = (fam_mod_step >> 4) & 0xf; in rte_cpu_get_model()
23 model += (ext_model << 4); in rte_cpu_get_model()
26 return model; in rte_cpu_get_model()
54 check_model_wsm_nhm(uint8_t model) in check_model_wsm_nhm() argument
56 switch (model) { in check_model_wsm_nhm()
73 check_model_gdm_dnv(uint8_t model) in check_model_gdm_dnv() argument
75 switch (model) { in check_model_gdm_dnv()
91 uint8_t mult, model; in get_tsc_freq_arch() local
109 model = rte_cpu_get_model(a); in get_tsc_freq_arch()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/arm/bcm/
H A Dbcm2835.yaml21 - raspberrypi,4-model-b
27 - raspberrypi,model-a
28 - raspberrypi,model-a-plus
29 - raspberrypi,model-b
31 - raspberrypi,model-b-rev2
32 - raspberrypi,model-b-plus
34 - raspberrypi,model-zero
35 - raspberrypi,model-zero-w
41 - raspberrypi,2-model-b
47 - raspberrypi,3-model-a-plus
[all …]
/f-stack/freebsd/contrib/device-tree/src/c6x/
H A Dtms320c6678.dtsi14 model = "ti,c66x";
19 model = "ti,c66x";
24 model = "ti,c66x";
29 model = "ti,c66x";
34 model = "ti,c66x";
39 model = "ti,c66x";
44 model = "ti,c66x";
49 model = "ti,c66x";
55 model = "tms320c6678";
H A Dtms320c6472.dtsi14 model = "ti,c64x+";
19 model = "ti,c64x+";
24 model = "ti,c64x+";
29 model = "ti,c64x+";
34 model = "ti,c64x+";
39 model = "ti,c64x+";
45 model = "tms320c6472";
H A Dtms320c6474.dtsi14 model = "ti,c64x+";
19 model = "ti,c64x+";
24 model = "ti,c64x+";
30 model = "tms320c6474";
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dnspire-clock.txt5 "lsi,nspire-cx-ahb-divider" for the AHB divider in the CX model
6 "lsi,nspire-classic-ahb-divider" for the AHB divider in the older model
7 "lsi,nspire-cx-clock" for the base clock in the CX model
8 "lsi,nspire-classic-clock" for the base clock in the older model
/f-stack/freebsd/x86/iommu/
H A Dintel_quirks.c73 u_int model; member
100 u_int ext_family, ext_model, family_code, model, stepping; in dmar_match_quirks() local
130 model = (p[0] & CPUID_MODEL) >> 4; in dmar_match_quirks()
137 cpu_quirk->model == model && in dmar_match_quirks()
218 .ext_family = 0, .ext_model = 2, .family_code = 6, .model = 13,
/f-stack/freebsd/contrib/device-tree/Bindings/c6x/
H A Dsoc.txt13 - model: specific SoC model
22 model = "tms320c6455";
/f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h6-pine-h64-model-b.dts9 model = "Pine H64 model B";
10 compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6";
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_cppcore.c41 nfp_cpp_model_set(struct nfp_cpp *cpp, uint32_t model) in nfp_cpp_model_set() argument
43 cpp->model = model; in nfp_cpp_model_set()
52 if (cpp->model == 0) in nfp_cpp_model()
53 cpp->model = __nfp_cpp_model_autodetect(cpp); in nfp_cpp_model()
55 return cpp->model; in nfp_cpp_model()
392 if (!NFP_CPP_MODEL_IS_6000(cpp->model)) in nfp_xpb_to_cpp()
802 uint32_t model = 0; in __nfp_cpp_model_autodetect() local
807 if (NFP_CPP_MODEL_IS_6000(model)) { in __nfp_cpp_model_autodetect()
810 nfp_cpp_model_set(cpp, model); in __nfp_cpp_model_autodetect()
813 model &= ~0xff; in __nfp_cpp_model_autodetect()
[all …]
H A Dnfp_cpp.h20 uint32_t model; member
129 void nfp_cpp_model_set(struct nfp_cpp *cpp, uint32_t model);
206 #define NFP_CPP_MODEL_CHIP_of(model) (((model) >> 16) & 0xffff) argument
216 #define NFP_CPP_MODEL_IS_6000(model) \ argument
217 ((NFP_CPP_MODEL_CHIP_of(model) >= 0x4000) && \
218 (NFP_CPP_MODEL_CHIP_of(model) < 0x7000))
H A Dnfp_mutex.c39 _nfp_cpp_mutex_validate(uint32_t model, int *target, unsigned long long address) in _nfp_cpp_mutex_validate() argument
45 if (NFP_CPP_MODEL_IS_6000(model)) { in _nfp_cpp_mutex_validate()
79 uint32_t model = nfp_cpp_model(cpp); in nfp_cpp_mutex_init() local
83 err = _nfp_cpp_mutex_validate(model, &target, address); in nfp_cpp_mutex_init()
121 uint32_t model = nfp_cpp_model(cpp); in nfp_cpp_mutex_alloc() local
143 err = _nfp_cpp_mutex_validate(model, &target, address); in nfp_cpp_mutex_alloc()
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls2080a-simu.dts3 * Device Tree file for Freescale LS2080a software Simulator model
16 model = "Freescale Layerscape 2080a software Simulator model";
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Drockchip-max98090.txt5 - rockchip,model: The user-visible name of this sound complex
20 rockchip,model = "ROCKCHIP-I2S";
29 rockchip,model = "ROCKCHIP-I2S";
37 rockchip,model = "ROCKCHIP-I2S";
H A Dqcom,apq8096.txt53 - model:
89 qcom,model: String for soundcard name (Use model instead)
97 model = "DB820c";
H A Dstorm.txt14 - qcom,model : The user-visible name of this sound card.
20 qcom,model = "ipq806x-storm";
H A Drockchip-rt5645.txt5 - rockchip,model: The user-visible name of this sound complex
14 rockchip,model = "ROCKCHIP-I2S";
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cpuinfo.c76 uint32_t vbuf[5], cpu[4], model; in ngx_cpuinfo() local
107 model = ((cpu[0] & 0xf0000) >> 8) | (cpu[0] & 0xf0); in ngx_cpuinfo()
109 if (model >= 0xd0) { in ngx_cpuinfo()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c86 unsigned int i, model, family, brand_id, vendor; in RTE_INIT_PRIO() local
103 model = (eax >> 4) & 0x0f; in RTE_INIT_PRIO()
110 model += extended_model; in RTE_INIT_PRIO()
113 if (model == broadwell_models[i]) { in RTE_INIT_PRIO()
118 if (model == haswell_models[i]) { in RTE_INIT_PRIO()
/f-stack/freebsd/contrib/octeon-sdk/
H A Docteon-model.c427 int model = fuse_data & 0x3fff; in octeon_model_get_string_buffer() local
429 if (suffix && model) /* Have both number and suffix in fuses, so both */ in octeon_model_get_string_buffer()
431 sprintf(fuse_model, "%d%c",model, 'A' + suffix - 1); in octeon_model_get_string_buffer()
435 … else if (suffix && !model) /* Only have suffix, so add suffix to 'normal' model number */ in octeon_model_get_string_buffer()
442 sprintf(fuse_model, "%d",model); in octeon_model_get_string_buffer()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dvexpress-scc.txt15 - compatible value: "arm,vexpress-scc,<model>", "arm,vexpress-scc";
16 where <model> is the full tile model name (as used
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx_msr.c183 u_int family, model; in nehalem_cpu() local
190 model = CPUID_TO_MODEL(cpu_id); in nehalem_cpu()
192 switch (model) { in nehalem_cpu()
208 u_int family, model; in westmere_cpu() local
215 model = CPUID_TO_MODEL(cpu_id); in westmere_cpu()
217 switch (model) { in westmere_cpu()
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Diss4xx-mpic.dts22 model = "ibm,iss-4xx";
36 model = "PowerPC,4xx"; // real CPU changed in sim
50 model = "PowerPC,4xx"; // real CPU changed in sim
66 model = "PowerPC,4xx"; // real CPU changed in sim
82 model = "PowerPC,4xx"; // real CPU changed in sim
/f-stack/dpdk/doc/guides/nics/
H A Davp.rst68 vif-model set to "avp".
75 first attachment will have a default vif-model of "virtio". The next two
76 network attachments will have a vif-model of "avp" and may be used with a DPDK
83 --nic net-id=${NETWORK2_UUID},vif-model=avp \
84 --nic net-id=${NETWORK3_UUID},vif-model=avp \
/f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/
H A Dmpc8641si-post.dtsi59 model = "TSEC";
63 model = "TSEC";
67 model = "TSEC";
71 model = "TSEC";

12345678910>>...95