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

/freebsd-10-stable/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.c6074 bus_addr_t hscb_busaddr; local
6091 hscb_busaddr = hscb_map->busaddr + (offset * sizeof(*hscb));
6114 hscb_busaddr = hscb_map->busaddr;
6226 hscb->hscb_busaddr = aic_htole32(hscb_busaddr);
6257 hscb_busaddr += sizeof(*hscb);
6438 ahd->next_queued_hscb->hscb_busaddr = aic_htole32(next_baddr);
6846 busaddr = aic_le32toh(ahd->next_queued_hscb->hscb_busaddr);
7364 busaddr = aic_le32toh(scb->hscb->hscb_busaddr);
7367 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.c4394 ahc_dmamap_cb, &scb_data->hscb_busaddr, /*flags*/0);
4726 physaddr = ahc->scb_data->hscb_busaddr;

Completed in 212 milliseconds