Searched defs:busno (Results 1 - 6 of 6) sorted by relevance

/drivers/iommu/
H A Dof_iommu.c31 * @busno: Returns busno if supported. Otherwise pass NULL
36 * configured if any. "busno" and "index" are optionally
40 unsigned long *busno, dma_addr_t *addr, size_t *size)
65 /* busno is one cell if supported */
66 if (busno)
67 *busno = be32_to_cpup(dma_window++);
39 of_get_dma_window(struct device_node *dn, const char *prefix, int index, unsigned long *busno, dma_addr_t *addr, size_t *size) argument
/drivers/of/
H A Dof_pci.c123 * @busno: bus number associated with the bridge root bus
140 unsigned char busno, unsigned char bus_max,
161 bus_range->start = busno;
139 of_pci_get_host_bridge_resources(struct device_node *dev, unsigned char busno, unsigned char bus_max, struct list_head *resources, resource_size_t *io_base) argument
/drivers/pci/hotplug/
H A Dibmphp_pci.c95 debug ("inside configure_card, func->busno = %x\n", func->busno);
101 * func->busno is correct, and func->device contains only device (at the 5
108 ibmphp_pci_bus->number = cur_func->busno;
112 debug ("inside the loop, cur_func->busno = %x, cur_func->device = %x, cur_func->function = %x\n",
113 cur_func->busno, cur_func->device, cur_func->function);
152 cur_func->device, cur_func->busno);
165 cur_func->device, cur_func->busno);
174 newfunc->busno = cur_func->busno;
1078 scan_behind_bridge(struct pci_func *func, u8 busno) argument
1214 unconfigure_boot_device(u8 busno, u8 device, u8 function) argument
1332 unconfigure_boot_bridge(u8 busno, u8 device, u8 function) argument
1450 u8 busno; local
1697 u8 busno; local
[all...]
H A Dibmphp_core.c670 static struct pci_func *ibm_slot_find(u8 busno, u8 device, u8 function) argument
680 if ((func_cur->busno == busno) &&
724 temp = pci_get_bus_and_slot(func->busno, (func->device << 3) | j);
741 static u8 bus_structure_fixup(u8 busno) argument
747 if (pci_find_bus(0, busno) || !(ibmphp_find_same_bus_num(busno)))
762 bus->number = busno;
770 pci_scan_bus(busno, ibmphp_pci_bus->ops, NULL);
790 if (!(bus_structure_fixup(func->busno)))
[all...]
H A Dibmphp_res.c49 static struct bus_node * __init alloc_error_bus (struct ebda_pci_rsrc *curr, u8 busno, int flag) argument
65 newbus->busno = busno;
67 newbus->busno = curr->bus_num;
86 rs->busno = curr->bus_num;
106 newbus->busno = curr->bus_num;
137 debug ("%d resource Primary Bus inserted on bus %x [%x - %x]\n", flag, newbus->busno, newrange->start, newrange->end);
146 debug ("First Memory Primary on bus %x, [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
156 debug ("First IO Primary on bus %x, [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
166 debug ("1st PFMemory Primary on Bus %x [%x - %x]\n", newbus->busno, newrang
[all...]
H A Dibmphp.h255 u8 busno; member in struct:bus_info
343 u8 busno; member in struct:bus_node
362 u8 busno; member in struct:resource_node
693 u8 busno; member in struct:pci_func

Completed in 208 milliseconds