Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dcpqphp_core.c164 u8 tbus, tdevice, tslot; in pci_print_IRQ_route() local
172 tslot = cpqhp_routing_table->slots[loop].slot; in pci_print_IRQ_route()
173 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot); in pci_print_IRQ_route()
313 u8 tbus, tdevice, tslot, bridgeSlot; in get_slot_mapping() local
323 tslot = cpqhp_routing_table->slots[loop].slot; in get_slot_mapping()
326 *slot = tslot; in get_slot_mapping()
348 bridgeSlot = tslot; in get_slot_mapping()
H A Dcpqphp_pci.c234 u8 tbus, tdevice, tslot; in PCI_GetBusDevHelper() local
240 tslot = cpqhp_routing_table->slots[loop].slot; in PCI_GetBusDevHelper()
242 if (tslot == slot) { in PCI_GetBusDevHelper()
/linux/drivers/ata/
H A Dpata_mpc52xx.c353 int tslot; in mpc52xx_ata_hw_init() local
372 tslot = CALC_CLKCYC(priv->ipb_period, 1000000); in mpc52xx_ata_hw_init()
373 out_be32(&regs->share_cnt, tslot << 16); in mpc52xx_ata_hw_init()