Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-iop13xx/
Dpci.c1001 u32 pcixsr, pcsr; in iop13xx_pci_setup() local
1037 pcixsr = __raw_readl(IOP13XX_ATUX_PCIXSR); in iop13xx_pci_setup()
1038 pcixsr &= ~0xffff; in iop13xx_pci_setup()
1039 pcixsr |= sys->busnr << IOP13XX_ATUX_PCIXSR_BUS_NUM | in iop13xx_pci_setup()
1043 __raw_writel(pcixsr, IOP13XX_ATUX_PCIXSR); in iop13xx_pci_setup()