Searched refs:lt_time (Results 1 – 1 of 1) sorted by relevance
528 unsigned lt_time; in pcibr_slot_info_init() local693 lt_time = do_pcibr_config_get(cfgw, PCI_CFG_LATENCY_TIMER, 1); in pcibr_slot_info_init()695 if ((lt_time == 0) && !(bridge->b_device[slot].reg & BRIDGE_DEV_RT) && in pcibr_slot_info_init()716 lt_time = (min_gnt * min_gnt_mult); in pcibr_slot_info_init()718 lt_time = 4 * min_gnt_mult; /* 1 micro second */ in pcibr_slot_info_init()720 do_pcibr_config_set(cfgw, PCI_CFG_LATENCY_TIMER, 1, lt_time); in pcibr_slot_info_init()725 PCIBR_DEVICE_TO_SLOT(pcibr_soft, slot), func, lt_time)); in pcibr_slot_info_init()