Lines Matching defs:idcode
388 * @idcode: IDCODE register
391 * Return: Returns the status of the operation and the idcode and version
392 * registers in @idcode and @version.
394 int zynqmp_pm_get_chipid(u32 *idcode, u32 *version)
399 if (!idcode || !version)
403 *idcode = ret_payload[1];
420 u32 idcode;
434 idcode = ret_payload[1];
435 pm_family_code = FIELD_GET(FAMILY_CODE_MASK, idcode);
436 pm_sub_family_code = FIELD_GET(SUB_FAMILY_CODE_MASK, idcode);