Home
last modified time | relevance | path

Searched refs:drq (Results 1 – 5 of 5) sorted by relevance

/linux/arch/alpha/kernel/
H A Dsmc37c669.c881 int drq
962 int drq; member
1064 int *drq
1092 int drq
1297 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; in SMC37c669_enable_device() local
1301 drq.as_uchar = in SMC37c669_enable_device()
1304 drq.by_field.ppt_drq = in SMC37c669_enable_device()
1306 SMC37c669_xlate_drq( local_config[ func ].drq ) in SMC37c669_enable_device()
1311 drq.as_uchar in SMC37c669_enable_device()
1345 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; in SMC37c669_enable_device() local
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c745 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe); in lpfc_rq_buf_free()
754 rqb_entry->drq->host_index, in lpfc_rq_buf_free()
755 rqb_entry->drq->hba_index); in lpfc_rq_buf_free()
H A Dlpfc_sli.c2496 struct lpfc_queue *drq; in lpfc_sli_hbq_to_firmware_s4() local
2501 drq = phba->sli4_hba.dat_rq; in lpfc_sli_hbq_to_firmware_s4()
2508 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4()
7776 struct lpfc_queue *drq, int count, int idx) in lpfc_post_rq_buffer() argument
7800 rqb_buffer->drq = drq; in lpfc_post_rq_buffer()
7814 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer()
7823 drq->host_index, in lpfc_post_rq_buffer()
7824 drq->hba_index); in lpfc_post_rq_buffer()
14673 struct lpfc_queue *drq = phba->sli4_hba.dat_rq; in lpfc_sli4_sp_handle_rcqe() local
14680 if (unlikely(!hrq) || unlikely(!drq)) in lpfc_sli4_sp_handle_rcqe()
[all …]
H A Dlpfc.h178 struct lpfc_queue *drq; /* ptr to associated Data RQ */ member
/linux/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c441 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()