Searched refs:a6xx_gmu_oob_bits (Results 1 – 1 of 1) sorted by relevance
248 struct a6xx_gmu_oob_bits { struct256 static const struct a6xx_gmu_oob_bits a6xx_gmu_oob_bits[] = { argument301 if (state >= ARRAY_SIZE(a6xx_gmu_oob_bits)) in a6xx_gmu_set_oob()305 request = a6xx_gmu_oob_bits[state].set; in a6xx_gmu_set_oob()306 ack = a6xx_gmu_oob_bits[state].ack; in a6xx_gmu_set_oob()308 request = a6xx_gmu_oob_bits[state].set_new; in a6xx_gmu_set_oob()309 ack = a6xx_gmu_oob_bits[state].ack_new; in a6xx_gmu_set_oob()313 a6xx_gmu_oob_bits[state].name); in a6xx_gmu_set_oob()328 a6xx_gmu_oob_bits[state].name, in a6xx_gmu_set_oob()344 if (state >= ARRAY_SIZE(a6xx_gmu_oob_bits)) in a6xx_gmu_clear_oob()[all …]