Home
last modified time | relevance | path

Searched refs:temp_size (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/video/
Dvesafb.c403 unsigned int temp_size = size_total; in vesafb_probe() local
428 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()
Duvesafb.c1530 int temp_size = info->fix.smem_len; in uvesafb_init_mtrr() local
1555 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()
/linux-2.6.39/drivers/char/agp/
Dsis-agp.c25 u8 temp_size; in sis_fetch_size() local
29 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()
Dgeneric.c1365 u16 temp_size; in agp3_generic_fetch_size() local
1369 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()
/linux-2.6.39/drivers/dma/ipu/
Dipu_idmac.c463 uint32_t temp_size; in calc_resize_coeffs() local
475 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()