Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_pci.c1200 if ((amount->mem) && (amount->mem < MEMBRIDGE)) in scan_behind_bridge()
1201 amount->mem = MEMBRIDGE; in scan_behind_bridge()
1202 if ((amount->pfmem) && (amount->pfmem < MEMBRIDGE)) in scan_behind_bridge()
1203 amount->pfmem = MEMBRIDGE; in scan_behind_bridge()
Dibmphp.h313 #define MEMBRIDGE 0x100000 /* 1M */ macro
Dibmphp_res.c994 tmp_divide = MEMBRIDGE; in ibmphp_check_resource()