Searched refs:cmds_size (Results 1 – 1 of 1) sorted by relevance
327 unsigned int cmds_size; in a5xx_gpmu_ucode_init() local350 cmds_size = data[0] - data[2] - 2; in a5xx_gpmu_ucode_init()356 bosize = (cmds_size + (cmds_size / TYPE4_MAX_PAYLOAD) + 1) << 2; in a5xx_gpmu_ucode_init()366 while (cmds_size > 0) { in a5xx_gpmu_ucode_init()368 uint32_t _size = cmds_size > TYPE4_MAX_PAYLOAD ? in a5xx_gpmu_ucode_init()369 TYPE4_MAX_PAYLOAD : cmds_size; in a5xx_gpmu_ucode_init()378 cmds_size -= _size; in a5xx_gpmu_ucode_init()