Home
last modified time | relevance | path

Searched refs:uboot_ver (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c581 char *uboot_ver; in octeon_get_uboot_version() local
638 uboot_ver = strstr(buf, "U-Boot"); in octeon_get_uboot_version()
639 if (uboot_ver) { in octeon_get_uboot_version()
640 p = strstr(uboot_ver, "mips"); in octeon_get_uboot_version()
644 dev_info(&oct->pci_dev->dev, "%s\n", uboot_ver); in octeon_get_uboot_version()
/linux/drivers/accel/habanalabs/common/
H A Dsysfs.c121 return sprintf(buf, "%s\n", hdev->asic_prop.uboot_ver); in uboot_ver_show()
440 static DEVICE_ATTR_RO(uboot_ver);
H A Dfirmware_if.c1616 dest = prop->uboot_ver; in hl_fw_static_read_device_fw_version()
1645 boot_ver = extract_fw_ver_from_str(prop->uboot_ver); in hl_fw_static_read_device_fw_version()
2317 strscpy(prop->uboot_ver, fw_version, VERSION_MAX_LEN); in hl_fw_dynamic_read_device_fw_version()
2318 boot_ver = extract_fw_ver_from_str(prop->uboot_ver); in hl_fw_dynamic_read_device_fw_version()
H A Dhabanalabs.h711 char uboot_ver[VERSION_MAX_LEN]; member
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-habanalabs255 What: /sys/class/accel/accel<n>/device/uboot_ver