Searched refs:temp_size (Results 1 – 5 of 5) sorted by relevance
403 unsigned int temp_size = size_total; in vesafb_probe() local428 temp_size = roundup_pow_of_two(temp_size); in vesafb_probe()432 rc = mtrr_add(vesafb_fix.smem_start, temp_size, in vesafb_probe()434 temp_size >>= 1; in vesafb_probe()435 } while (temp_size >= PAGE_SIZE && rc == -EINVAL); in vesafb_probe()
1530 int temp_size = info->fix.smem_len; in uvesafb_init_mtrr() local1555 temp_size = roundup_pow_of_two(temp_size); in uvesafb_init_mtrr()1560 temp_size, type, 1); in uvesafb_init_mtrr()1561 temp_size >>= 1; in uvesafb_init_mtrr()1562 } while (temp_size >= PAGE_SIZE && rc == -EINVAL); in uvesafb_init_mtrr()
25 u8 temp_size; in sis_fetch_size() local29 pci_read_config_byte(agp_bridge->dev, SIS_APSIZE, &temp_size); in sis_fetch_size()32 if ((temp_size == values[i].size_value) || in sis_fetch_size()33 ((temp_size & ~(0x07)) == in sis_fetch_size()
1365 u16 temp_size; in agp3_generic_fetch_size() local1369 pci_read_config_word(agp_bridge->dev, agp_bridge->capndx+AGPAPSIZE, &temp_size); in agp3_generic_fetch_size()1373 if (temp_size == values[i].size_value) { in agp3_generic_fetch_size()
463 uint32_t temp_size; in calc_resize_coeffs() local475 temp_size = in_size; in calc_resize_coeffs()476 while (temp_size >= out_size * 2 && temp_downsize < 2) { in calc_resize_coeffs()477 temp_size >>= 1; in calc_resize_coeffs()487 *resize_coeff = (8192L * (temp_size - 1)) / (out_size - 1); in calc_resize_coeffs()