Esempio n. 1
0
static void *swiotlb_bus_to_virt(dma_addr_t address)
{
	return phys_to_virt(swiotlb_bus_to_phys(address));
}
Esempio n. 2
0
void * __weak swiotlb_bus_to_virt(struct device *hwdev, dma_addr_t address)
{
	return phys_to_virt(swiotlb_bus_to_phys(hwdev, address));
}