Lines Matching refs:asic_prop
107 return sprintf(buf, "%s\n", hdev->asic_prop.uboot_ver); in uboot_ver_show()
115 return sprintf(buf, "%s", hdev->asic_prop.cpucp_info.kernel_version); in armcp_kernel_ver_show()
123 return sprintf(buf, "%s\n", hdev->asic_prop.cpucp_info.cpucp_version); in armcp_ver_show()
132 hdev->asic_prop.cpucp_info.cpld_version); in cpld_ver_show()
140 return sprintf(buf, "%s", hdev->asic_prop.cpucp_info.kernel_version); in cpucp_kernel_ver_show()
148 return sprintf(buf, "%s\n", hdev->asic_prop.cpucp_info.cpucp_version); in cpucp_ver_show()
157 hdev->asic_prop.cpucp_info.infineon_version); in infineon_ver_show()
165 return sprintf(buf, "%s\n", hdev->asic_prop.cpucp_info.fuse_version); in fuse_ver_show()
173 return sprintf(buf, "%s", hdev->asic_prop.cpucp_info.thermal_version); in thermal_ver_show()
181 return sprintf(buf, "%s\n", hdev->asic_prop.preboot_ver); in preboot_btl_ver_show()
446 hdev->max_power = hdev->asic_prop.max_power_default; in hl_sysfs_init()