Searched refs:drq (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dsmc37c669.c879 int drq
960 int drq; member in struct:DEVICE_CONFIG
1062 int *drq
1090 int drq
1215 ** setting all of its mappings (port, irq, drq ...). A local
1297 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq;
1301 drq.as_uchar =
1304 drq.by_field.ppt_drq =
1306 SMC37c669_xlate_drq( local_config[ func ].drq )
1311 drq
1295 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; local
1343 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; local
1515 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; local
1556 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; local
[all...]
/linux-master/drivers/dma/
H A Dowl-dma.c201 * @drq: physical DMA request ID for this channel
208 u8 drq; member in struct:owl_dma_vchan
401 mode |= OWL_DMA_MODE_TS(vchan->drq)
414 mode |= OWL_DMA_MODE_TS(vchan->drq)
1068 u8 drq = dma_spec->args[0]; local
1070 if (drq > od->nr_vchans)
1078 vchan->drq = drq;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_mem.c745 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe);
754 rqb_entry->drq->host_index,
755 rqb_entry->drq->hba_index);
H A Dlpfc_sli.c2489 struct lpfc_queue *drq; local
2494 drq = phba->sli4_hba.dat_rq;
2501 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe);
7767 struct lpfc_queue *drq, int count, int idx)
7791 rqb_buffer->drq = drq;
7805 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe);
7814 drq->host_index,
7815 drq->hba_index);
14617 struct lpfc_queue *drq local
7766 lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq, struct lpfc_queue *drq, int count, int idx) argument
15157 struct lpfc_queue *drq; local
17140 lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype) argument
17434 struct lpfc_queue *hrq, *drq, *cq; local
17838 lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq, struct lpfc_queue *drq) argument
[all...]
H A Dlpfc_crtn.h80 struct lpfc_queue *drq, int count, int idx);
H A Dlpfc.h179 struct lpfc_queue *drq; /* ptr to associated Data RQ */ member in struct:rqb_dmabuf
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c441 u16 drq = (mode->hsync_start - mode->hdisplay) - 20; local
443 drq *= mipi_dsi_pixel_format_to_bpp(device->format);
444 drq /= 32;
447 SUN6I_DSI_TCON_DRQ_SET(drq));

Completed in 181 milliseconds