Home
last modified time | relevance | path

Searched refs:sg_list_phys (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/dev/ic/
Daic7xxx_inline.h177 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg); in ahc_sg_bus_to_virt()
192 return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list))); in ahc_sg_virt_to_bus()
Daic7xxx.h583 bus_addr_t sg_list_phys; member
Daic7xxxvar.h630 bus_addr_t sg_list_phys; member
Daic7xxx_openbsd.c438 scb->hscb->sgptr = ahc_htole32(scb->sg_list_phys|SG_FULL_RESID); in ahc_execute_scb()
Daic7xxx.c576 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID; in ahc_handle_seqint()
4378 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg); in ahc_alloc_scbs()