Home
last modified time | relevance | path

Searched refs:rqtype (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/arm/plat-samsung/
Ds3c-pl330.c439 if (r->rqtype == MEMTOMEM) { in s3c_pl330_submit()
699 if (ch->req[0].rqtype == MEMTODEV) { in s3c2410_dma_enqueue()
770 ch->req[0].rqtype = DEVTODEV; in s3c2410_dma_request()
771 ch->req[1].rqtype = ch->req[0].rqtype; in s3c2410_dma_request()
978 ch->req[0].rqtype = DEVTOMEM; in s3c2410_dma_devconfig()
979 ch->req[1].rqtype = DEVTOMEM; in s3c2410_dma_devconfig()
984 ch->req[0].rqtype = MEMTODEV; in s3c2410_dma_devconfig()
985 ch->req[1].rqtype = MEMTODEV; in s3c2410_dma_devconfig()
/linux-2.6.39/include/linux/amba/
Dpl330.h23 enum pl330_reqtype rqtype; member
/linux-2.6.39/drivers/dma/
Dpl330.c454 desc->req.rqtype = peri->rqtype; in pl330_get_desc()
535 if (peri->rqtype != MEMTOMEM) in pl330_prep_dma_memcpy()
585 peri->rqtype != MEMTODEV) || in pl330_prep_slave_sg()
587 peri->rqtype != DEVTOMEM)) { in pl330_prep_slave_sg()
724 switch (peri->rqtype) { in pl330_probe()
/linux-2.6.39/arch/arm/include/asm/hardware/
Dpl330.h157 enum pl330_reqtype rqtype; member
/linux-2.6.39/drivers/infiniband/hw/cxgb3/
Diwch_qp.c615 int rqtype = 0; in build_term_codes() local
621 rqtype = RQ_TYPE(rsp_msg->cqe); in build_term_codes()
625 (rqtype && (opcode == T3_READ_RESP)); in build_term_codes()
/linux-2.6.39/drivers/infiniband/hw/cxgb4/
Dqp.c765 int rqtype; in build_term_codes() local
776 rqtype = RQ_TYPE(err_cqe); in build_term_codes()
780 (rqtype && (opcode == FW_RI_READ_RESP)); in build_term_codes()
/linux-2.6.39/arch/arm/common/
Dpl330.c1022 switch (pxs->r->rqtype) { in _bursts()
1270 if (r->rqtype != MEMTOMEM && r->peri >= pi->pcfg.num_peri) { in pl330_submit_req()