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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h254 sg->len = ahd_htole32(len | (last ? AHD_DMA_LAST_SEG : 0));
260 sg->addr = ahd_htole32(addr & 0xFFFFFFFF);
261 sg->len = ahd_htole32(len | ((addr >> 8) & 0x7F000000)
283 ahd_htole32(scb->sense_busaddr);
320 scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
326 scb->hscb->sgptr = ahd_htole32(SG_LIST_NULL);
H A Daic79xx_osm.h107 #define ahd_htole32(x) cpu_to_le32(x) macro
H A Daic79xx_core.c6161 hscb->hscb_busaddr = ahd_htole32(hscb_busaddr);
6374 ahd->next_queued_hscb->hscb_busaddr = ahd_htole32(next_baddr);
8794 instr.integer = ahd_htole32(instr.integer);

Completed in 119 milliseconds