Lines Matching defs:waport
355 int waport;
435 waport = DMA1_CHN(ochan);
438 bus_space_write_1(ids->ids_bst, ids->ids_dma1h, waport,
440 bus_space_write_1(ids->ids_bst, ids->ids_dma1h, waport,
444 bus_space_write_1(ids->ids_bst, ids->ids_dma1h, waport + 1,
446 bus_space_write_1(ids->ids_bst, ids->ids_dma1h, waport + 1,
454 waport = DMA2_CHN(ochan);
458 bus_space_write_1(ids->ids_bst, ids->ids_dma2h, waport,
460 bus_space_write_1(ids->ids_bst, ids->ids_dma2h, waport,
465 bus_space_write_1(ids->ids_bst, ids->ids_dma2h, waport + 2,
467 bus_space_write_1(ids->ids_bst, ids->ids_dma2h, waport + 2,
495 int waport;
515 waport = DMA1_CHN(ochan);
517 waport + 1) + 1;
519 waport + 1) << 8;
522 waport = DMA2_CHN(ochan);
524 waport + 2) + 1;
526 waport + 2) << 8;