Searched refs:bar_fixed_64bit (Results 1 – 8 of 8) sorted by relevance
815 bool bar_fixed_64bit; in pci_epf_configure_bar() local820 bar_fixed_64bit = !!(epc_features->bar_fixed_64bit & (1 << i)); in pci_epf_configure_bar()821 if (bar_fixed_64bit) in pci_epf_configure_bar()
181 ls_epc->bar_fixed_64bit = (1 << BAR_2) | (1 << BAR_4), in ls_pcie_ep_probe()
363 .bar_fixed_64bit = BIT(BAR_0) | BIT(BAR_2) | BIT(BAR_4),
961 .bar_fixed_64bit = 1 << BAR_0,
1887 .bar_fixed_64bit = 1 << BAR_0,
117 if ((epc_features->bar_fixed_64bit << 1) & 1 << bar) in pci_epc_get_next_free_bar()121 free_bar = epc_features->reserved_bar & epc_features->bar_fixed_64bit; in pci_epc_get_next_free_bar()
142 u8 bar_fixed_64bit; member
447 .bar_fixed_64bit = 1 << BAR_0 | 1 << BAR_2 | 1 << BAR_4,