Searched refs:drq (Results 1 – 6 of 6) sorted by relevance
/drivers/dma/ |
D | owl-dma.c | 208 u8 drq; member 401 mode |= OWL_DMA_MODE_TS(vchan->drq) in owl_dma_cfg_lli() 414 mode |= OWL_DMA_MODE_TS(vchan->drq) in owl_dma_cfg_lli() 1068 u8 drq = dma_spec->args[0]; in owl_dma_of_xlate() local 1070 if (drq > od->nr_vchans) in owl_dma_of_xlate() 1078 vchan->drq = drq; in owl_dma_of_xlate()
|
/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 738 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe); in lpfc_rq_buf_free() 747 rqb_entry->drq->host_index, in lpfc_rq_buf_free() 748 rqb_entry->drq->hba_index); in lpfc_rq_buf_free()
|
D | lpfc_sli.c | 2489 struct lpfc_queue *drq; in lpfc_sli_hbq_to_firmware_s4() local 2494 drq = phba->sli4_hba.dat_rq; in lpfc_sli_hbq_to_firmware_s4() 2501 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4() 7762 struct lpfc_queue *drq, int count, int idx) in lpfc_post_rq_buffer() argument 7786 rqb_buffer->drq = drq; in lpfc_post_rq_buffer() 7800 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer() 7809 drq->host_index, in lpfc_post_rq_buffer() 7810 drq->hba_index); in lpfc_post_rq_buffer() 14615 struct lpfc_queue *drq = phba->sli4_hba.dat_rq; in lpfc_sli4_sp_handle_rcqe() local 14622 if (unlikely(!hrq) || unlikely(!drq)) in lpfc_sli4_sp_handle_rcqe() [all …]
|
D | lpfc_crtn.h | 80 struct lpfc_queue *drq, int count, int idx);
|
D | lpfc.h | 179 struct lpfc_queue *drq; /* ptr to associated Data RQ */ member
|
/drivers/gpu/drm/sun4i/ |
D | sun6i_mipi_dsi.c | 441 u16 drq = (mode->hsync_start - mode->hdisplay) - 20; in sun6i_dsi_setup_burst() local 443 drq *= mipi_dsi_pixel_format_to_bpp(device->format); in sun6i_dsi_setup_burst() 444 drq /= 32; in sun6i_dsi_setup_burst() 447 SUN6I_DSI_TCON_DRQ_SET(drq)); in sun6i_dsi_setup_burst()
|