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

/linux-master/drivers/pci/
H A Dpci.c1863 int bar_idx, size; local
1866 bar_idx = ctrl & PCI_REBAR_CTRL_BAR_IDX;
1867 res = pdev->resource + bar_idx;
3694 int bar_idx; local
3697 bar_idx = FIELD_GET(PCI_REBAR_CTRL_BAR_IDX, ctrl);
3698 if (bar_idx == bar)

Completed in 202 milliseconds