Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_osm.h101 #define ahd_htole16(x) cpu_to_le16(x) macro
H A Daic79xx.h67 #define SCB_LIST_NULL_LE (ahd_htole16(SCB_LIST_NULL))
H A Daic79xx_core.c6917 next_scb->hscb->tag = ahd_htole16(scb_data->numscbs); in ahd_alloc_scbs()