Home
last modified time | relevance | path

Searched refs:bar_idx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c1643 int bar_idx, size; in pci_restore_rebar_state() local
1646 bar_idx = ctrl & PCI_REBAR_CTRL_BAR_IDX; in pci_restore_rebar_state()
1647 res = pdev->resource + bar_idx; in pci_restore_rebar_state()
3567 int bar_idx; in pci_rebar_find_pos() local
3570 bar_idx = ctrl & PCI_REBAR_CTRL_BAR_IDX; in pci_rebar_find_pos()
3571 if (bar_idx == bar) in pci_rebar_find_pos()
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci.c1792 int bar_idx, size; in pci_restore_rebar_state() local
1795 bar_idx = ctrl & PCI_REBAR_CTRL_BAR_IDX; in pci_restore_rebar_state()
1796 res = pdev->resource + bar_idx; in pci_restore_rebar_state()
3742 int bar_idx; in pci_rebar_find_pos() local
3745 bar_idx = ctrl & PCI_REBAR_CTRL_BAR_IDX; in pci_rebar_find_pos()
3746 if (bar_idx == bar) in pci_rebar_find_pos()

Completed in 17 milliseconds