Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dpci_regs.h1024 #define PCI_REBAR_CTRL_BAR_SIZE 0x00001F00 /* BAR size */ macro
/linux-6.15/drivers/pci/
H A Dpci.c1897 ctrl &= ~PCI_REBAR_CTRL_BAR_SIZE; in pci_restore_rebar_state()
1898 ctrl |= FIELD_PREP(PCI_REBAR_CTRL_BAR_SIZE, size); in pci_restore_rebar_state()
3814 return FIELD_GET(PCI_REBAR_CTRL_BAR_SIZE, ctrl); in pci_rebar_get_current_size()
3836 ctrl &= ~PCI_REBAR_CTRL_BAR_SIZE; in pci_rebar_set_size()
3837 ctrl |= FIELD_PREP(PCI_REBAR_CTRL_BAR_SIZE, size); in pci_rebar_set_size()