Searched refs:AHD_DMA_LAST_SEG (Results 1 – 3 of 3) sorted by relevance
249 sg->len = ahd_htole32(len | (last ? AHD_DMA_LAST_SEG : 0)); in ahd_sg_setup()257 | (last ? AHD_DMA_LAST_SEG : 0)); in ahd_sg_setup()
544 #define AHD_DMA_LAST_SEG 0x80000000 macro
602 if ((datacnt & AHD_DMA_LAST_SEG) != 0) { in ahd_run_data_fifo()764 if (data_len & AHD_DMA_LAST_SEG) { in ahd_run_data_fifo()2670 (sg_list[i].len & AHD_DMA_LAST_SEG) in ahd_dump_sglist()2686 len & AHD_DMA_LAST_SEG ? " Last" : ""); in ahd_dump_sglist()8120 while ((ahd_le32toh(sg->len) & AHD_DMA_LAST_SEG) == 0) { in ahd_calc_residual()