Searched refs:num_loops (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Drv770_dma.c52 int i, num_loops; rv770_copy_dma() local
58 num_loops = DIV_ROUND_UP(size_in_dw, 0xFFFF); rv770_copy_dma()
59 r = radeon_ring_lock(rdev, ring, num_loops * 5 + 8); rv770_copy_dma()
69 for (i = 0; i < num_loops; i++) { rv770_copy_dma()
H A Devergreen_dma.c118 int i, num_loops; evergreen_copy_dma() local
124 num_loops = DIV_ROUND_UP(size_in_dw, 0xfffff); evergreen_copy_dma()
125 r = radeon_ring_lock(rdev, ring, num_loops * 5 + 11); evergreen_copy_dma()
135 for (i = 0; i < num_loops; i++) { evergreen_copy_dma()
H A Dsi_dma.c241 int i, num_loops; si_copy_dma() local
247 num_loops = DIV_ROUND_UP(size_in_bytes, 0xfffff); si_copy_dma()
248 r = radeon_ring_lock(rdev, ring, num_loops * 5 + 11); si_copy_dma()
258 for (i = 0; i < num_loops; i++) { si_copy_dma()
H A Dr200.c93 int i, num_loops; r200_copy_dma() local
98 num_loops = DIV_ROUND_UP(size, 0x1FFFFF); r200_copy_dma()
99 r = radeon_ring_lock(rdev, ring, num_loops * 4 + 64); r200_copy_dma()
107 for (i = 0; i < num_loops; i++) { r200_copy_dma()
H A Dr600_dma.c449 int i, num_loops; r600_copy_dma() local
455 num_loops = DIV_ROUND_UP(size_in_dw, 0xFFFE); r600_copy_dma()
456 r = radeon_ring_lock(rdev, ring, num_loops * 4 + 8); r600_copy_dma()
466 for (i = 0; i < num_loops; i++) { r600_copy_dma()
H A Dcik_sdma.c589 int i, num_loops; cik_copy_dma() local
595 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff); cik_copy_dma()
596 r = radeon_ring_lock(rdev, ring, num_loops * 7 + 14); cik_copy_dma()
606 for (i = 0; i < num_loops; i++) { cik_copy_dma()
H A Dr600.c2924 int i, num_loops; r600_copy_cpdma() local
2930 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff); r600_copy_cpdma()
2931 r = radeon_ring_lock(rdev, ring, num_loops * 6 + 24); r600_copy_cpdma()
2944 for (i = 0; i < num_loops; i++) { r600_copy_cpdma()
H A Dr100.c895 int num_loops; r100_copy_blit() local
903 num_loops = DIV_ROUND_UP(num_gpu_pages, 8191); r100_copy_blit()
906 ndw = 64 + (10 * num_loops); r100_copy_blit()
H A Dcik.c4052 int i, num_loops; cik_copy_cpdma() local
4058 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff); cik_copy_cpdma()
4059 r = radeon_ring_lock(rdev, ring, num_loops * 7 + 18); cik_copy_cpdma()
4069 for (i = 0; i < num_loops; i++) { cik_copy_cpdma()
/linux-4.1.27/tools/iio/
H A Dgeneric_buffer.c146 unsigned long num_loops = 2; main() local
182 num_loops = strtoul(optarg, &dummy, 10); main()
305 for (j = 0; j < num_loops; j++) { main()
/linux-4.1.27/drivers/staging/fwserial/
H A Dfwserial.c2810 int err, num_loops = !!(create_loop_dev); fwserial_init() local
2816 if (num_ttys + num_loops > MAX_CARD_PORTS) fwserial_init()
2817 num_ttys = MAX_CARD_PORTS - num_loops; fwserial_init()
2818 num_ports = num_ttys + num_loops; fwserial_init()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3361 u16 num_loops, u16 wait, bool iqcalmode) wlc_lcnphy_run_samples()
3367 if (num_loops != 0xffff) wlc_lcnphy_run_samples()
3368 num_loops--; wlc_lcnphy_run_samples()
3369 mod_phy_reg(pi, 0x640, (0xffff << 0), num_loops << 0); wlc_lcnphy_run_samples()
3359 wlc_lcnphy_run_samples(struct brcms_phy *pi, u16 num_samps, u16 num_loops, u16 wait, bool iqcalmode) wlc_lcnphy_run_samples() argument
/linux-4.1.27/drivers/acpi/acpica/
H A Daclocal.h1084 u32 num_loops; member in struct:acpi_db_method_info

Completed in 468 milliseconds