Searched refs:a6xx_gmu_oob_bits (Results 1 – 1 of 1) sorted by relevance
251 struct a6xx_gmu_oob_bits { struct259 static const struct a6xx_gmu_oob_bits a6xx_gmu_oob_bits[] = { argument304 if (state >= ARRAY_SIZE(a6xx_gmu_oob_bits)) in a6xx_gmu_set_oob()308 request = a6xx_gmu_oob_bits[state].set; in a6xx_gmu_set_oob()309 ack = a6xx_gmu_oob_bits[state].ack; in a6xx_gmu_set_oob()311 request = a6xx_gmu_oob_bits[state].set_new; in a6xx_gmu_set_oob()312 ack = a6xx_gmu_oob_bits[state].ack_new; in a6xx_gmu_set_oob()316 a6xx_gmu_oob_bits[state].name); in a6xx_gmu_set_oob()331 a6xx_gmu_oob_bits[state].name, in a6xx_gmu_set_oob()347 if (state >= ARRAY_SIZE(a6xx_gmu_oob_bits)) in a6xx_gmu_clear_oob()[all …]