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