Searched refs:places (Results 1 – 11 of 11) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.c | 71 struct ttm_place *places, in amdgpu_ttm_placement_init() argument 79 places[c].fpfn = 0; in amdgpu_ttm_placement_init() 80 places[c].lpfn = 0; in amdgpu_ttm_placement_init() 81 places[c].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | in amdgpu_ttm_placement_init() 85 places[c].lpfn = visible_pfn; in amdgpu_ttm_placement_init() 87 places[c].flags |= TTM_PL_FLAG_TOPDOWN; in amdgpu_ttm_placement_init() 90 places[c].flags |= TTM_PL_FLAG_CONTIGUOUS; in amdgpu_ttm_placement_init() 95 places[c].fpfn = 0; in amdgpu_ttm_placement_init() 97 places[c].lpfn = adev->mc.gart_size >> PAGE_SHIFT; in amdgpu_ttm_placement_init() 99 places[c].lpfn = 0; in amdgpu_ttm_placement_init() [all …]
|
/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 99 expression_t *places, symbol_ref_t *src, int ret); 1727 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() argument 1750 if (places->value > 8 || places->value <= 0) { in format_2_instr() 1756 if (places->value == 8) in format_2_instr() 1759 shift_control = (places->value << 4) | places->value; in format_2_instr() 1762 if (places->value == 8) { in format_2_instr() 1765 shift_control = (places->value << 4) in format_2_instr() 1766 | (8 - places->value) in format_2_instr() 1771 shift_control = places->value & 0x7; in format_2_instr() 1774 shift_control = (8 - places->value) | 0x08; in format_2_instr() [all …]
|
/drivers/block/paride/ |
D | Transition-notes | 5 under ps_spinlock. There are three places where that can happen: 93 by the thread in question. However, all such places within the area are right 96 (4) is done the same way - all places where we release pi_spinlock within
|
/drivers/staging/media/lirc/ |
D | TODO | 26 to bring the chip back to normal when it hangs, in the same places the
|
/drivers/staging/speakup/ |
D | TODO | 19 Some places are currently using in_atomic() because speakup functions
|
D | spkguide.txt | 1123 it isn't, the recommended places to put it are /usr/local/bin or 1153 part of your linux distribution, the recommended places to install it
|
/drivers/usb/storage/ |
D | Kconfig | 168 This code places the Rio Karma into mass storage mode, enabling
|
/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 1057 static bool ttm_bo_places_compat(const struct ttm_place *places, in ttm_bo_places_compat() argument 1065 const struct ttm_place *heap = &places[i]; in ttm_bo_places_compat()
|
/drivers/auxdisplay/ |
D | Kconfig | 310 where many symbols are at unusual places. The driver knows how to map
|
/drivers/staging/rtl8192u/ |
D | copying | 231 original copyright holder who places the Program under this License
|
/drivers/staging/rtl8192e/ |
D | license | 231 copyright holder who places the Program under this License may add an
|