Searched refs:PCIU_BASE (Results 1 – 2 of 2) sorted by relevance
109 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()
12 #define PCIU_BASE 0x0f000c00UL macro