Searched refs:lib_ver (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-mhdp8546-core.c | 658 u32 fw_ver, lib_ver; in cdns_mhdp_check_fw_version() local 663 lib_ver = (readl(mhdp->regs + CDNS_LIB_H_ADDR) << 8) in cdns_mhdp_check_fw_version() 666 if (lib_ver < 33984) { in cdns_mhdp_check_fw_version() 676 } else if (lib_ver == 0 && fw_ver == 0) { in cdns_mhdp_check_fw_version() 679 dev_err(mhdp->dev, "Unsupported FW version: fw_ver = %u, lib_ver = %u\n", in cdns_mhdp_check_fw_version() 680 fw_ver, lib_ver); in cdns_mhdp_check_fw_version()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-mhdp8546-core.c | 679 u32 fw_ver, lib_ver; in cdns_mhdp_check_fw_version() local 684 lib_ver = (readl(mhdp->regs + CDNS_LIB_H_ADDR) << 8) in cdns_mhdp_check_fw_version() 687 if (lib_ver < 33984) { in cdns_mhdp_check_fw_version() 697 } else if (lib_ver == 0 && fw_ver == 0) { in cdns_mhdp_check_fw_version() 700 dev_err(mhdp->dev, "Unsupported FW version: fw_ver = %u, lib_ver = %u\n", in cdns_mhdp_check_fw_version() 701 fw_ver, lib_ver); in cdns_mhdp_check_fw_version()
|
Completed in 6 milliseconds