/drivers/gpu/drm/radeon/ |
D | rv770_dma.c | 52 int i, num_loops; in rv770_copy_dma() local 58 num_loops = DIV_ROUND_UP(size_in_dw, 0xFFFF); in rv770_copy_dma() 59 r = radeon_ring_lock(rdev, ring, num_loops * 5 + 8); in rv770_copy_dma() 69 for (i = 0; i < num_loops; i++) { in rv770_copy_dma()
|
D | evergreen_dma.c | 118 int i, num_loops; in evergreen_copy_dma() local 124 num_loops = DIV_ROUND_UP(size_in_dw, 0xfffff); in evergreen_copy_dma() 125 r = radeon_ring_lock(rdev, ring, num_loops * 5 + 11); in evergreen_copy_dma() 135 for (i = 0; i < num_loops; i++) { in evergreen_copy_dma()
|
D | si_dma.c | 241 int i, num_loops; in si_copy_dma() local 247 num_loops = DIV_ROUND_UP(size_in_bytes, 0xfffff); in si_copy_dma() 248 r = radeon_ring_lock(rdev, ring, num_loops * 5 + 11); in si_copy_dma() 258 for (i = 0; i < num_loops; i++) { in si_copy_dma()
|
D | r600_dma.c | 454 int i, num_loops; in r600_copy_dma() local 460 num_loops = DIV_ROUND_UP(size_in_dw, 0xFFFE); in r600_copy_dma() 461 r = radeon_ring_lock(rdev, ring, num_loops * 4 + 8); in r600_copy_dma() 471 for (i = 0; i < num_loops; i++) { in r600_copy_dma()
|
D | r200.c | 93 int i, num_loops; in r200_copy_dma() local 98 num_loops = DIV_ROUND_UP(size, 0x1FFFFF); in r200_copy_dma() 99 r = radeon_ring_lock(rdev, ring, num_loops * 4 + 64); in r200_copy_dma() 107 for (i = 0; i < num_loops; i++) { in r200_copy_dma()
|
D | cik_sdma.c | 589 int i, num_loops; in cik_copy_dma() local 595 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff); in cik_copy_dma() 596 r = radeon_ring_lock(rdev, ring, num_loops * 7 + 14); in cik_copy_dma() 606 for (i = 0; i < num_loops; i++) { in cik_copy_dma()
|
D | r600.c | 2973 int i, num_loops; in r600_copy_cpdma() local 2979 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff); in r600_copy_cpdma() 2980 r = radeon_ring_lock(rdev, ring, num_loops * 6 + 24); in r600_copy_cpdma() 2993 for (i = 0; i < num_loops; i++) { in r600_copy_cpdma()
|
D | r100.c | 903 int num_loops; in r100_copy_blit() local 911 num_loops = DIV_ROUND_UP(num_gpu_pages, 8191); in r100_copy_blit() 914 ndw = 64 + (10 * num_loops); in r100_copy_blit()
|
D | cik.c | 3665 int i, num_loops; in cik_copy_cpdma() local 3671 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff); in cik_copy_cpdma() 3672 r = radeon_ring_lock(rdev, ring, num_loops * 7 + 18); in cik_copy_cpdma() 3682 for (i = 0; i < num_loops; i++) { in cik_copy_cpdma()
|
/drivers/acpi/acpica/ |
D | dbexec.c | 548 for (i = 0; i < info->num_loops; i++) { in acpi_db_method_thread() 725 u32 num_loops; in acpi_db_create_execution_threads() local 735 num_loops = strtoul(num_loops_arg, NULL, 0); in acpi_db_create_execution_threads() 737 if (!num_threads || !num_loops) { in acpi_db_create_execution_threads() 739 num_threads, num_loops); in acpi_db_create_execution_threads() 801 acpi_gbl_db_method_info.num_loops = num_loops; in acpi_db_create_execution_threads() 845 num_threads, num_loops); in acpi_db_create_execution_threads()
|
D | aclocal.h | 1188 u32 num_loops; member
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 2119 unsigned num_loops, num_dw; in amdgpu_copy_buffer() local 2129 num_loops = DIV_ROUND_UP(byte_count, max_bytes); in amdgpu_copy_buffer() 2130 num_dw = ALIGN(num_loops * adev->mman.buffer_funcs->copy_num_dw, 8); in amdgpu_copy_buffer() 2150 for (i = 0; i < num_loops; i++) { in amdgpu_copy_buffer() 2190 unsigned int num_loops, num_dw; in amdgpu_fill_buffer() local 2208 num_loops = 0; in amdgpu_fill_buffer() 2212 num_loops += DIV_ROUND_UP_ULL(byte_count, max_bytes); in amdgpu_fill_buffer() 2216 num_dw = num_loops * adev->mman.buffer_funcs->fill_num_dw; in amdgpu_fill_buffer()
|
/drivers/staging/fwserial/ |
D | fwserial.c | 2745 int err, num_loops = !!(create_loop_dev); in fwserial_init() local 2751 if (num_ttys + num_loops > MAX_CARD_PORTS) in fwserial_init() 2752 num_ttys = MAX_CARD_PORTS - num_loops; in fwserial_init() 2754 num_ports = num_ttys + num_loops; in fwserial_init()
|
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 3288 u16 num_loops, u16 wait, bool iqcalmode) in wlc_lcnphy_run_samples() argument 3294 if (num_loops != 0xffff) in wlc_lcnphy_run_samples() 3295 num_loops--; in wlc_lcnphy_run_samples() 3296 mod_phy_reg(pi, 0x640, (0xffff << 0), num_loops << 0); in wlc_lcnphy_run_samples()
|