Searched refs:last_reg (Results 1 - 5 of 5) sorted by relevance

/drivers/input/mouse/
H A Dsentelic.h79 unsigned char last_reg; /* Last register we requested read from */ member in struct:fsp_data
H A Dsentelic.c443 return sprintf(buf, "%02x%02x\n", pad->last_reg, pad->last_val);
467 pad->last_reg = reg;
/drivers/gpu/drm/radeon/
H A Dmkregtable.c647 int last_reg; local
673 last_reg = strtol(last_reg_s, NULL, 16);
705 if (t->offset_max < last_reg)
706 t->offset_max = last_reg;
H A Devergreen_cs.c432 u32 last_reg; local
437 last_reg = ARRAY_SIZE(cayman_reg_safe_bm);
439 last_reg = ARRAY_SIZE(evergreen_reg_safe_bm);
442 if (i >= last_reg) {
/drivers/mfd/
H A Dab5500-core.c1106 static bool page_write_allowed(u8 devid, u8 bank, u8 first_reg, u8 last_reg) argument
1112 if (bankref == NULL || last_reg < first_reg)
1118 if ((last_reg <= bankref->range[i].last) &&
1130 static bool page_read_allowed(u8 devid, u8 bank, u8 first_reg, u8 last_reg) argument
1136 if (bankref == NULL || last_reg < first_reg)
1147 /* Make sure that the entire range up to and including last_reg is
1152 if (last_reg <= bankref->range[i].last)

Completed in 74 milliseconds