Searched refs:map_idx (Results 1 – 4 of 4) sorted by relevance
/drivers/irqchip/ |
D | irq-bcm7120-l2.c | 192 unsigned int map_idx = gc_idx * 2; in bcm7120_l2_intc_iomap_3380() local 193 void __iomem *en = of_iomap(dn, map_idx + 0); in bcm7120_l2_intc_iomap_3380() 194 void __iomem *stat = of_iomap(dn, map_idx + 1); in bcm7120_l2_intc_iomap_3380() 197 data->map_base[map_idx + 0] = en; in bcm7120_l2_intc_iomap_3380() 198 data->map_base[map_idx + 1] = stat; in bcm7120_l2_intc_iomap_3380()
|
/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_main.c | 1316 int frag_idx, err, map_idx = 0; in ql_map_send() local 1339 dma_unmap_addr_set(&tx_ring_desc->map[map_idx], mapaddr, map); in ql_map_send() 1340 dma_unmap_len_set(&tx_ring_desc->map[map_idx], maplen, len); in ql_map_send() 1341 map_idx++; in ql_map_send() 1350 for (frag_idx = 0; frag_idx < frag_cnt; frag_idx++, map_idx++) { in ql_map_send() 1393 dma_unmap_addr_set(&tx_ring_desc->map[map_idx], mapaddr, in ql_map_send() 1395 dma_unmap_len_set(&tx_ring_desc->map[map_idx], maplen, in ql_map_send() 1398 map_idx++; in ql_map_send() 1414 dma_unmap_addr_set(&tx_ring_desc->map[map_idx], mapaddr, map); in ql_map_send() 1415 dma_unmap_len_set(&tx_ring_desc->map[map_idx], maplen, in ql_map_send() [all …]
|
/drivers/media/platform/omap3isp/ |
D | isp.c | 2261 unsigned int map_idx = i ? OMAP3_ISP_IOMEM_CSI2A_REGS1 : 0; in isp_probe() local 2264 isp->mmio_base[map_idx] = in isp_probe() 2266 if (IS_ERR(isp->mmio_base[map_idx])) in isp_probe() 2267 return PTR_ERR(isp->mmio_base[map_idx]); in isp_probe()
|
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 3870 u32 map_idx = txr->bnapi->index; in bnxt_hwrm_ring_alloc() local 3871 u16 fw_stats_ctx = bp->grp_info[map_idx].fw_stats_ctx; in bnxt_hwrm_ring_alloc() 3874 map_idx, fw_stats_ctx); in bnxt_hwrm_ring_alloc() 3877 txr->tx_doorbell = bp->bar1 + map_idx * 0x80; in bnxt_hwrm_ring_alloc() 3883 u32 map_idx = rxr->bnapi->index; in bnxt_hwrm_ring_alloc() local 3886 map_idx, INVALID_STATS_CTX_ID); in bnxt_hwrm_ring_alloc() 3889 rxr->rx_doorbell = bp->bar1 + map_idx * 0x80; in bnxt_hwrm_ring_alloc() 3891 bp->grp_info[map_idx].rx_fw_ring_id = ring->fw_ring_id; in bnxt_hwrm_ring_alloc() 3900 u32 map_idx = grp_idx + bp->rx_nr_rings; in bnxt_hwrm_ring_alloc() local 3904 map_idx, in bnxt_hwrm_ring_alloc() [all …]
|