| /linux/drivers/ntb/hw/epf/ |
| H A D | ntb_hw_epf.c | 66 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 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 480 fw_status = vkread32(vk, BAR_0, VK_BAR_FWSTS); in bcm_vk_msgq_marker_valid()
|
| /linux/drivers/pci/endpoint/functions/ |
| H A D | pci-epf-test.c | 759 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 D | pci-epf-ntb.c | 1603 barno = BAR_0; in epf_ntb_init_epc_bar_interface()
|
| H A D | pci-epf-vntb.c | 905 barno = BAR_0; in epf_ntb_init_epc_bar()
|
| /linux/drivers/nvme/target/ |
| H A D | pci-epf.c | 2144 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 D | dw-edma-pcie.c | 99 .rg.bar = BAR_0, 137 .rg.bar = BAR_0, 150 .rg.bar = BAR_0,
|
| /linux/include/linux/ |
| H A D | pci-epf.h | 24 BAR_0, enumerator
|
| /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/pci/endpoint/ |
| H A D | pci-epc-core.c | 81 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 D | pcie-keembay.c | 315 .bar[BAR_0] = { .only_64bit = true, },
|
| H A D | pcie-qcom-ep.c | 850 .bar[BAR_0] = { .only_64bit = true, },
|
| /linux/drivers/rapidio/devices/ |
| H A D | tsi721.h | 59 #define BAR_0 0 macro
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 970 hw->hw_addr = pci_ioremap_bar(pdev, BAR_0); in e1000_probe()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 71 #define BAR_0 0 macro 17766 tp->regs = pci_ioremap_bar(pdev, BAR_0); in tg3_init_one()
|