Searched refs:isa_page_to_bus (Results 1 – 7 of 7) sorted by relevance
155 #define isa_page_to_bus(page) ((unsigned int)page_to_phys(page)) macro
154 #define isa_page_to_bus page_to_phys macro
38 #define isa_page_to_bus page_to_phys macro
95 static inline dma_addr_t __deprecated isa_page_to_bus(struct page *page) in isa_page_to_bus() function
1121 any2scsi(sgb[i].ptr, isa_page_to_bus(sg_page(sg)) + sg->offset); in wd7000_queuecommand_lck()1128 any2scsi(scb->dataptr, isa_page_to_bus(sg_page(sg)) + sg->offset); in wd7000_queuecommand_lck()
691 mscp->sglist[i].address = isa_page_to_bus(sg_page(sg)) + sg->offset; in build_sg_list()
457 any2scsi(cptr[i].dataptr, isa_page_to_bus(sg_page(sg)) in aha1542_queuecommand()