Home
last modified time | relevance | path

Searched refs:phys_to_virt (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.h149 uint32 phys_to_virt; /* adjustment for mapping BL_CCB32's */ member
H A Dbuslogic.c28 #define PhysToVirt(n) ((void *) (((uint32) n) + bl->phys_to_virt))
844 bl->phys_to_virt = ((uint) a) - ((uint) entries[0].address); in create_cardinfo()