Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/alpha/kernel/
Dsmc37c669.c879 int drq
960 int drq; member
1062 int *drq
1090 int drq
1295 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; in SMC37c669_enable_device() local
1299 drq.as_uchar = in SMC37c669_enable_device()
1302 drq.by_field.ppt_drq = in SMC37c669_enable_device()
1304 SMC37c669_xlate_drq( local_config[ func ].drq ) in SMC37c669_enable_device()
1309 drq.as_uchar in SMC37c669_enable_device()
1343 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; in SMC37c669_enable_device() local
[all …]
/kernel/linux/linux-5.10/drivers/dma/
Dowl-dma.c207 u8 drq; member
400 mode |= OWL_DMA_MODE_TS(vchan->drq) in owl_dma_cfg_lli()
413 mode |= OWL_DMA_MODE_TS(vchan->drq) in owl_dma_cfg_lli()
1067 u8 drq = dma_spec->args[0]; in owl_dma_of_xlate() local
1069 if (drq > od->nr_vchans) in owl_dma_of_xlate()
1077 vchan->drq = drq; in owl_dma_of_xlate()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_mem.c722 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe); in lpfc_rq_buf_free()
731 rqb_entry->drq->host_index, in lpfc_rq_buf_free()
732 rqb_entry->drq->hba_index); in lpfc_rq_buf_free()
Dlpfc_sli.c2094 struct lpfc_queue *drq; in lpfc_sli_hbq_to_firmware_s4() local
2099 drq = phba->sli4_hba.dat_rq; in lpfc_sli_hbq_to_firmware_s4()
2106 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4()
7231 struct lpfc_queue *drq, int count, int idx) in lpfc_post_rq_buffer() argument
7255 rqb_buffer->drq = drq; in lpfc_post_rq_buffer()
7269 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer()
7278 drq->host_index, in lpfc_post_rq_buffer()
7279 drq->hba_index); in lpfc_post_rq_buffer()
13653 struct lpfc_queue *drq = phba->sli4_hba.dat_rq; in lpfc_sli4_sp_handle_rcqe() local
13660 if (unlikely(!hrq) || unlikely(!drq)) in lpfc_sli4_sp_handle_rcqe()
[all …]
Dlpfc_crtn.h76 struct lpfc_queue *drq, int count, int idx);
Dlpfc.h176 struct lpfc_queue *drq; /* ptr to associated Data RQ */ member
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
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()
/kernel/linux/linux-5.10/drivers/scsi/
Dgdth.h835 u8 drq; /* DRQ (ISA controllers) */ member