Home
last modified time | relevance | path

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

/arch/mips/pci/
Dops-tx4927.c349 __raw_writel(TX4927_PCIC_PBACFG_RPBA, &pcicptr->pbacfg); in tx4927_pcic_setup()
352 __raw_writel(TX4927_PCIC_PBACFG_PBAEN, &pcicptr->pbacfg); in tx4927_pcic_setup()
505 if (__raw_readl(&pcicptr->pbacfg) & TX4927_PCIC_PBACFG_PBAEN) { in tx4927_quirk_slc90e66_bridge()
507 __raw_writel(TX4927_PCIC_PBACFG_RPBA, &pcicptr->pbacfg); in tx4927_quirk_slc90e66_bridge()
516 __raw_writel(TX4927_PCIC_PBACFG_FIXPA, &pcicptr->pbacfg); in tx4927_quirk_slc90e66_bridge()
520 &pcicptr->pbacfg); in tx4927_quirk_slc90e66_bridge()
/arch/mips/include/asm/txx9/
Dtx4927pcic.h44 u32 pbacfg; member