NUM_GPR
#define NUM_GPR_DW (NUM_GPR * 2) /* each GPR is 2 dwords */
for (i = 1; i < NUM_GPR; i++) {
NUM_GPR * i * sizeof(u32));
for (i = 1; i <= NUM_GPR; i++) {
if (READ_ONCE(result[0]) != NUM_GPR) {
for (gpr = 1; gpr < NUM_GPR; gpr++) {
if (result[NUM_GPR * i + gpr] != 1) {
i, gpr, result[NUM_GPR * i + gpr]);
#define NUM_GPR_DW (NUM_GPR * 2) /* each GPR is 2 dwords */