/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_dev.c | 164 reg = vkread32(vk, BAR_0, BAR_INTF_VER); in bcm_vk_intf_ver_chk() 211 reg = vkread32(vk, BAR_0, BAR_CARD_ERR_MEM); in bcm_vk_log_notf() 223 reg = vkread32(vk, BAR_0, BAR_CARD_ERR_MEM); in bcm_vk_log_notf() 302 reg = vkread32(vk, BAR_0, BAR_CARD_ERR_LOG); in bcm_vk_handle_notf() 355 boot_status = vkread32(vk, BAR_0, BAR_BOOT_STATUS); in bcm_vk_wait() 383 offset = vkread32(vk, BAR_0, BAR_CARD_STATIC_INFO); in bcm_vk_get_card_info() 563 value = vkread32(vk, BAR_0, BAR_BOOTSRC_SELECT); in bcm_vk_load_image_by_type() 565 vkwrite32(vk, value, BAR_0, BAR_BOOTSRC_SELECT); in bcm_vk_load_image_by_type() 571 vkwrite32(vk, CODEPUSH_BOOTSTART, BAR_0, offset_codepush); in bcm_vk_load_image_by_type() 574 ret = bcm_vk_wait(vk, BAR_0, BAR_BOOT_STATUS, SRAM_OPEN, in bcm_vk_load_image_by_type() [all …]
|
H A D | bcm_vk_tty.c | 71 card_status = vkread32(vk, BAR_0, BAR_CARD_STATUS); in bcm_vk_tty_wq_handler() 149 card_status = vkread32(vk, BAR_0, BAR_CARD_STATUS); in bcm_vk_tty_open() 185 vkwrite32(vk, db_val, BAR_0, in bcm_vk_tty_doorbell()
|
H A D | bcm_vk.h | 256 BAR_0 = 0, enumerator 481 fw_status = vkread32(vk, BAR_0, VK_BAR_FWSTS); in bcm_vk_msgq_marker_valid()
|
H A D | bcm_vk_msg.c | 149 uptime_s = vkread32(vk, BAR_0, BAR_OS_UPTIME); in bcm_vk_hb_poll() 589 vkwrite32(vk, db_val, BAR_0, qinfo->q_db_offset); in bcm_to_v_q_doorbell()
|
/linux/drivers/ntb/hw/epf/ |
H A D | ntb_hw_epf.c | 52 BAR_0, enumerator 663 enum pci_barno ctrl_reg_bar = BAR_0; in ntb_epf_pci_probe() 734 .ctrl_reg_bar = BAR_0, 741 .ctrl_reg_bar = BAR_0, 742 .peer_spad_reg_bar = BAR_0,
|
/linux/drivers/misc/ |
H A D | dw-xdata-pcie.c | 306 err = pcim_iomap_regions(pdev, BIT(BAR_0), pci_name(pdev)); in dw_xdata_pcie_probe() 322 dw->rg_region.vaddr = pcim_iomap_table(pdev)[BAR_0]; in dw_xdata_pcie_probe() 326 dw->rg_region.paddr = pdev->resource[BAR_0].start; in dw_xdata_pcie_probe()
|
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-uniphier-ep.c | 211 for (bar = BAR_0; bar <= BAR_5; bar++) in uniphier_pcie_ep_init() 427 .bar[BAR_0] = { .only_64bit = true, }, 445 .bar[BAR_0] = { .only_64bit = true, },
|
H A D | pcie-keembay.c | 315 .bar[BAR_0] = { .only_64bit = true, },
|
/linux/drivers/nvme/target/ |
H A D | pci-epf.c | 2127 if (pci_epc_get_first_free_bar(epc_features) != BAR_0) { in nvmet_pci_epf_configure_bar() 2132 if (epc_features->bar[BAR_0].only_64bit) in nvmet_pci_epf_configure_bar() 2133 epf->bar[BAR_0].flags |= PCI_BASE_ADDRESS_MEM_TYPE_64; in nvmet_pci_epf_configure_bar() 2153 if (epc_features->bar[BAR_0].type == BAR_FIXED) { in nvmet_pci_epf_configure_bar() 2154 if (reg_size > epc_features->bar[BAR_0].fixed_size) { in nvmet_pci_epf_configure_bar() 2157 epc_features->bar[BAR_0].fixed_size, in nvmet_pci_epf_configure_bar() 2161 reg_bar_size = epc_features->bar[BAR_0].fixed_size; in nvmet_pci_epf_configure_bar() 2166 nvme_epf->reg_bar = pci_epf_alloc_space(epf, reg_bar_size, BAR_0, in nvmet_pci_epf_configure_bar() 2184 pci_epf_free_space(epf, nvme_epf->reg_bar, BAR_0, PRIMARY_INTERFACE); in nvmet_pci_epf_free_bar() 2193 &epf->bar[BAR_0]); in nvmet_pci_epf_clear_bar() [all …]
|
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 46 #define BAR_0 0 macro
|
/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 48 #define BAR_0 0 macro
|
H A D | atl1e_main.c | 2349 adapter->hw.hw_addr = pci_iomap(pdev, BAR_0, 0); in atl1e_probe()
|
/linux/drivers/dma/dw-edma/ |
H A D | dw-edma-pcie.c | 57 .rg.bar = BAR_0,
|
/linux/drivers/rapidio/devices/ |
H A D | tsi721.h | 59 #define BAR_0 0 macro
|
H A D | tsi721.c | 2806 if (!(pci_resource_flags(pdev, BAR_0) & IORESOURCE_MEM) || in tsi721_probe() 2807 pci_resource_flags(pdev, BAR_0) & IORESOURCE_MEM_64 || in tsi721_probe() 2808 pci_resource_len(pdev, BAR_0) < TSI721_REG_SPACE_SIZE) { in tsi721_probe() 2861 priv->regs = pci_ioremap_bar(pdev, BAR_0); in tsi721_probe()
|
/linux/drivers/pci/endpoint/functions/ |
H A D | pci-epf-vntb.c | 693 barno = BAR_0; in epf_ntb_init_epc_bar()
|
H A D | pci-epf-ntb.c | 1650 barno = BAR_0; in epf_ntb_init_epc_bar_interface()
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 71 #define BAR_0 0 macro 17798 tp->regs = pci_ioremap_bar(pdev, BAR_0); in tg3_init_one()
|