Searched refs:bus_to_virt (Results 1 – 19 of 19) sorted by relevance
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()822 pe = bus_to_virt (qe->p0); in process_incoming()1509 qe = bus_to_virt ((long) qe_tmp); in top_off_fp()[all …]
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()
403 skb = ((struct rx_buffer_head *) bus_to_virt(here[2]))->skb; in poll_rx()
2615 u32 * membase = bus_to_virt (pci_resource_start (pci_dev, 1)); in hrz_probe()
38 #define bus_to_virt phys_to_virt macro
67 #define bus_to_virt phys_to_virt macro
9 The virt_to_bus() and bus_to_virt() functions have been90 virt_addr = bus_to_virt(bus_addr);111 retbuffer = bus_to_virt(mbox.bufstart);
711 longer, nor should they use bus_to_virt(). Some drivers have to be changed a712 little bit, because there is no longer an equivalent to bus_to_virt() in the720 is planned to completely remove virt_to_bus() and bus_to_virt() as
117 static inline void * __deprecated bus_to_virt(unsigned long address) in bus_to_virt() function128 #define isa_bus_to_virt bus_to_virt
103 #define bus_to_virt phys_to_virt macro
958 static inline void * bus_to_virt(unsigned long address) in bus_to_virt() function964 #define bus_to_virt bus_to_virt macro
11 #define bus_to_virt phys_to_virt macro
177 #define bus_to_virt phys_to_virt macro
157 #define bus_to_virt phys_to_virt macro
772 if (cp == bus_to_virt(in_le32(&bp->tx_dma->cmdptr))) in bmac_txdma_intr()1499 cp = bus_to_virt(le32_to_cpu(rd->cmdptr)); in bmac_tx_timeout()
831 cp = bus_to_virt(le32_to_cpu(rd->cmdptr)); in mace_tx_timeout()
1069 static inline void *bus_to_virt(unsigned long address) in bus_to_virt() function
2552 (struct blogic_ccb *) bus_to_virt(next_inbox->ccb); in blogic_scan_inbox()
2116 reply = (u8 *)bus_to_virt(m); in adpt_isr()
Completed in 52 milliseconds