Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/pci/
Dpci-vr41xx.c246 val = PMBA(window->base_address) | TYPE_32BITSPACE | in vr41xx_pciu_init()
253 val = PMBA(window->base_address) | TYPE_32BITSPACE | in vr41xx_pciu_init()
Dpci-vr41xx.h102 #define PMBA(base) ((base) & 0xffe00000U) macro