Searched refs:priv_phys (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h102 uint32 priv_phys; /* physical address of priv */ member in struct:_SymTarg
H A D53c8xx.c250 /*#define PPHADDR(ptr) (st->priv_phys + (((uint32) ptr) - ((uint32) st->priv)))*/
294 st->table_phys = st->priv_phys + ADJUST_PRIV_TO_TABLE;
344 // dprintf("sym: pp = %08x di = %08x do = %08x\n",st->priv_phys,st->datain_phys,st->dataout_phys);
562 if((dsp < s->active->priv_phys) || (n > 129)) {
678 out32(sym_dsa, s->active->priv_phys + ADJUST_PRIV_TO_DSA);
693 out32(sym_dsa, LE(s->startqueue->priv_phys + ADJUST_PRIV_TO_DSA));
871 targ->priv_phys = (uint32 ) pe[0].address;
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c389 uint32 priv_phys; local
424 priv_phys = (uint32) entries[0].address;
444 bl_ccb->sense = toLE(priv_phys);
461 bl_ccb->data = toLE(priv_phys + 256);
504 bl_ccb->data = toLE(priv_phys + 256);

Completed in 40 milliseconds