Home
last modified time | relevance | path

Searched refs:BAR_0 (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c66 BAR_0, enumerator
815 [BAR_CONFIG] = BAR_0,
825 [BAR_CONFIG] = BAR_0,
826 [BAR_PEER_SPAD] = BAR_0,
835 [BAR_CONFIG] = BAR_0,
836 [BAR_PEER_SPAD] = BAR_0,
/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_tty.c71 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 Dbcm_vk.h256 BAR_0 = 0, enumerator
480 fw_status = vkread32(vk, BAR_0, VK_BAR_FWSTS); in bcm_vk_msgq_marker_valid()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c759 if (bar < BAR_0) in pci_epf_test_enable_doorbell()
825 if (bar < BAR_0) in pci_epf_test_disable_doorbell()
1157 if (epf_test->epc_features->bar[BAR_0].type == BAR_RESERVED) in pci_epf_test_set_capabilities()
1301 for (bar = BAR_0; bar < PCI_STD_NUM_BARS; bar++) { in pci_epf_test_alloc_space()
1345 enum pci_barno test_reg_bar = BAR_0; in pci_epf_test_bind()
1424 PCI_EPF_TEST_BAR_SIZE_R(bar0_size, BAR_0)
1425 PCI_EPF_TEST_BAR_SIZE_W(bar0_size, BAR_0)
1492 for (bar = BAR_0; bar < PCI_STD_NUM_BARS; bar++) in pci_epf_test_probe()
H A Dpci-epf-ntb.c1603 barno = BAR_0; in epf_ntb_init_epc_bar_interface()
H A Dpci-epf-vntb.c905 barno = BAR_0; in epf_ntb_init_epc_bar()
/linux/drivers/nvme/target/
H A Dpci-epf.c2144 if (pci_epc_get_first_free_bar(epc_features) != BAR_0) { in nvmet_pci_epf_configure_bar()
2157 epf->bar[BAR_0].flags |= PCI_BASE_ADDRESS_MEM_TYPE_64; in nvmet_pci_epf_configure_bar()
2177 if (epc_features->bar[BAR_0].type == BAR_FIXED) { in nvmet_pci_epf_configure_bar()
2178 if (reg_size > epc_features->bar[BAR_0].fixed_size) { in nvmet_pci_epf_configure_bar()
2181 epc_features->bar[BAR_0].fixed_size, in nvmet_pci_epf_configure_bar()
2185 reg_bar_size = epc_features->bar[BAR_0].fixed_size; in nvmet_pci_epf_configure_bar()
2190 nvme_epf->reg_bar = pci_epf_alloc_space(epf, reg_bar_size, BAR_0, in nvmet_pci_epf_configure_bar()
2208 pci_epf_free_space(epf, nvme_epf->reg_bar, BAR_0, PRIMARY_INTERFACE); in nvmet_pci_epf_free_bar()
2217 &epf->bar[BAR_0]); in nvmet_pci_epf_clear_bar()
2229 epf->msix_interrupts, BAR_0, in nvmet_pci_epf_init_irq()
[all …]
/linux/drivers/dma/dw-edma/
H A Ddw-edma-pcie.c99 .rg.bar = BAR_0,
137 .rg.bar = BAR_0,
150 .rg.bar = BAR_0,
/linux/include/linux/
H A Dpci-epf.h24 BAR_0, enumerator
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h48 #define BAR_0 0 macro
H A Datl1e_main.c2349 adapter->hw.hw_addr = pci_iomap(pdev, BAR_0, 0); in atl1e_probe()
/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c81 return pci_epc_get_next_free_bar(epc_features, BAR_0); in pci_epc_get_first_free_bar()
99 return BAR_0; in pci_epc_get_next_free_bar()
/linux/drivers/pci/controller/dwc/
H A Dpcie-keembay.c315 .bar[BAR_0] = { .only_64bit = true, },
H A Dpcie-qcom-ep.c850 .bar[BAR_0] = { .only_64bit = true, },
/linux/drivers/rapidio/devices/
H A Dtsi721.h59 #define BAR_0 0 macro
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c970 hw->hw_addr = pci_ioremap_bar(pdev, BAR_0); in e1000_probe()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c71 #define BAR_0 0 macro
17766 tp->regs = pci_ioremap_bar(pdev, BAR_0); in tg3_init_one()