Searched refs:mvebu_readl (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/pci/host/ |
D | pci-mvebu.c | 140 static inline u32 mvebu_readl(struct mvebu_pcie_port *port, u32 reg) in mvebu_readl() function 152 return !(mvebu_readl(port, PCIE_STAT_OFF) & PCIE_STAT_LINK_DOWN); in mvebu_pcie_link_up() 159 stat = mvebu_readl(port, PCIE_STAT_OFF); in mvebu_pcie_set_local_bus_nr() 169 stat = mvebu_readl(port, PCIE_STAT_OFF); in mvebu_pcie_set_local_dev_nr() 241 cmd = mvebu_readl(port, PCIE_CMD_OFF); in mvebu_pcie_setup_hw() 248 mask = mvebu_readl(port, PCIE_MASK_OFF); in mvebu_pcie_setup_hw() 260 *val = mvebu_readl(port, PCIE_CONF_DATA_OFF); in mvebu_pcie_hw_rd_conf() 278 _val = mvebu_readl(port, PCIE_CONF_DATA_OFF); in mvebu_pcie_hw_wr_conf() 438 bridge->device = mvebu_readl(port, PCIE_DEV_ID_OFF) >> 16; in mvebu_sw_pci_bridge_init() 439 bridge->revision = mvebu_readl(port, PCIE_DEV_REV_OFF) & 0xff; in mvebu_sw_pci_bridge_init() [all …]
|