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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_pci.c585 struct resource_node *bus_mem[2] = {NULL, NULL}; local
766 bus_mem[count] = kmalloc (sizeof (struct resource_node), GFP_KERNEL);
767 if (!bus_mem[count]) {
772 memset (bus_mem[count], 0, sizeof (struct resource_node));
773 bus_mem[count]->type = MEM;
774 bus_mem[count]->busno = func->busno;
775 bus_mem[count]->devfunc = ((func->device << 3) | (func->function & 0x7));
776 bus_mem[count]->len = len[count];
777 if (ibmphp_check_resource (bus_mem[count], 0) == 0) {
778 ibmphp_add_resource (bus_mem[coun
[all...]

Completed in 36 milliseconds