/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nv50_fbcon.c | 98 uint32_t width, dwords, *data = (uint32_t *)image->data; in nv50_fbcon_imageblit() local 111 dwords = (width * image->height) >> 5; in nv50_fbcon_imageblit() 131 while (dwords) { in nv50_fbcon_imageblit() 132 int push = dwords > 2047 ? 2047 : dwords; in nv50_fbcon_imageblit() 138 dwords -= push; in nv50_fbcon_imageblit()
|
D | nvc0_fbcon.c | 98 uint32_t width, dwords, *data = (uint32_t *)image->data; in nvc0_fbcon_imageblit() local 111 dwords = (width * image->height) >> 5; in nvc0_fbcon_imageblit() 131 while (dwords) { in nvc0_fbcon_imageblit() 132 int push = dwords > 2047 ? 2047 : dwords; in nvc0_fbcon_imageblit() 138 dwords -= push; in nvc0_fbcon_imageblit()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_tmpl.c | 338 ulong dwords; in qla27xx_fwdt_entry_t262() local 375 dwords = end - start + 1; in qla27xx_fwdt_entry_t262() 378 qla24xx_dump_ram(vha->hw, start, buf, dwords, &buf); in qla27xx_fwdt_entry_t262() 380 *len += dwords * sizeof(uint32_t); in qla27xx_fwdt_entry_t262() 557 ulong dwords = ent->t270.count; in qla27xx_fwdt_entry_t270() local 563 while (dwords--) { in qla27xx_fwdt_entry_t270() 594 ulong dwords = ent->t272.count; in qla27xx_fwdt_entry_t272() local 601 "%s: @%lx -> (%lx dwords)\n", __func__, start, dwords); in qla27xx_fwdt_entry_t272() 603 qla27xx_dump_mpi_ram(vha->hw, start, buf, dwords, &buf); in qla27xx_fwdt_entry_t272() 605 *len += dwords * sizeof(uint32_t); in qla27xx_fwdt_entry_t272() [all …]
|
D | qla_dbg.c | 119 uint32_t cnt, stat, timer, dwords, idx; in qla27xx_dump_mpi_ram() local 131 dwords = qla2x00_gid_list_size(ha) / 4; in qla27xx_dump_mpi_ram() 133 cnt += dwords, addr += dwords) { in qla27xx_dump_mpi_ram() 134 if (cnt + dwords > ram_dwords) in qla27xx_dump_mpi_ram() 135 dwords = ram_dwords - cnt; in qla27xx_dump_mpi_ram() 145 WRT_REG_WORD(®->mailbox4, MSW(dwords)); in qla27xx_dump_mpi_ram() 146 WRT_REG_WORD(®->mailbox5, LSW(dwords)); in qla27xx_dump_mpi_ram() 182 for (idx = 0; idx < dwords; idx++) in qla27xx_dump_mpi_ram() 199 uint32_t cnt, stat, timer, dwords, idx; in qla24xx_dump_ram() local 211 dwords = qla2x00_gid_list_size(ha) / 4; in qla24xx_dump_ram() [all …]
|
D | qla_nx2.c | 3684 uint32_t faddr, uint32_t dwords) in qla8044_write_flash_buffer_mode() argument 3689 if (dwords < QLA8044_MIN_OPTROM_BURST_DWORDS || in qla8044_write_flash_buffer_mode() 3690 dwords > QLA8044_MAX_OPTROM_BURST_DWORDS) { in qla8044_write_flash_buffer_mode() 3693 dwords); in qla8044_write_flash_buffer_mode() 3716 dwords--; in qla8044_write_flash_buffer_mode() 3723 while (dwords != 1) { in qla8044_write_flash_buffer_mode() 3733 dwords--; in qla8044_write_flash_buffer_mode() 3767 uint32_t faddr, uint32_t dwords) in qla8044_write_flash_dword_mode() argument 3772 for (liter = 0; liter < dwords; liter++, faddr += 4, dwptr++) { in qla8044_write_flash_dword_mode()
|
D | qla_sup.c | 483 uint32_t dwords) in qla24xx_read_flash_data() argument 489 for (i = 0; i < dwords; i++, faddr++) in qla24xx_read_flash_data() 1208 uint32_t dwords) in qla24xx_write_flash_data() argument 1221 !(faddr & 0xfff) && dwords > OPTROM_BURST_DWORDS) { in qla24xx_write_flash_data() 1242 for (liter = 0; liter < dwords; liter++, faddr++, dwptr++) { in qla24xx_write_flash_data() 1263 if (optrom && (liter + OPTROM_BURST_DWORDS) <= dwords) { in qla24xx_write_flash_data()
|
D | qla_mbx.c | 2524 uint32_t *siter, *diter, dwords; in qla2x00_get_link_status() local 2564 dwords = offsetof(struct link_statistics, unused1) / 4; in qla2x00_get_link_status() 2566 while (dwords--) in qla2x00_get_link_status() 2584 uint32_t *siter, *diter, dwords; in qla24xx_get_isp_stats() local 2612 dwords = sizeof(struct link_statistics) / 4; in qla24xx_get_isp_stats() 2614 while (dwords--) in qla24xx_get_isp_stats() 3160 uint16_t buffers, uint16_t *mb, uint32_t *dwords) in qla2x00_enable_fce_trace() argument 3203 if (dwords) in qla2x00_enable_fce_trace() 3204 *dwords = buffers; in qla2x00_enable_fce_trace()
|
D | qla_nx.c | 2669 uint32_t faddr, uint32_t dwords) in qla82xx_write_flash_data() argument 2683 dwords > OPTROM_BURST_DWORDS) { in qla82xx_write_flash_data() 2703 for (liter = 0; liter < dwords; liter++, faddr += 4, dwptr++) { in qla82xx_write_flash_data() 2717 if (optrom && (liter + OPTROM_BURST_DWORDS) <= dwords) { in qla82xx_write_flash_data()
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-osd-api.txt | 247 destination stride in dwords 249 source stride in dwords 274 destination stride in dwords 299 destination stride in dwords 301 source stride in dwords
|
/linux-4.4.14/drivers/gpu/drm/r128/ |
D | r128_state.c | 643 int dwords = (end - start + 3) / sizeof(u32); in r128_cce_dispatch_indirect() local 649 if (dwords & 1) { in r128_cce_dispatch_indirect() 653 data[dwords++] = cpu_to_le32(R128_CCE_PACKET2); in r128_cce_dispatch_indirect() 663 OUT_RING(dwords); in r128_cce_dispatch_indirect() 699 int dwords; in r128_cce_dispatch_indices() local 713 dwords = (end - start + 3) / sizeof(u32); in r128_cce_dispatch_indices() 719 dwords - 2)); in r128_cce_dispatch_indices() 729 data[dwords - 1] &= 0x0000ffff; in r128_cce_dispatch_indices() 731 data[dwords - 1] &= 0xffff0000; in r128_cce_dispatch_indices() 780 int dword_shift, dwords; in r128_cce_dispatch_blit() local [all …]
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | di.h | 69 int dwords); 73 int dwords);
|
D | io.h | 288 void mem_in_dw(ADAPTER *a, void *addr, dword *data, int dwords); 289 void mem_out_dw(ADAPTER *a, void *addr, const dword *data, int dwords);
|
D | io.c | 603 void mem_in_dw(ADAPTER *a, void *addr, dword *data, int dwords) in mem_in_dw() argument 606 while (dwords--) { in mem_in_dw() 638 void mem_out_dw(ADAPTER *a, void *addr, const dword *data, int dwords) in mem_out_dw() argument 641 while (dwords--) { in mem_out_dw()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-trans.h | 597 void *buf, int dwords); 599 const void *buf, int dwords); 1042 void *buf, int dwords) in iwl_trans_read_mem() argument 1044 return trans->ops->read_mem(trans, addr, buf, dwords); in iwl_trans_read_mem() 1065 const void *buf, int dwords) in iwl_trans_write_mem() argument 1067 return trans->ops->write_mem(trans, addr, buf, dwords); in iwl_trans_write_mem()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | perf.c | 755 uint32_t dwords; in perf_write_image() local 783 dwords = tentry->num_words; in perf_write_image() 786 while (dwords--) { in perf_write_image() 792 while (dwords--) { in perf_write_image()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_sdma.c | 534 struct qib_sge_state *ss, u32 dwords, in qib_sdma_verbs_send() argument 587 while (dwords) { in qib_sdma_verbs_send() 591 len = dwords << 2; in qib_sdma_verbs_send() 636 dwords -= dw; in qib_sdma_verbs_send() 692 tx->dwords = dwords; in qib_sdma_verbs_send()
|
D | qib_verbs.c | 1153 u32 plen, u32 dwords) in qib_verbs_send_dma() argument 1169 ret = qib_sdma_verbs_send(ppd, tx->ss, tx->dwords, tx); in qib_verbs_send_dma() 1213 ret = qib_sdma_verbs_send(ppd, ss, dwords, tx); in qib_verbs_send_dma() 1288 u32 plen, u32 dwords) in qib_verbs_send_pio() argument 1348 qib_pio_copy(piobuf, addr, dwords - 1); in qib_verbs_send_pio() 1351 __raw_writel(addr[dwords - 1], piobuf + dwords - 1); in qib_verbs_send_pio() 1355 qib_pio_copy(piobuf, addr, dwords); in qib_verbs_send_pio() 1400 u32 dwords = (len + 3) >> 2; in qib_verbs_send() local 1406 plen = hdrwords + dwords + 1; in qib_verbs_send() 1416 plen, dwords); in qib_verbs_send() [all …]
|
D | qib.h | 263 u32 dwords; member
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_sdma.c | 665 struct ipath_sge_state *ss, u32 dwords, in ipath_sdma_verbs_send() argument 678 if ((tx->map_len + (dwords<<2)) > dd->ipath_ibmaxlen) { in ipath_sdma_verbs_send() 680 tx->map_len + (dwords<<2), dd->ipath_ibmaxlen); in ipath_sdma_verbs_send() 730 while (dwords) { in ipath_sdma_verbs_send() 734 len = dwords << 2; in ipath_sdma_verbs_send() 778 dwords -= dw; in ipath_sdma_verbs_send()
|
D | ipath_verbs.c | 1113 u32 plen, u32 dwords) in ipath_verbs_send_dma() argument 1184 ret = ipath_sdma_verbs_send(dd, ss, dwords, tx); in ipath_verbs_send_dma() 1188 tx->len = dwords; in ipath_verbs_send_dma() 1238 u32 plen, u32 dwords) in ipath_verbs_send_pio() argument 1305 __iowrite32_copy(piobuf, addr, dwords - 1); in ipath_verbs_send_pio() 1308 __raw_writel(addr[dwords - 1], piobuf + dwords - 1); in ipath_verbs_send_pio() 1312 __iowrite32_copy(piobuf, addr, dwords); in ipath_verbs_send_pio() 1341 u32 dwords = (len + 3) >> 2; in ipath_verbs_send() local 1347 plen = hdrwords + dwords + 1; in ipath_verbs_send() 1357 plen, dwords); in ipath_verbs_send() [all …]
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | mach64_accel.c | 420 u32 *pbitmap, dwords = (src_bytes + 3) / 4; in atyfb_imageblit() local 421 for (pbitmap = (u32*)(image->data); dwords; dwords--, pbitmap++) { in atyfb_imageblit()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.c | 282 int dwords = IXGBEVF_82599_RETA_SIZE / 16; in ixgbevf_get_reta_locked() local 299 err = hw->mbx.ops.read_posted(hw, msgbuf, dwords + 1); in ixgbevf_get_reta_locked() 321 for (i = 0; i < dwords; i++) in ixgbevf_get_reta_locked()
|
/linux-4.4.14/drivers/pci/ |
D | vc.c | 28 u32 *buf, int dwords, bool save) in pci_vc_save_restore_dwords() argument 32 for (i = 0; i < dwords; i++, buf++) { in pci_vc_save_restore_dwords()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_state.c | 1612 int dwords = (end - start + 3) / sizeof(u32); in radeon_cp_dispatch_indirect() local 1618 if (dwords & 1) { in radeon_cp_dispatch_indirect() 1622 data[dwords++] = RADEON_CP_PACKET2; in radeon_cp_dispatch_indirect() 1630 OUT_RING(dwords); in radeon_cp_dispatch_indirect() 1646 int dwords; in radeon_cp_dispatch_indices() local 1667 dwords = (prim->finish - prim->start + 3) / sizeof(u32); in radeon_cp_dispatch_indices() 1672 data[0] = CP_PACKET3(RADEON_3D_RNDR_GEN_INDX_PRIM, dwords - 2); in radeon_cp_dispatch_indices() 1706 unsigned int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local 1822 dwords = size / 4; in radeon_cp_dispatch_texture() 1852 (int)(dwords * sizeof(u32))); in radeon_cp_dispatch_texture() [all …]
|
D | r600_cp.c | 2389 int dwords = (end - start + 3) / sizeof(u32); in r600_cp_dispatch_indirect() local 2391 DRM_DEBUG("dwords:%d\n", dwords); in r600_cp_dispatch_indirect() 2398 while (dwords & 0xf) { in r600_cp_dispatch_indirect() 2402 data[dwords++] = RADEON_CP_PACKET2; in r600_cp_dispatch_indirect() 2410 OUT_RING(dwords); in r600_cp_dispatch_indirect()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | head.S | 32 SHR .S2 B6,3,B0 ; number of dwords to clear
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 250 int dwords, rc, line, maxy, start, end; in bttv_risc_overlay() local 263 dwords = (3 * ov->nclips + 2) * in bttv_risc_overlay() 265 dwords += 4; in bttv_risc_overlay() 266 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,dwords*4)) < 0) { in bttv_risc_overlay()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | hfi.h | 1066 u32 len, u32 plen, u32 dwords, u64 pbc); 1069 u32 len, u32 plen, u32 dwords, u64 pbc); 1419 u32 plen, u32 dwords, u64 pbc); 1422 u32 plen, u32 dwords, u64 pbc);
|
D | diag.c | 1623 u32 plen, u32 dwords, u64 pbc) in snoop_send_dma_handler() argument 1627 return hfi1_verbs_send_dma(qp, ibhdr, hdrwords, ss, len, plen, dwords, in snoop_send_dma_handler() 1638 u32 plen, u32 dwords, u64 pbc) in snoop_send_pio_handler() argument 1659 hdrwords, len, plen, dwords, tlen); in snoop_send_pio_handler() 1786 return hfi1_verbs_send_pio(qp, ahdr, hdrwords, ss, len, plen, dwords, in snoop_send_pio_handler()
|
D | verbs.c | 1004 u32 plen, u32 dwords, u64 pbc) in hfi1_verbs_send_dma() argument 1131 u32 plen, u32 dwords, u64 pbc) in hfi1_verbs_send_pio() argument 1322 u32 dwords = (len + 3) >> 2; in hfi1_verbs_send() local 1357 plen = hdrwords + dwords + 2; in hfi1_verbs_send() 1361 qp, ahdr, hdrwords, ss, len, plen, dwords, 0); in hfi1_verbs_send() 1369 qp, ahdr, hdrwords, ss, len, plen, dwords, 0); in hfi1_verbs_send()
|
D | verbs.h | 1106 u32 plen, u32 dwords, u64 pbc); 1110 u32 plen, u32 dwords, u64 pbc);
|
/linux-4.4.14/drivers/gpu/drm/via/ |
D | via_verifier.c | 784 uint32_t dwords) in verify_video_tail() argument 788 if (buf_end - buf < dwords) { in verify_video_tail() 792 while (dwords--) { in verify_video_tail()
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | atvda.h | 1075 u32 dwords[245]; member 1281 u32 dwords[2]; member
|
D | esas2r.h | 1216 rq->func_rsp.dwords[0] = 0; in esas2r_rq_init_request() 1217 rq->func_rsp.dwords[1] = 0; in esas2r_rq_init_request()
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha256-ssse3-asm.S | 391 ## byte swap first 16 dwords 399 ## schedule 48 input dwords, by doing 3 rounds of 16 each
|
D | sha256-avx-asm.S | 384 ## byte swap first 16 dwords 392 ## schedule 48 input dwords, by doing 3 rounds of 16 each
|
D | sha256-avx2-asm.S | 573 ## Load first 16 dwords from two blocks 595 ## schedule 48 input dwords, by doing 3 rounds of 12 each
|
D | sha512-avx2-asm.S | 606 ## byte swap first 16 dwords 614 ## schedule 64 input dwords, by doing 12 rounds of 4 each
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
D | trans.c | 1597 void *buf, int dwords) in iwl_trans_pcie_read_mem() argument 1605 for (offs = 0; offs < dwords; offs++) in iwl_trans_pcie_read_mem() 1615 const void *buf, int dwords) in iwl_trans_pcie_write_mem() argument 1623 for (offs = 0; offs < dwords; offs++) in iwl_trans_pcie_write_mem()
|
/linux-4.4.14/drivers/iommu/ |
D | arm-smmu-v3.c | 1936 size_t dwords) in arm_smmu_init_one_queue() argument 1938 size_t qsz = ((1 << q->max_n_shift) * dwords) << 3; in arm_smmu_init_one_queue() 1949 q->ent_dwords = dwords; in arm_smmu_init_one_queue()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | amd5536udc.c | 735 static int udc_rxfifo_read_dwords(struct udc *dev, u32 *buf, int dwords) in udc_rxfifo_read_dwords() argument 739 VDBG(dev, "udc_read_dwords(): %d dwords\n", dwords); in udc_rxfifo_read_dwords() 741 for (i = 0; i < dwords; i++) in udc_rxfifo_read_dwords()
|
/linux-4.4.14/drivers/scsi/ |
D | advansys.c | 3872 ushort s_addr, uchar *s_buffer, int dwords) in AscMemDWordCopyPtrToLram() argument 3877 for (i = 0; i < 4 * dwords; i += 4) { in AscMemDWordCopyPtrToLram()
|