HomeSort by: relevance | last modified time | path
    Searched refs:AHC_DMA_LAST_SEG (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_osm.c 574 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG);
aic7xxxvar.h 614 #define AHC_DMA_LAST_SEG 0x80000000
aic7xxx.c 537 sg->len = ahc_htole32(len | AHC_DMA_LAST_SEG);
6139 while ((ahc_le32toh(sg->len) & AHC_DMA_LAST_SEG) == 0) {

Completed in 18 milliseconds