Searched refs:nbars (Results 1 – 1 of 1) sorted by relevance
1871 unsigned int pos, nbars, i; in pci_restore_rebar_state() local1879 nbars = FIELD_GET(PCI_REBAR_CTRL_NBAR_MASK, ctrl); in pci_restore_rebar_state()1881 for (i = 0; i < nbars; i++, pos += 8) { in pci_restore_rebar_state()3732 unsigned int pos, nbars, i; in pci_rebar_find_pos() local3740 nbars = FIELD_GET(PCI_REBAR_CTRL_NBAR_MASK, ctrl); in pci_rebar_find_pos()3742 for (i = 0; i < nbars; i++, pos += 8) { in pci_rebar_find_pos()