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

/linux-master/drivers/pci/
H A Dpci.c1864 ctrl &= ~PCI_REBAR_CTRL_BAR_SIZE;
1865 ctrl |= FIELD_PREP(PCI_REBAR_CTRL_BAR_SIZE, size);
3749 return FIELD_GET(PCI_REBAR_CTRL_BAR_SIZE, ctrl);
3771 ctrl &= ~PCI_REBAR_CTRL_BAR_SIZE;
3772 ctrl |= FIELD_PREP(PCI_REBAR_CTRL_BAR_SIZE, size);
/linux-master/include/uapi/linux/
H A Dpci_regs.h1015 #define PCI_REBAR_CTRL_BAR_SIZE 0x00001F00 /* BAR size */ macro

Completed in 188 milliseconds