Home
last modified time | relevance | path

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

/Linux-v5.4/arch/unicore32/include/mach/
Dregs-pci.h25 #define PCIBRI_ID (PKUNITY_PCIBRI_BASE + 0x0000)
26 #define PCIBRI_CMD (PKUNITY_PCIBRI_BASE + 0x0004)
27 #define PCIBRI_CLASS (PKUNITY_PCIBRI_BASE + 0x0008)
28 #define PCIBRI_LTR (PKUNITY_PCIBRI_BASE + 0x000C)
29 #define PCIBRI_BAR0 (PKUNITY_PCIBRI_BASE + 0x0010)
30 #define PCIBRI_BAR1 (PKUNITY_PCIBRI_BASE + 0x0014)
31 #define PCIBRI_BAR2 (PKUNITY_PCIBRI_BASE + 0x0018)
32 #define PCIBRI_BAR3 (PKUNITY_PCIBRI_BASE + 0x001C)
33 #define PCIBRI_BAR4 (PKUNITY_PCIBRI_BASE + 0x0020)
34 #define PCIBRI_BAR5 (PKUNITY_PCIBRI_BASE + 0x0024)
[all …]
DPKUnity.h35 #define PKUNITY_PCIBRI_BASE (PKUNITY_PCI_BASE + 0x00010000) macro
/Linux-v5.4/arch/unicore32/kernel/
Dpci.c73 writel(io_v2p(PKUNITY_PCIBRI_BASE), PCICFG_BRIBASE); in pci_puv3_preinit()
76 writel(io_v2p(PKUNITY_PCIBRI_BASE) | PCIBRI_BARx_MEM, PCIBRI_AHBBAR0); in pci_puv3_preinit()