Lines Matching refs:pstart
399 bus_addr_t pstart;
407 pstart = 0;
412 pstart = dma->dma_map->dm_segs[0].ds_addr;
415 if (pstart == 0) {
422 ch->ch_start_phys = ch->ch_cur_phys = pstart;
423 ch->ch_end_phys = pstart + psize;
460 bus_addr_t pstart;
468 pstart = 0;
473 pstart = dma->dma_map->dm_segs[0].ds_addr;
476 if (pstart == 0) {
483 ch->ch_start_phys = ch->ch_cur_phys = pstart;
484 ch->ch_end_phys = pstart + psize;