Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c28 FW2, /* FW partition-2 (contains primary fw) */ enumerator
209 struct version_info version[FW2 + 1];
740 uc->fw_version = CCG_VERSION(uc->version[FW2].app.ver) | in get_fw_info()
741 CCG_VERSION_PATCH(uc->version[FW2].app.patch); in get_fw_info()
1139 } else if (memcmp(&version[FW2], "\0\0\0\0\0\0\0\0", in ccg_fw_update_needed()
1144 &version[FW2].app)) { in ccg_fw_update_needed()
1174 CCG_DEVINFO_FWMODE_SHIFT) == FW2) { in do_flash()
1292 err = ccg_cmd_validate_fw(uc, (mode == PRIMARY) ? FW2 : FW1); in do_flash()
1295 (mode == PRIMARY) ? "FW2" : "FW1", err); in do_flash()
1298 (mode == PRIMARY) ? "FW2" in do_flash()
[all...]