Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dtsi108_pci.c54 PCI_CSR); in tsi108_clear_pci_error()
56 TSI108_PCI_REG_OFFSET + PCI_CSR) = in tsi108_clear_pci_error()
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A Dcommon-pci.c357 if (*PCI_CSR & PCI_CSR_HOST) { in ixp4xx_pci_preinit()
405 *PCI_CSR = PCI_CSR_IC | PCI_CSR_ABE | PCI_CSR_PDS | PCI_CSR_ADS; in ixp4xx_pci_preinit()
407 *PCI_CSR = PCI_CSR_IC | PCI_CSR_ABE; in ixp4xx_pci_preinit()
/OK3568_Linux_fs/u-boot/include/
H A Dtsi108.h65 #define PCI_CSR (0x004) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dixp4xx-regs.h229 #define PCI_CSR IXP4XX_PCI_CSR(PCI_CSR_OFFSET) macro