Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/pci/
Dpci-vr41xx.c109 if (request_mem_region(PCIU_BASE, PCIU_SIZE, "PCIU") == NULL) in vr41xx_pciu_init()
112 pciu_base = ioremap(PCIU_BASE, PCIU_SIZE); in vr41xx_pciu_init()
114 release_mem_region(PCIU_BASE, PCIU_SIZE); in vr41xx_pciu_init()
Dpci-vr41xx.h13 #define PCIU_SIZE 0x200UL macro