Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dibmphp_pci.c1205 if ((amount->mem) && (amount->mem < MEMBRIDGE)) in scan_behind_bridge()
1206 amount->mem = MEMBRIDGE; in scan_behind_bridge()
1207 if ((amount->pfmem) && (amount->pfmem < MEMBRIDGE)) in scan_behind_bridge()
1208 amount->pfmem = MEMBRIDGE; in scan_behind_bridge()
Dibmphp.h314 #define MEMBRIDGE 0x100000 /* 1M */ macro
Dibmphp_res.c997 tmp_divide = MEMBRIDGE; in ibmphp_check_resource()