Searched refs:AHC_DMA_LAST_SEG (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.h525 #define AHC_DMA_LAST_SEG 0x80000000 macro
H A Daic7xxx_osm.c1023 sg->len |= aic_htole32(AHC_DMA_LAST_SEG);
H A Daic7xxx.c529 sg->len |= AHC_DMA_LAST_SEG;
6260 while ((aic_le32toh(sg->len) & AHC_DMA_LAST_SEG) == 0) {

Completed in 118 milliseconds