Home
last modified time | relevance | path

Searched refs:ahd_le16toh (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_osm.h120 #define ahd_le16toh(x) le16_to_cpu(x) macro
Daic79xx.h121 ahd_le16toh(scb->hscb->tag)
Daic79xx_core.c479 scb_index = ahd_le16toh(ahd->qoutfifo[ahd->qoutfifonext] in ahd_run_qoutfifo()