Home
last modified time | relevance | path

Searched refs:BAR_4 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/pci/controller/
H A Dpcie-rockchip-ep.c193 if (bar < BAR_4) { in rockchip_pcie_ep_set_bar()
198 b = bar - BAR_4; in rockchip_pcie_ep_set_bar()
227 if (bar < BAR_4) { in rockchip_pcie_ep_clear_bar()
232 b = bar - BAR_4; in rockchip_pcie_ep_clear_bar()
/linux/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c70 BAR_4, enumerator
820 [BAR_MW3] = BAR_4,
828 [BAR_MW1] = BAR_4,
837 [BAR_DB] = BAR_4,
/linux/include/linux/
H A Dpci-epf.h28 BAR_4, enumerator
/linux/drivers/pci/controller/dwc/
H A Dpcie-keembay.c317 .bar[BAR_4] = { .only_64bit = true, },
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c1169 if (epf_test->epc_features->bar[BAR_4].type == BAR_RESERVED) in pci_epf_test_set_capabilities()
1432 PCI_EPF_TEST_BAR_SIZE_R(bar4_size, BAR_4)
1433 PCI_EPF_TEST_BAR_SIZE_W(bar4_size, BAR_4)
/linux/drivers/rapidio/devices/
H A Dtsi721.h62 #define BAR_4 4 macro