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

  /src/sys/dev/ic/
aic79xx_inline.h 249 sg->len = ahd_htole32(len | (last ? AHD_DMA_LAST_SEG : 0));
255 sg->addr = ahd_htole32(addr & 0xFFFFFFFF);
256 sg->len = ahd_htole32(len | ((addr >> 8) & 0x7F000000)
280 ahd_htole32(scb->sense_busaddr);
317 scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
323 scb->hscb->sgptr = ahd_htole32(SG_LIST_NULL);
aic79xx_osm.h 167 #define ahd_htole32(x) htole32(x) macro
aic79xx.c 5916 hscb->hscb_busaddr = ahd_htole32(hscb_busaddr);
6099 ahd->next_queued_hscb->hscb_busaddr = ahd_htole32(next_baddr);
8535 instr.integer = ahd_htole32(instr.integer);

Completed in 18 milliseconds