Searched refs:hscb_busaddr (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic79xx_inline.h757 saved_hscb_busaddr = q_hscb->hscb_busaddr;
759 q_hscb->hscb_busaddr = saved_hscb_busaddr;
760 q_hscb->next_hscb_busaddr = scb->hscb->hscb_busaddr;
810 aic_le32toh(scb->hscb->hscb_busaddr),
H A Daic7xxx_inline.h192 return (ahc->scb_data->hscb_busaddr
H A Daic79xx.c6065 bus_addr_t hscb_busaddr; local
6082 hscb_busaddr = hscb_map->busaddr + (offset * sizeof(*hscb));
6105 hscb_busaddr = hscb_map->busaddr;
6217 hscb->hscb_busaddr = aic_htole32(hscb_busaddr);
6248 hscb_busaddr += sizeof(*hscb);
6429 ahd->next_queued_hscb->hscb_busaddr = aic_htole32(next_baddr);
6837 busaddr = aic_le32toh(ahd->next_queued_hscb->hscb_busaddr);
7355 busaddr = aic_le32toh(scb->hscb->hscb_busaddr);
7358 prev_scb->hscb->next_hscb_busaddr = scb->hscb->hscb_busaddr;
[all...]
H A Daic79xx.h516 /*40*/ uint32_t hscb_busaddr; member in struct:hardware_scb
H A Daic7xxx.h628 bus_addr_t hscb_busaddr; member in struct:scb_data
H A Daic7xxx.c4392 ahc_dmamap_cb, &scb_data->hscb_busaddr, /*flags*/0);
4720 physaddr = ahc->scb_data->hscb_busaddr;

Completed in 225 milliseconds