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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c485 sg->addr = ahc_htole32(addr & 0xFFFFFFFF);
492 sg->len = ahc_htole32(len);
1555 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG);
1561 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
1570 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL);
H A Daic7xxx_osm.h119 #define ahc_htole32(x) cpu_to_le32(x) macro
H A Daic7xxx_core.c588 ahc_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag)
1089 sg->addr = ahc_htole32(sg->addr);
1090 sg->len = ahc_htole32(sg->len);
1134 hscb->sgptr = ahc_htole32(hscb->sgptr);
7045 instr.integer = ahc_htole32(instr.integer);

Completed in 84 milliseconds