Searched defs:rtable (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wan/
H A Dz85230.c1375 * @rtable: table of register, value pairs
1383 int z8530_channel_load(struct z8530_channel *c, u8 *rtable) argument
1389 while(*rtable!=255)
1391 int reg=*rtable++;
1394 write_zsreg(c, reg&0x0F, *rtable);
1397 c->regs[reg]=*rtable++;
/drivers/pci/hotplug/
H A Dibmphp_core.c137 struct irq_routing_table *rtable; local
142 rtable = pcibios_get_irq_routing_table();
143 if (!rtable) {
148 len = (rtable->size - sizeof(struct irq_routing_table)) /
152 kfree(rtable);
156 if ((*cur_slot)->number == rtable->slots[loop].slot &&
157 (*cur_slot)->bus == rtable->slots[loop].bus) {
160 (*cur_slot)->device = PCI_SLOT(rtable->slots[loop].devfn);
175 debug("rtable->exlusive_irqs = %x\n",
176 rtable
[all...]

Completed in 253 milliseconds