HomeSort by: relevance | last modified time | path
    Searched defs:efuse (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/arm/ti/
ti_cpufreq.c 65 uint32_t efuse, rev; local in function:am33xx_opp_supported
70 efuse = __SHIFTOUT(syscon_read_4(ti_opp_syscon, AM33XX_EFUSE_OFFSET), AM33XX_EFUSE_MASK);
73 if (efuse == 0)
74 efuse = AM33XX_EFUSE_DEFAULT;
75 efuse = ~efuse;
84 if ((efuse & be32toh(supported_hw[1])) == 0)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
meson.dtsi 312 efuse: nvmem@0 { label in label:secbus
313 compatible = "amlogic,meson6-efuse";
mt7623.dtsi 330 efuse: efuse@10206000 { label
331 compatible = "mediatek,mt7623-efuse",
332 "mediatek,mt8173-efuse";
rk3066a.dtsi 228 efuse: efuse@20010000 { label
229 compatible = "rockchip,rk3066a-efuse";
rk3188.dtsi 204 efuse: efuse@20010000 { label
205 compatible = "rockchip,rk3188-efuse";
rk322x.dtsi 346 efuse: efuse@11040000 { label
347 compatible = "rockchip,rk3228-efuse";
rk3288.dtsi 1388 efuse: efuse@ffb40000 { label
1389 compatible = "rockchip,rk3288-efuse";
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
jz4780.dtsi 444 efuse: efuse@d0 { label in label:nemc
446 compatible = "ingenic,jz4780-efuse";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/apm/
apm-shadowcat.dtsi 430 efuse: efuse@1054a000 { label
431 compatible = "apm,xgene-efuse", "syscon";
443 regmap-efuse = <&efuse>;
apm-storm.dtsi 468 efuse: efuse@1054a000 { label
469 compatible = "apm,xgene-efuse", "syscon";
486 regmap-efuse = <&efuse>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt8516.dtsi 240 efuse: efuse@10009000 { label
241 compatible = "mediatek,mt8516-efuse", "mediatek,efuse";
mt7622.dtsi 266 efuse: efuse@10206000 { label
267 compatible = "mediatek,mt7622-efuse",
268 "mediatek,efuse";
mt8183.dtsi 325 compatible = "mediatek,mt8183-efuse",
326 "mediatek,efuse";
1159 efuse: efuse@11f10000 { label
1160 compatible = "mediatek,mt8183-efuse",
1161 "mediatek,efuse";
mt8173.dtsi 596 efuse: efuse@10206000 { label
597 compatible = "mediatek,mt8173-efuse";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-gx.dtsi 218 efuse: efuse { label
219 compatible = "amlogic,meson-gx-efuse", "amlogic,meson-gxbb-efuse";
meson-axg.dtsi 115 efuse: efuse { label
116 compatible = "amlogic,meson-gxbb-efuse";
meson-g12-common.dtsi 52 efuse: efuse { label
53 compatible = "amlogic,meson-gxbb-efuse";
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_vegam_smumgr.c 1490 uint32_t ro, efuse, volt_without_cks, volt_with_cks, value, max, min; local in function:vegam_populate_clock_stretcher_data_table
1504 mask, &efuse);
1509 ro = efuse * (max - min) / 255 + min;
1552 uint32_t efuse; local in function:vegam_is_hw_avfs_present
1554 efuse = cgs_read_ind_register(hwmgr->device, CGS_IND_REG__SMC,
1556 efuse &= 0x00000001;
1558 if (efuse)
amdgpu_fiji_smumgr.c 326 uint32_t efuse = 0; local in function:fiji_is_hw_avfs_present
333 mask, &efuse)) {
334 if (efuse)
1670 uint32_t ro, efuse, efuse2, clock_freq, volt_without_cks, local in function:fiji_populate_clock_stretcher_data_table
1686 efuse = cgs_read_ind_register(hwmgr->device, CGS_IND_REG__SMC,
1690 efuse &= 0xFF000000;
1691 efuse = efuse >> 24;
1695 ro = (2300 - 1350) * efuse / 255 + 1350;
1697 ro = (2500 - 1000) * efuse / 255 + 1000
    [all...]
amdgpu_polaris10_smumgr.c 329 uint32_t efuse; local in function:polaris10_is_hw_avfs_present
331 efuse = cgs_read_ind_register(hwmgr->device, CGS_IND_REG__SMC, ixSMU_EFUSE_0 + (49*4));
332 efuse &= 0x00000001;
333 if (efuse)
1518 uint32_t ro, efuse, volt_without_cks, volt_with_cks, value, max, min; local in function:polaris10_populate_clock_stretcher_data_table
1532 efuse = cgs_read_ind_register(hwmgr->device, CGS_IND_REG__SMC,
1534 efuse &= 0xFF000000;
1535 efuse = efuse >> 24;
1558 ro = efuse * (max - min) / 255 + min
    [all...]
amdgpu_tonga_smumgr.c 1580 uint32_t ro, efuse, efuse2, clock_freq, volt_without_cks, local in function:tonga_populate_clock_stretcher_data_table
1602 efuse = cgs_read_ind_register(hwmgr->device, CGS_IND_REG__SMC,
1606 efuse &= 0xFF000000;
1607 efuse = efuse >> 24;
1611 ro = (2300 - 1350) * efuse / 255 + 1350;
1613 ro = (2500 - 1000) * efuse / 255 + 1000;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3328.dtsi 563 efuse: efuse@ff260000 { label
564 compatible = "rockchip,rk3328-efuse";
570 rockchip,efuse-size = <0x20>;

Completed in 35 milliseconds