| /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 480 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 | 53 BAR_0, enumerator 731 [BAR_CONFIG] = BAR_0, 741 [BAR_CONFIG] = BAR_0, 742 [BAR_PEER_SPAD] = BAR_0, 751 [BAR_CONFIG] = BAR_0, 752 [BAR_PEER_SPAD] = BAR_0,
|
| /linux/drivers/pci/endpoint/functions/ |
| H A D | pci-epf-test.c | 748 if (bar < BAR_0) in pci_epf_test_enable_doorbell() 803 if (bar < BAR_0) in pci_epf_test_disable_doorbell() 1129 if (epf_test->epc_features->bar[BAR_0].type == BAR_RESERVED) in pci_epf_test_set_capabilities() 1273 for (bar = BAR_0; bar < PCI_STD_NUM_BARS; bar++) { in pci_epf_test_alloc_space() 1317 enum pci_barno test_reg_bar = BAR_0; in pci_epf_test_bind() 1396 PCI_EPF_TEST_BAR_SIZE_R(bar0_size, BAR_0) 1397 PCI_EPF_TEST_BAR_SIZE_W(bar0_size, BAR_0) 1464 for (bar = BAR_0; bar < PCI_STD_NUM_BARS; bar++) in pci_epf_test_probe()
|
| /linux/drivers/nvme/target/ |
| H A D | pci-epf.c | 2163 if (pci_epc_get_first_free_bar(epc_features) != BAR_0) { in nvmet_pci_epf_configure_bar() 2176 epf->bar[BAR_0].flags |= PCI_BASE_ADDRESS_MEM_TYPE_64; in nvmet_pci_epf_configure_bar() 2196 if (epc_features->bar[BAR_0].type == BAR_FIXED) { in nvmet_pci_epf_configure_bar() 2197 if (reg_size > epc_features->bar[BAR_0].fixed_size) { in nvmet_pci_epf_configure_bar() 2200 epc_features->bar[BAR_0].fixed_size, in nvmet_pci_epf_configure_bar() 2204 reg_bar_size = epc_features->bar[BAR_0].fixed_size; in nvmet_pci_epf_configure_bar() 2209 nvme_epf->reg_bar = pci_epf_alloc_space(epf, reg_bar_size, BAR_0, in nvmet_pci_epf_configure_bar() 2227 pci_epf_free_space(epf, nvme_epf->reg_bar, BAR_0, PRIMARY_INTERFACE); in nvmet_pci_epf_free_bar() 2236 &epf->bar[BAR_0]); in nvmet_pci_epf_clear_bar() 2248 epf->msix_interrupts, BAR_0, in nvmet_pci_epf_init_irq() [all …]
|
| /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/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/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()
|