/openbmc/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()
|
/openbmc/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()
|
H A D | pci_endpoint_test.c | 101 BAR_0, enumerator 736 if (is_am654_pci_dev(pdev) && bar == BAR_0) in pci_endpoint_test_ioctl() 788 enum pci_barno test_reg_bar = BAR_0; in pci_endpoint_test_probe() 957 .test_reg_bar = BAR_0,
|
/openbmc/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,
|
/openbmc/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() 415 .bar_fixed_64bit = BIT(BAR_0) | BIT(BAR_2) | BIT(BAR_4), 429 .bar_fixed_64bit = BIT(BAR_0) | BIT(BAR_2) | BIT(BAR_4),
|
H A D | pcie-keembay.c | 317 .bar_fixed_64bit = BIT(BAR_0) | BIT(BAR_2) | BIT(BAR_4),
|
H A D | pci-keystone.c | 978 .reserved_bar = 1 << BAR_0 | 1 << BAR_1, 979 .bar_fixed_64bit = 1 << BAR_0,
|
H A D | pcie-qcom-ep.c | 807 for (bar = BAR_0; bar <= BAR_5; bar++) in qcom_pcie_ep_init()
|
H A D | pci-imx6.c | 1017 for (bar = BAR_0; bar <= BAR_5; bar++) in imx6_pcie_ep_init()
|
H A D | pcie-tegra194.c | 2014 .bar_fixed_64bit = 1 << BAR_0,
|
/openbmc/linux/include/linux/ |
H A D | pci-epf.h | 22 BAR_0, enumerator
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 46 #define BAR_0 0 macro
|
/openbmc/linux/drivers/pci/endpoint/functions/ |
H A D | pci-epf-mhi.c | 94 .bar_num = BAR_0, 110 .bar_num = BAR_0,
|
H A D | pci-epf-test.c | 902 enum pci_barno test_reg_bar = BAR_0; in pci_epf_test_bind()
|
H A D | pci-epf-vntb.c | 704 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()
|
/openbmc/linux/drivers/pci/endpoint/ |
H A D | pci-epc-core.c | 95 return pci_epc_get_next_free_bar(epc_features, BAR_0); in pci_epc_get_first_free_bar() 113 return BAR_0; in pci_epc_get_next_free_bar()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 48 #define BAR_0 0 macro
|
/openbmc/linux/drivers/dma/dw-edma/ |
H A D | dw-edma-pcie.c | 57 .rg.bar = BAR_0,
|
/openbmc/linux/drivers/rapidio/devices/ |
H A D | tsi721.h | 59 #define BAR_0 0 macro
|
H A D | tsi721.c | 2769 if (!(pci_resource_flags(pdev, BAR_0) & IORESOURCE_MEM) || in tsi721_probe() 2770 pci_resource_flags(pdev, BAR_0) & IORESOURCE_MEM_64 || in tsi721_probe() 2771 pci_resource_len(pdev, BAR_0) < TSI721_REG_SPACE_SIZE) { in tsi721_probe() 2824 priv->regs = pci_ioremap_bar(pdev, BAR_0); in tsi721_probe()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-rcar-ep.c | 445 .bar_fixed_64bit = 1 << BAR_0 | 1 << BAR_2 | 1 << BAR_4,
|