Symbol: ahd_le32toh
sys/dev/ic/aic79xx.c
2645
ahd_le32toh(hscb->datacnt),
sys/dev/ic/aic79xx.c
2646
ahd_le32toh(hscb->sgptr),
sys/dev/ic/aic79xx.c
2680
len = ahd_le32toh(sg_list[i].len);
sys/dev/ic/aic79xx.c
2684
ahd_le32toh(sg_list[i].addr),
sys/dev/ic/aic79xx.c
4819
sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK;
sys/dev/ic/aic79xx.c
4824
sglen = ahd_le32toh(sg->len);
sys/dev/ic/aic79xx.c
4852
sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK;
sys/dev/ic/aic79xx.c
4857
sglen = ahd_le32toh(sg->len);
sys/dev/ic/aic79xx.c
4863
data_addr = ahd_le32toh(sg->addr)
sys/dev/ic/aic79xx.c
4960
+ (ahd_le32toh(sg->len) & AHD_SG_LEN_MASK)
sys/dev/ic/aic79xx.c
4974
dataptr = ahd_le32toh(sg->addr)
sys/dev/ic/aic79xx.c
4975
+ (ahd_le32toh(sg->len) & AHD_SG_LEN_MASK)
sys/dev/ic/aic79xx.c
4978
(ahd_le32toh(sg->len) & ~AHD_SG_LEN_MASK) >> 24);
sys/dev/ic/aic79xx.c
6509
busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr);
sys/dev/ic/aic79xx.c
7044
busaddr = ahd_le32toh(scb->hscb->hscb_busaddr);
sys/dev/ic/aic79xx.c
7161
busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr);
sys/dev/ic/aic79xx.c
8067
sgptr = ahd_le32toh(hscb->sgptr);
sys/dev/ic/aic79xx.c
8084
resid_sgptr = ahd_le32toh(spkt->residual_sgptr);
sys/dev/ic/aic79xx.c
8109
resid = ahd_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK;
sys/dev/ic/aic79xx.c
8120
while ((ahd_le32toh(sg->len) & AHD_DMA_LAST_SEG) == 0) {
sys/dev/ic/aic79xx.c
8122
resid += ahd_le32toh(sg->len) & AHD_SG_LEN_MASK;
sys/dev/ic/aic79xx.c
8487
instr.integer = ahd_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]);
sys/dev/ic/aic79xx_inline.h
306
high_addr = ahd_le32toh(sg->len) & 0x7F000000;
sys/dev/ic/aic79xx_inline.h
455
sgptr = ahd_le32toh(scb->hscb->sgptr);
sys/dev/ic/aic79xx_inline.h
467
sgptr = ahd_le32toh(scb->hscb->sgptr);
sys/dev/ic/aic79xx_inline.h
483
sgptr = ahd_le32toh(scb->hscb->sgptr);
sys/dev/ic/aic79xx_inline.h
795
SCB_GET_TAG(scb), ahd_le32toh(scb->hscb->hscb_busaddr),
sys/dev/ic/aic79xx_inline.h
798
ahd_le32toh(scb->hscb->datacnt));