Home | History | Annotate | Download | only in sunxi

Lines Matching refs:pstart

272 	bus_addr_t pstart;
277 pstart = 0;
282 pstart = dma->dma_map->dm_segs[0].ds_addr;
285 if (pstart == 0) {
292 ch->ch_start_phys = ch->ch_cur_phys = pstart;
293 ch->ch_end_phys = pstart + psize;
337 bus_addr_t pstart;
342 pstart = 0;
347 pstart = dma->dma_map->dm_segs[0].ds_addr;
350 if (pstart == 0) {
357 ch->ch_start_phys = ch->ch_cur_phys = pstart;
358 ch->ch_end_phys = pstart + psize;