Searched refs:upper_limit (Results 1 – 6 of 6) sorted by relevance
80 int *upper_limit; in pciauto_setup_bars() local99 upper_limit = &pciauto_upper_iospc; in pciauto_setup_bars()109 upper_limit = &pciauto_upper_memspc; in pciauto_setup_bars()114 *upper_limit = (*upper_limit + bar_size) & bar_size; in pciauto_setup_bars()117 pci_write_config_dword(dev, bar, *upper_limit); in pciauto_setup_bars()128 DBG("size=0x%x, address=0x%x\n", ~bar_size + 1, *upper_limit); in pciauto_setup_bars()
1078 unsigned char upper_limit; in yenta_fixup_parent_bridge() local1094 upper_limit = bridge_to_fix->parent->busn_res.end; in yenta_fixup_parent_bridge()1106 && sibling->busn_res.start <= upper_limit) in yenta_fixup_parent_bridge()1107 upper_limit = sibling->busn_res.start - 1; in yenta_fixup_parent_bridge()1111 if (cardbus_bridge->busn_res.end > upper_limit) in yenta_fixup_parent_bridge()1114 upper_limit); in yenta_fixup_parent_bridge()1117 if (bridge_to_fix->busn_res.end < upper_limit) { in yenta_fixup_parent_bridge()1121 min_t(int, cardbus_bridge->busn_res.end, upper_limit); in yenta_fixup_parent_bridge()
724 loff_t upper_limit; in ext2_max_size() local733 upper_limit = (1LL << 32) - 1; in ext2_max_size()736 upper_limit >>= (bits - 9); in ext2_max_size()746 upper_limit -= meta_blocks; in ext2_max_size()747 upper_limit <<= bits; in ext2_max_size()753 if (res > upper_limit) in ext2_max_size()754 res = upper_limit; in ext2_max_size()
140 unsigned long upper_limit = MAX_DELAY_US; in start_timer1() local148 while (delay_us < upper_limit && freq_index < MAX_USABLE_TIMER_FREQ) in start_timer1()151 upper_limit >>= 1; /* Divide by 2 using shift */ in start_timer1()
2311 loff_t upper_limit = MAX_LFS_FILESIZE; in ext4_max_size() local2320 upper_limit = (1LL << 32) - 1; in ext4_max_size()2323 upper_limit >>= (blkbits - 9); in ext4_max_size()2324 upper_limit <<= blkbits; in ext4_max_size()2336 if (res > upper_limit) in ext4_max_size()2337 res = upper_limit; in ext4_max_size()2351 loff_t upper_limit; in ext4_max_bitmap_size() local2366 upper_limit = (1LL << 32) - 1; in ext4_max_bitmap_size()2369 upper_limit >>= (bits - 9); in ext4_max_bitmap_size()2378 upper_limit = (1LL << 48) - 1; in ext4_max_bitmap_size()[all …]
639 int temp, upper_limit, lower_limit; in cm_check_thermal_status() local653 upper_limit = desc->temp_max; in cm_check_thermal_status()657 upper_limit -= desc->temp_diff; in cm_check_thermal_status()661 if (temp > upper_limit) in cm_check_thermal_status()