__dma_handle      208 drivers/scsi/aic94xx/aic94xx_hwi.h #define ASD_BUSADDR_LO(__dma_handle) ((u32)(__dma_handle))
__dma_handle      209 drivers/scsi/aic94xx/aic94xx_hwi.h #define ASD_BUSADDR_HI(__dma_handle) (((sizeof(dma_addr_t))==8)     \
__dma_handle      210 drivers/scsi/aic94xx/aic94xx_hwi.h                                     ? ((u32)((__dma_handle) >> 32)) \