Searched refs:BAR_2 (Results 1 – 13 of 13) sorted by relevance
/drivers/dma/dw-edma/ |
D | dw-edma-pcie.c | 63 DW_BLOCK(BAR_2, 0x00000000, 0x00000800) 65 DW_BLOCK(BAR_2, 0x00200000, 0x00000800) 69 DW_BLOCK(BAR_2, 0x00400000, 0x00000800) 71 DW_BLOCK(BAR_2, 0x00600000, 0x00000800) 76 DW_BLOCK(BAR_2, 0x00800000, 0x00000800) 78 DW_BLOCK(BAR_2, 0x00900000, 0x00000800) 82 DW_BLOCK(BAR_2, 0x00a00000, 0x00000800) 84 DW_BLOCK(BAR_2, 0x00b00000, 0x00000800)
|
/drivers/misc/bcm-vk/ |
D | bcm_vk_dev.c | 251 memcpy_fromio(&log, vk->bar[BAR_2] + vk->peerlog_off, sizeof(log)); in bcm_vk_dump_peer_log() 278 loc_buf[cnt] = vkread8(vk, BAR_2, data_offset + log.rd_idx); in bcm_vk_dump_peer_log() 290 vkwrite32(vk, log.rd_idx, BAR_2, in bcm_vk_dump_peer_log() 384 offset &= (pci_resource_len(vk->pdev, BAR_2 * 2) - 1); in bcm_vk_get_card_info() 389 *dst++ = vkread8(vk, BAR_2, offset++); in bcm_vk_get_card_info() 410 memcpy_fromio(&vk->peerlog_info, vk->bar[BAR_2] + vk->peerlog_off, in bcm_vk_get_card_info() 445 buf_size = vkread32(vk, BAR_2, in bcm_vk_get_proc_mon_info() 452 num = vkread32(vk, BAR_2, offset); in bcm_vk_get_proc_mon_info() 453 entry_size = vkread32(vk, BAR_2, offset + sizeof(num)); in bcm_vk_get_proc_mon_info() 469 memcpy_fromio(dst, vk->bar[BAR_2] + offset, num * entry_size); in bcm_vk_get_proc_mon_info()
|
D | bcm_vk.h | 258 BAR_2 enumerator
|
/drivers/ntb/hw/epf/ |
D | ntb_hw_epf.c | 55 BAR_2, enumerator 659 enum pci_barno db_reg_bar = BAR_2; in ntb_epf_pci_probe() 731 .db_reg_bar = BAR_2,
|
/drivers/pci/controller/dwc/ |
D | pci-layerscape-ep.c | 252 ls_epc->bar_fixed_64bit = (1 << BAR_2) | (1 << BAR_4); in ls_pcie_ep_probe()
|
D | pcie-uniphier-ep.c | 329 .bar_fixed_64bit = BIT(BAR_0) | BIT(BAR_2) | BIT(BAR_4),
|
D | pcie-keembay.c | 312 .bar_fixed_64bit = BIT(BAR_0) | BIT(BAR_2) | BIT(BAR_4),
|
D | pcie-tegra194.c | 1889 .reserved_bar = 1 << BAR_2 | 1 << BAR_3 | 1 << BAR_4 | 1 << BAR_5,
|
/drivers/misc/ |
D | pci_endpoint_test.c | 102 BAR_2, enumerator 969 .test_reg_bar = BAR_2,
|
/drivers/pci/controller/ |
D | pcie-rcar-ep.c | 448 .bar_fixed_64bit = 1 << BAR_0 | 1 << BAR_2 | 1 << BAR_4,
|
/drivers/rapidio/devices/ |
D | tsi721.h | 61 #define BAR_2 2 macro
|
D | tsi721.c | 2796 if (pci_resource_flags(pdev, BAR_2) & IORESOURCE_MEM_64) { in tsi721_probe() 2797 if (pci_resource_flags(pdev, BAR_2) & IORESOURCE_PREFETCH) in tsi721_probe() 2801 priv->p2r_bar[0].base = pci_resource_start(pdev, BAR_2); in tsi721_probe() 2802 priv->p2r_bar[0].size = pci_resource_len(pdev, BAR_2); in tsi721_probe()
|
/drivers/net/ethernet/broadcom/ |
D | tg3.c | 70 #define BAR_2 2 macro 17702 tp->aperegs = pci_ioremap_bar(pdev, BAR_2); in tg3_init_one()
|