Searched refs:table_phys (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h103 uint32 table_phys; /* physical address of sgtable */ member in struct:_SymTarg
H A D53c8xx.c294 st->table_phys = st->priv_phys + ADJUST_PRIV_TO_TABLE;
304 st->datain_phys = st->table_phys;
308 st->dataout_phys = st->table_phys;
560 uint32 n = (dsp - s->active->table_phys) / 8 - 1;
590 s->active->datain_phys = s->active->table_phys + 8*(t->count ? n : n+1);
624 s->active->dataout_phys = s->active->table_phys + 8*(t->count ? n : n+1);

Completed in 38 milliseconds