Searched refs:tslot (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | cpqphp_core.c | 201 u8 tbus, tdevice, tslot; in pci_print_IRQ_route() local 221 tslot = routing_table->slots[loop].slot; in pci_print_IRQ_route() 222 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot); in pci_print_IRQ_route() 483 u8 tbus, tdevice, tslot, bridgeSlot; in get_slot_mapping() local 503 tslot = PCIIRQRoutingInfoLength->slots[loop].slot; in get_slot_mapping() 506 *slot = tslot; in get_slot_mapping() 523 bridgeSlot = tslot; in get_slot_mapping()
|
D | cpqphp_pci.c | 431 u8 tbus, tdevice, tslot; in PCI_GetBusDevHelper() local 447 tslot = PCIIRQRoutingInfoLength->slots[loop].slot; in PCI_GetBusDevHelper() 449 if (tslot == slot) { in PCI_GetBusDevHelper()
|
/linux-2.4.37.9/drivers/net/wan/ |
D | pc300_drv.c | 572 int tslot; in falc_init_timeslot() local 574 for (tslot = 0; tslot < pfalc->num_channels; tslot++) { in falc_init_timeslot() 575 if (conf->tslot_bitmap & (1 << tslot)) { in falc_init_timeslot() 577 falc_open_timeslot(card, ch, tslot + 1); in falc_init_timeslot() 580 falc_close_timeslot(card, ch, tslot + 1); in falc_init_timeslot()
|