Searched defs:wrp (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/musb/
H A Dmusb_dsps.c144 const struct dsps_musb_wrapper *wrp; /* wrapper register offsets */ member in struct:dsps_glue
217 const struct dsps_musb_wrapper *wrp = glue->wrp; local
222 epmask = ((musb->epmask & wrp->txep_mask) << wrp->txep_shift) |
223 ((musb->epmask & wrp->rxep_mask) << wrp->rxep_shift);
224 coremask = (wrp->usb_bitmap & ~MUSB_INTR_SOF);
226 dsps_writel(reg_base, wrp->epintr_set, epmask);
227 dsps_writel(reg_base, wrp
242 const struct dsps_musb_wrapper *wrp = glue->wrp; local
257 const struct dsps_musb_wrapper *wrp = glue->wrp; local
307 const struct dsps_musb_wrapper *wrp = glue->wrp; local
443 const struct dsps_musb_wrapper *wrp = glue->wrp; local
517 const struct dsps_musb_wrapper *wrp = glue->wrp; local
615 const struct dsps_musb_wrapper *wrp = glue->wrp; local
768 const struct dsps_musb_wrapper *wrp; local
869 const struct dsps_musb_wrapper *wrp = glue->wrp; local
894 const struct dsps_musb_wrapper *wrp = glue->wrp; local
[all...]
/drivers/scsi/csiostor/
H A Dcsio_lnode.c1711 struct csio_wr_pair wrp; local
1737 ret = csio_wr_get(hw, mgmtm->eq_idx, wr_size, &wrp);
1751 csio_wr_copy_to_wrp(&fw_wr[0], &wrp, wr_off,
1757 csio_wr_copy_to_wrp(pld->vaddr, &wrp, wr_off, im_len);
1764 csio_wr_copy_to_wrp(&dsgl, &wrp, ALIGN(wr_off, 8),
H A Dcsio_scsi.c281 struct csio_wr_pair wrp; local
286 req->drv_status = csio_wr_get(hw, req->eq_idx, size, &wrp);
290 if (wrp.size1 >= size) {
292 csio_scsi_init_cmd_wr(req, wrp.addr1, size);
301 memcpy(wrp.addr1, tmpwr, wrp.size1);
302 memcpy(wrp.addr2, tmpwr + wrp.size1, size - wrp.size1);
378 * @wrp
384 csio_scsi_init_read_wr(struct csio_ioreq *req, void *wrp, uint32_t size) argument
437 csio_scsi_init_write_wr(struct csio_ioreq *req, void *wrp, uint32_t size) argument
505 struct csio_wr_pair wrp; local
542 struct csio_wr_pair wrp; local
700 struct csio_wr_pair wrp; local
[all...]
H A Dcsio_wr.c843 * @wrp: Work request pair.
858 struct csio_wr_pair *wrp)
904 wrp->addr1 = cwr;
905 wrp->size1 = (uint32_t)((uintptr_t)q->vwrap - (uintptr_t)cwr);
906 wrp->addr2 = q->vstart;
907 wrp->size2 = req_sz - wrp->size1;
908 q->pidx = (uint16_t)(ALIGN(wrp->size2, CSIO_QCREDIT_SZ) /
913 wrp->addr1 = cwr;
914 wrp
857 csio_wr_get(struct csio_hw *hw, int qidx, uint32_t size, struct csio_wr_pair *wrp) argument
945 csio_wr_copy_to_wrp(void *data_buf, struct csio_wr_pair *wrp, uint32_t wr_off, uint32_t data_len) argument
[all...]
/drivers/media/pci/dm1105/
H A Ddm1105.c366 u32 wrp; member in struct:dm1105_dev
690 u32 oldwrp = dev->wrp;
701 dev->wrp = 0;
714 dev->wrp = nextwrp;
/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c1057 struct work_request_hdr *wrp = (struct work_request_hdr *)d; local
1069 wrp->wr_hi = htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) |
1072 wrp->wr_lo = htonl(V_WR_LEN(flits + sgl_flits) |
1078 struct work_request_hdr *wp = wrp;
1080 wrp->wr_hi = htonl(F_WR_SOP | V_WR_DATATYPE(1) |
1106 wrp = (struct work_request_hdr *)d;
1107 wrp->wr_hi = htonl(V_WR_DATATYPE(1) |
1109 wrp->wr_lo = htonl(V_WR_LEN(min(WR_FLITS,
1116 wrp->wr_hi |= htonl(F_WR_EOP);
1429 struct work_request_hdr *wrp local
[all...]

Completed in 100 milliseconds