Searched refs:AHD_DMA_LAST_SEG (Results 1 – 2 of 2) sorted by relevance
529 #define AHD_DMA_LAST_SEG 0x80000000 macro
424 sg->len = ahd_htole32(len | (last ? AHD_DMA_LAST_SEG : 0)); in ahd_sg_setup()432 | (last ? AHD_DMA_LAST_SEG : 0)); in ahd_sg_setup()1451 if ((datacnt & AHD_DMA_LAST_SEG) != 0) { in ahd_run_data_fifo()1610 if (data_len & AHD_DMA_LAST_SEG) { in ahd_run_data_fifo()1755 (sg_list[i].len & AHD_DMA_LAST_SEG) in ahd_dump_sglist()1771 len & AHD_DMA_LAST_SEG ? " Last" : ""); in ahd_dump_sglist()9206 while ((ahd_le32toh(sg->len) & AHD_DMA_LAST_SEG) == 0) { in ahd_calc_residual()