Searched refs:big (Results 1 – 18 of 18) sorted by relevance
/drivers/gpu/drm/nouveau/core/subdev/vm/ |
D | base.c | 37 int big = vma->node->type != vmm->spg_shift; in nouveau_vm_map_at() local 51 struct nouveau_gpuobj *pgt = vm->pgt[pde].obj[big]; in nouveau_vm_map_at() 87 int big = vma->node->type != vmm->spg_shift; in nouveau_vm_map_sg_table() local 100 struct nouveau_gpuobj *pgt = vm->pgt[pde].obj[big]; in nouveau_vm_map_sg_table() 146 int big = vma->node->type != vmm->spg_shift; in nouveau_vm_map_sg() local 156 struct nouveau_gpuobj *pgt = vm->pgt[pde].obj[big]; in nouveau_vm_map_sg() 182 int big = vma->node->type != vmm->spg_shift; in nouveau_vm_unmap_at() local 192 struct nouveau_gpuobj *pgt = vm->pgt[pde].obj[big]; in nouveau_vm_unmap_at() 219 nouveau_vm_unmap_pgt(struct nouveau_vm *vm, int big, u32 fpde, u32 lpde) in nouveau_vm_unmap_pgt() argument 229 if (--vpgt->refcount[big]) in nouveau_vm_unmap_pgt() [all …]
|
/drivers/video/matrox/ |
D | g450_pll.c | 446 unsigned int big, small; in __g450_setclk() 450 big = pixel_vco; in __g450_setclk() 453 big = vco; in __g450_setclk() 455 while (big > small) { in __g450_setclk() 456 big >>= 1; in __g450_setclk() 458 if (big == small) { in __g450_setclk()
|
/drivers/cpufreq/ |
D | Kconfig.arm | 6 tristate "Generic ARM big LITTLE CPUfreq driver" 9 This enables the Generic CPUfreq driver for ARM big.LITTLE platforms. 12 tristate "Generic probing via DT for ARM big LITTLE CPUfreq driver" 16 big.LITTLE platform. This gets frequency tables from DT.
|
/drivers/media/dvb-frontends/ |
D | stv0299.c | 227 u64 big = srate; in stv0299_set_symbolrate() local 234 big = big << 20; in stv0299_set_symbolrate() 235 big += (state->config->mclk-1); // round correctly in stv0299_set_symbolrate() 236 do_div(big, state->config->mclk); in stv0299_set_symbolrate() 237 ratio = big << 4; in stv0299_set_symbolrate()
|
D | tda10086.c | 302 u64 big; in tda10086_set_symbol_rate() local 348 big = (1ULL<<21) * ((u64) symbol_rate/1000ULL) * (1ULL<<dfn); in tda10086_set_symbol_rate() 349 big += ((SACLK/1000ULL)-1ULL); in tda10086_set_symbol_rate() 350 do_div(big, (SACLK/1000ULL)); in tda10086_set_symbol_rate() 351 bdr = big & 0xfffff; in tda10086_set_symbol_rate()
|
/drivers/video/console/ |
D | Kconfig | 182 If the standard 8x16 font is a little too big for you, say Y. 216 big letters (like the letters used in the SPARC PROM). If the 224 big letters. It fits between the sun 12x22 and the normal 8x16 font. 225 If other fonts are too big or too small for you, say Y, otherwise say N.
|
/drivers/staging/fwserial/ |
D | TODO | 7 driver is not ready for the big leagues yet.
|
/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 20 printf "\e[LG00103071F1F070301;" => big speaker
|
/drivers/staging/media/go7007/ |
D | go7007-fw.c | 1277 static int relative_prime(int big, int little) in relative_prime() argument 1282 remainder = big % little; in relative_prime() 1283 big = little; in relative_prime() 1286 return big; in relative_prime()
|
/drivers/mmc/card/ |
D | Kconfig | 48 a big performance gain at the cost of up to 64 KiB of
|
/drivers/dma/ |
D | Kconfig | 92 bool "Use big endian I/O register access" 96 Say yes here to use big endian I/O access when reading and writing
|
/drivers/staging/speakup/ |
D | Kconfig | 105 tristate "DECtalk PC (big ISA card) synthesizer support"
|
/drivers/staging/usbip/ |
D | usbip_protocol.txt | 87 The fields are in network (big endian) byte order meaning that the most significant
|
/drivers/usb/host/ |
D | Kconfig | 396 bool "OHCI support for OF platform bus (big endian)" 401 Enables support for big-endian USB controllers present on the
|
/drivers/base/ |
D | Kconfig | 218 to allocate big physically-contiguous blocks of memory for use with
|
/drivers/media/usb/dvb-usb/ |
D | Kconfig | 90 Avermedia and other big and small companies.
|
/drivers/mmc/host/ |
D | Kconfig | 51 This option is selected by drivers running on big endian hosts
|
/drivers/scsi/ |
D | Kconfig | 1021 result in a big drop in performance but some very old parallel ports
|