Home
last modified time | relevance | path

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

/arch/mips/pci/
Dops-tx4927.c348 __raw_writel(TX4927_PCIC_PBACFG_RPBA, &pcicptr->pbacfg); in tx4927_pcic_setup()
351 __raw_writel(TX4927_PCIC_PBACFG_PBAEN, &pcicptr->pbacfg); in tx4927_pcic_setup()
504 if (__raw_readl(&pcicptr->pbacfg) & TX4927_PCIC_PBACFG_PBAEN) { in tx4927_quirk_slc90e66_bridge()
506 __raw_writel(TX4927_PCIC_PBACFG_RPBA, &pcicptr->pbacfg); in tx4927_quirk_slc90e66_bridge()
515 __raw_writel(TX4927_PCIC_PBACFG_FIXPA, &pcicptr->pbacfg); in tx4927_quirk_slc90e66_bridge()
519 &pcicptr->pbacfg); in tx4927_quirk_slc90e66_bridge()
/arch/mips/include/asm/txx9/
Dtx4927pcic.h44 u32 pbacfg; member