Home
last modified time | relevance | path

Searched refs:tslot (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dcpqphp_core.c201 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()
Dcpqphp_pci.c431 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/
Dpc300_drv.c572 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()