/openbmc/linux/arch/alpha/kernel/ |
H A D | smc37c669.c | 879 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 …]
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | pnp_def.h | 84 static inline void pnp_set_drq(uint16_t dev, uint8_t index, unsigned drq) in pnp_set_drq() argument 86 pnp_write_config(dev, index, drq & 0xff); in pnp_set_drq()
|
/openbmc/qemu/hw/i2c/ |
H A D | omap_i2c.c | 36 qemu_irq drq[2]; member 65 qemu_set_irq(s->drq[0], (s->stat >> 3) & 1); /* RRDY */ in omap_i2c_interrupts_update() 67 qemu_set_irq(s->drq[1], (s->stat >> 4) & 1); /* XRDY */ in omap_i2c_interrupts_update() 480 sysbus_init_irq(sbd, &s->drq[0]); in omap_i2c_init() 481 sysbus_init_irq(sbd, &s->drq[1]); in omap_i2c_init()
|
/openbmc/linux/drivers/dma/ |
H A 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()
|
/openbmc/qemu/hw/dma/ |
H A D | omap_dma.c | 1550 static void omap_dma_request(void *opaque, int drq, int req) 1555 if (~s->dma->drqbmp & (1ULL << drq)) { 1556 s->dma->drqbmp |= 1ULL << drq; 1557 omap_dma_process_request(s, drq); 1560 s->dma->drqbmp &= ~(1ULL << drq); 1646 s->dma->drq = qemu_allocate_irqs(omap_dma_request, s, 32); 1668 mpu->drq = s->dma->drq;
|
/openbmc/qemu/include/hw/arm/ |
H A D | soc_dma.h | 74 qemu_irq *drq; member
|
H A D | omap.h | 562 qemu_irq *drq; member
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A 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()
|
H A 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() 7775 struct lpfc_queue *drq, int count, int idx) in lpfc_post_rq_buffer() argument 7799 rqb_buffer->drq = drq; in lpfc_post_rq_buffer() 7813 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer() 7822 drq->host_index, in lpfc_post_rq_buffer() 7823 drq->hba_index); in lpfc_post_rq_buffer() 14628 struct lpfc_queue *drq = phba->sli4_hba.dat_rq; in lpfc_sli4_sp_handle_rcqe() local 14635 if (unlikely(!hrq) || unlikely(!drq)) in lpfc_sli4_sp_handle_rcqe() [all …]
|
H A D | lpfc_crtn.h | 80 struct lpfc_queue *drq, int count, int idx);
|
H A D | lpfc.h | 179 struct lpfc_queue *drq; /* ptr to associated Data RQ */ member
|
/openbmc/qemu/hw/arm/ |
H A D | omap1.c | 3955 s->drq[OMAP_DMA_UART1_TX], s->drq[OMAP_DMA_UART1_RX], in omap310_mpu_init() 3962 s->drq[OMAP_DMA_UART2_TX], s->drq[OMAP_DMA_UART2_RX], in omap310_mpu_init() 3969 s->drq[OMAP_DMA_UART3_TX], s->drq[OMAP_DMA_UART3_RX], in omap310_mpu_init() 3987 &s->drq[OMAP_DMA_MMC_TX], in omap310_mpu_init() 4006 s->drq[OMAP_DMA_UWIRE_TX], omap_findclk(s, "mpuper_ck")); in omap310_mpu_init() 4019 sysbus_connect_irq(busdev, 1, s->drq[OMAP_DMA_I2C_TX]); in omap310_mpu_init() 4020 sysbus_connect_irq(busdev, 2, s->drq[OMAP_DMA_I2C_RX]); in omap310_mpu_init() 4031 &s->drq[OMAP_DMA_MCBSP1_TX], omap_findclk(s, "dspxor_ck")); in omap310_mpu_init() 4037 &s->drq[OMAP_DMA_MCBSP2_TX], omap_findclk(s, "mpuper_ck")); in omap310_mpu_init() 4041 &s->drq[OMAP_DMA_MCBSP3_TX], omap_findclk(s, "dspxor_ck")); in omap310_mpu_init()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A 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()
|