Searched refs:TYPE4_MAX_PAYLOAD (Results 1 – 2 of 2) sorted by relevance
363 bosize = (cmds_size + (cmds_size / TYPE4_MAX_PAYLOAD) + 1) << 2; in a5xx_gpmu_ucode_init()375 uint32_t _size = cmds_size > TYPE4_MAX_PAYLOAD ? in a5xx_gpmu_ucode_init()376 TYPE4_MAX_PAYLOAD : cmds_size; in a5xx_gpmu_ucode_init()
501 #define TYPE4_MAX_PAYLOAD 127 macro