Home
last modified time | relevance | path

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

/linux/arch/powerpc/sysdev/
H A Dfsl_pci.c767 u32 cfg_bar; in mpc83xx_pcie_setup() local
778 cfg_bar = in_le32(pcie->cfg_type0 + PEX_OUTWIN0_BAR); in mpc83xx_pcie_setup()
779 if (!cfg_bar) { in mpc83xx_pcie_setup()
785 pcie->cfg_type1 = ioremap(cfg_bar, 0x1000); in mpc83xx_pcie_setup()
/linux/drivers/isdn/hardware/mISDN/
H A DmISDNinfineon.c72 u8 cfg_bar; member
659 hw->cfg.start = pci_resource_start(hw->pdev, hw->ci->cfg_bar); in setup_io()
660 hw->cfg.size = pci_resource_len(hw->pdev, hw->ci->cfg_bar); in setup_io()