Home
last modified time | relevance | path

Searched refs:isa_virt_to_bus (Results 1 – 3 of 3) sorted by relevance

/linux/arch/alpha/include/asm/
H A Dio.h102 static inline unsigned long __deprecated isa_virt_to_bus(volatile void *address) in isa_virt_to_bus() function
108 #define isa_virt_to_bus isa_virt_to_bus macro
/linux/Documentation/core-api/
H A Ddma-isa-lpc.rst55 API. Do _not_ use isa_virt_to_bus() even though it does the same
56 thing. The reason for this is that the function isa_virt_to_bus()
/linux/drivers/net/ethernet/cirrus/
H A Dcs89x0.c898 (unsigned long)isa_virt_to_bus(lp->dma_buff)); in net_open()
918 set_dma_addr(dev->dma, isa_virt_to_bus(lp->dma_buff)); in net_open()