Searched refs:only_64bit (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/pci/controller/dwc/ |
| A D | pcie-uniphier-ep.c | 427 .bar[BAR_0] = { .only_64bit = true, }, 429 .bar[BAR_2] = { .only_64bit = true, }, 445 .bar[BAR_0] = { .only_64bit = true, }, 447 .bar[BAR_2] = { .only_64bit = true, }, 449 .bar[BAR_4] = { .only_64bit = true, },
|
| A D | pcie-keembay.c | 315 .bar[BAR_0] = { .only_64bit = true, }, 317 .bar[BAR_2] = { .only_64bit = true, }, 319 .bar[BAR_4] = { .only_64bit = true, },
|
| A D | pci-layerscape-ep.c | 253 ls_epc->bar[BAR_2].only_64bit = true; in ls_pcie_ep_probe() 255 ls_epc->bar[BAR_4].only_64bit = true; in ls_pcie_ep_probe()
|
| A D | pcie-tegra194.c | 2002 .only_64bit = true, },
|
| /linux/drivers/pci/controller/ |
| A D | pcie-rcar-ep.c | 444 .only_64bit = true, }, 447 .only_64bit = true, }, 450 .only_64bit = true, },
|
| /linux/include/linux/ |
| A D | pci-epc.h | 182 bool only_64bit; member
|
| /linux/drivers/pci/endpoint/ |
| A D | pci-epf-core.c | 309 if (upper_32_bits(size) || epc_features->bar[bar].only_64bit) in pci_epf_alloc_space()
|
| A D | pci-epc-core.c | 118 if (bar > 0 && epc_features->bar[bar - 1].only_64bit) in pci_epc_get_next_free_bar()
|
Completed in 17 milliseconds