Lines Matching refs:hcp
72 struct hpc_chunk *hcp;
76 hcp = hd->cpu;
84 hcp->desc.pbuf = physaddr;
85 hcp->desc.cntinfo = count;
86 hcp++;
96 hcp->desc.pbuf = 0;
97 hcp->desc.cntinfo = HPCDMA_EOX;
99 (unsigned long)(hcp + 1) - (unsigned long)hd->cpu,
109 pr_debug("dma_setup: datainp<%d> hcp<%p> ", datainp, hdata->cpu);
178 struct hpc_chunk *hcp = (struct hpc_chunk *)hdata->cpu;
182 start = (unsigned long) hcp;
185 hcp->desc.pnext = (u32) (dma + sizeof(struct hpc_chunk));
186 hcp->desc.cntinfo = HPCDMA_EOX;
187 hcp++;
191 hcp--;
192 hcp->desc.pnext = hdata->dma;