/Linux-v5.15/drivers/atm/ |
D | firestream.c | 579 return bus_to_virt (read_fs (dev, Q_WP(q->offset)) & Q_ADDR_MASK); in get_qentry() 598 cqe = bus_to_virt (wp); in submit_qentry() 674 qe = bus_to_virt (rq); in process_return_queue() 681 tc = bus_to_virt (qe->p0); in process_return_queue() 702 qe = bus_to_virt (rq); in process_txdone_queue() 721 td = bus_to_virt (tmp); in process_txdone_queue() 773 qe = bus_to_virt (rq); in process_incoming() 782 pe = bus_to_virt (qe->p0); in process_incoming() 805 if (FS_DEBUG_QUEUE & fs_debug) my_hd (bus_to_virt (pe->bsa), 0x20); in process_incoming() 822 pe = bus_to_virt (qe->p0); in process_incoming() [all …]
|
D | ambassador.c | 436 tx_simple * tx_descr = bus_to_virt (tx->handle); in tx_complete() 457 struct sk_buff * skb = bus_to_virt (rx->handle); in rx_complete() 2134 dev->membase = bus_to_virt(pci_resource_start(pci_dev, 0)); in setup_dev() 2203 irq, bus_to_virt(pci_resource_start(pci_dev, 0))); in amb_probe()
|
D | zatm.c | 403 skb = ((struct rx_buffer_head *) bus_to_virt(here[2]))->skb; in poll_rx()
|
D | horizon.c | 2615 u32 * membase = bus_to_virt (pci_resource_start (pci_dev, 1)); in hrz_probe()
|
/Linux-v5.15/arch/m68k/include/asm/ |
D | virtconvert.h | 38 #define bus_to_virt phys_to_virt macro
|
/Linux-v5.15/arch/xtensa/include/asm/ |
D | io.h | 67 #define bus_to_virt phys_to_virt macro
|
/Linux-v5.15/Documentation/core-api/ |
D | bus-virt-phys-mapping.rst | 9 The virt_to_bus() and bus_to_virt() functions have been 90 virt_addr = bus_to_virt(bus_addr); 111 retbuffer = bus_to_virt(mbox.bufstart);
|
D | dma-api-howto.rst | 711 longer, nor should they use bus_to_virt(). Some drivers have to be changed a 712 little bit, because there is no longer an equivalent to bus_to_virt() in the 720 is planned to completely remove virt_to_bus() and bus_to_virt() as
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | io.h | 103 #define bus_to_virt phys_to_virt macro
|
/Linux-v5.15/arch/alpha/include/asm/ |
D | io.h | 117 static inline void * __deprecated bus_to_virt(unsigned long address) in bus_to_virt() function 128 #define isa_bus_to_virt bus_to_virt
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | io.h | 958 static inline void * bus_to_virt(unsigned long address) in bus_to_virt() function 964 #define bus_to_virt bus_to_virt macro
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | io.h | 11 #define bus_to_virt phys_to_virt macro
|
/Linux-v5.15/arch/x86/include/asm/ |
D | io.h | 177 #define bus_to_virt phys_to_virt macro
|
/Linux-v5.15/arch/mips/include/asm/ |
D | io.h | 157 #define bus_to_virt phys_to_virt macro
|
/Linux-v5.15/drivers/staging/netlogic/ |
D | xlr_net.c | 109 addr = bus_to_virt(msg->msg0 & 0xffffffffffULL); in xlr_net_fmn_handler() 115 bus_to_virt(msg->msg0 & 0xffffffffe0ULL); in xlr_net_fmn_handler()
|
/Linux-v5.15/include/asm-generic/ |
D | io.h | 1069 static inline void *bus_to_virt(unsigned long address) in bus_to_virt() function
|
/Linux-v5.15/drivers/net/ethernet/apple/ |
D | bmac.c | 775 if (cp == bus_to_virt(in_le32(&bp->tx_dma->cmdptr))) in bmac_txdma_intr() 1502 cp = bus_to_virt(le32_to_cpu(rd->cmdptr)); in bmac_tx_timeout()
|
D | mace.c | 831 cp = bus_to_virt(le32_to_cpu(rd->cmdptr)); in mace_tx_timeout()
|
/Linux-v5.15/drivers/scsi/ |
D | BusLogic.c | 2552 (struct blogic_ccb *) bus_to_virt(next_inbox->ccb); in blogic_scan_inbox()
|
D | dpt_i2o.c | 2117 reply = (u8 *)bus_to_virt(m); in adpt_isr()
|