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

  /src/sys/dev/ic/
aic7xxx_osm.c 549 sg->addr = ahc_htole32(dm_segs->ds_addr);
552 sg->len = ahc_htole32(len);
563 scb->hscb->sgptr = ahc_htole32(scb->sg_list_phys|SG_FULL_RESID);
574 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG);
580 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL);
aic7xxx_osm.h 182 #define ahc_htole32(x) htole32(x) macro
aic7xxx_inline.h 433 ahc_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag)
aic7xxx.c 535 sg->addr = ahc_htole32(ahc_get_sense_bufaddr(ahc, scb));
537 sg->len = ahc_htole32(len | AHC_DMA_LAST_SEG);
578 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
6523 instr.integer = ahc_htole32(instr.integer);

Completed in 44 milliseconds