HomeSort by: relevance | last modified time | path
    Searched defs:offset_max (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
mkregtable.c 118 unsigned offset_max; member in struct:table
144 t->offset_max = 0;
179 t->nentry = ((t->offset_max >> 2) + 31) / 32;
259 if (o > t->offset_max)
260 t->offset_max = o;
265 if (t->offset_max < last_reg)
266 t->offset_max = last_reg;
  /src/sys/dev/ic/
cs89x0.c 691 int offset_max; local in function:cs_read_pktpg_from_eeprom
711 offset_max = offset + (group_size << 1);
714 if ((offset <= pktpg) && (pktpg <= offset_max)) {

Completed in 105 milliseconds