Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c61 #define PCIE_STAT_BUS (0xff << 8) macro
103 stat &= ~PCIE_STAT_BUS; in mvebu_pcie_set_local_bus_nr()
123 return (stat & PCIE_STAT_BUS) >> 8; in mvebu_pcie_get_local_bus_nr()
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c68 #define PCIE_STAT_BUS 0xff00 macro
150 return (mvebu_readl(port, PCIE_STAT_OFF) & PCIE_STAT_BUS) >> 8; in mvebu_pcie_get_local_bus_nr()
158 stat &= ~PCIE_STAT_BUS; in mvebu_pcie_set_local_bus_nr()