Searched refs:get_max_resource (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c618 * get_max_resource - get largest node which has at least the given size.
626 static struct pci_resource *get_max_resource(struct pci_resource **head, u32 size) function
2398 bus_node = get_max_resource(&(resources->bus_head), 1);
2434 io_node = get_max_resource(&(resources->io_head), 0x1000);
2437 mem_node = get_max_resource(&(resources->mem_head), 0x100000);
2440 p_mem_node = get_max_resource(&(resources->p_mem_head), 0x100000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c618 * get_max_resource - get largest node which has at least the given size.
626 static struct pci_resource *get_max_resource(struct pci_resource **head, u32 size) function
2398 bus_node = get_max_resource(&(resources->bus_head), 1);
2434 io_node = get_max_resource(&(resources->io_head), 0x1000);
2437 mem_node = get_max_resource(&(resources->mem_head), 0x100000);
2440 p_mem_node = get_max_resource(&(resources->p_mem_head), 0x100000);

Completed in 181 milliseconds