Home
last modified time | relevance | path

Searched refs:parent_dmat (Results 1 – 11 of 11) sorted by relevance

/openbsd/sys/dev/ic/
H A Daic7xxx_inline.h219 ahc_dmamap_sync(ahc, ahc->parent_dmat, in ahc_sync_scb()
413 ahc_dmamap_sync(ahc, ahc->parent_dmat, ahc->shared_data_dmamap, in ahc_queue_scb()
467 ahc_dmamap_sync(ahc, ahc->parent_dmat, ahc->shared_data_dmamap, in ahc_sync_qoutfifo()
476 ahc_dmamap_sync(ahc, ahc->parent_dmat /*shared_data_dmat*/, in ahc_sync_tqinfifo()
497 ahc_dmamap_sync(ahc, ahc->parent_dmat /*shared_data_dmat*/, ahc->shared_data_dmamap, in ahc_check_cmdcmpltqueues()
505 ahc_dmamap_sync(ahc, ahc->parent_dmat /*shared_data_dmat*/, in ahc_check_cmdcmpltqueues()
H A Daic7xxx_openbsd.c133 bus_dmamap_sync(ahc->parent_dmat, ahc->scb_data->hscb_dmamap, in ahc_platform_intr()
150 bus_dmamap_sync(ahc->parent_dmat, ahc->scb_data->hscb_dmamap, in ahc_done()
175 bus_dmamap_sync(ahc->parent_dmat, scb->dmamap, 0, in ahc_done()
177 bus_dmamap_unload(ahc->parent_dmat, scb->dmamap); in ahc_done()
348 bus_dmamap_sync(ahc->parent_dmat, scb->dmamap, 0, in ahc_execute_scb()
354 bus_dmamap_sync(ahc->parent_dmat, scb->sg_map->sg_dmamap, in ahc_execute_scb()
394 bus_dmamap_sync(ahc->parent_dmat, ahc->scb_data->hscb_dmamap, in ahc_execute_scb()
526 error = bus_dmamap_load(ahc->parent_dmat, in ahc_setup_data()
H A Daic79xx_openbsd.c167 bus_dmamap_sync(ahd->parent_dmat, scb->dmamap, 0, in ahd_done()
169 bus_dmamap_unload(ahd->parent_dmat, scb->dmamap); in ahd_done()
352 bus_dmamap_sync(ahd->parent_dmat, scb->dmamap, 0, in ahd_execute_scb()
365 bus_dmamap_unload(ahd->parent_dmat, in ahd_execute_scb()
495 error = bus_dmamap_load(ahd->parent_dmat, in ahd_setup_data()
H A Daic7xxx.c349 ahc_dmamap_sync(ahc, ahc->parent_dmat /*shared_data_dmat*/, in ahc_run_qoutfifo()
593 bus_dmamap_sync(ahc->parent_dmat, in ahc_handle_seqint()
599 bus_dmamap_sync(ahc->parent_dmat, in ahc_handle_seqint()
603 bus_dmamap_sync(ahc->parent_dmat, in ahc_handle_seqint()
4233 if (ahc_createdmamem(ahc->parent_dmat, in ahc_init_scbdata()
4243 if (ahc_createdmamem(ahc->parent_dmat, in ahc_init_scbdata()
4299 ahc_freedmamem(ahc->parent_dmat, PAGE_SIZE, in ahc_fini_scbdata()
4307 ahc_freedmamem(ahc->parent_dmat, in ahc_fini_scbdata()
4313 ahc_freedmamem(ahc->parent_dmat, in ahc_fini_scbdata()
4382 error = bus_dmamap_create(ahc->parent_dmat, in ahc_alloc_scbs()
[all …]
H A Daic7xxxvar.h1083 bus_dma_tag_t parent_dmat; member
H A Daic79xx.c5977 error = bus_dmamap_create(ahd->parent_dmat, in ahd_alloc_scbs()
9669 ahd_dmamap_sync(ahd, ahd->parent_dmat /*shared_data_dmat*/, in ahd_run_tqinfifo()
9810 bus_dma_tag_t tag = ahd->parent_dmat; in ahd_createdmamem()
9861 bus_dma_tag_t tag = ahd->parent_dmat; in ahd_freedmamem()
10148 ahd_dmamap_sync(ahd, ahd->parent_dmat, scb->hscb_map->dmamap, in ahd_sync_scb()
10159 ahd_dmamap_sync(ahd, ahd->parent_dmat, in ahd_sync_sglist()
10168 ahd_dmamap_sync(ahd, ahd->parent_dmat, in ahd_sync_sense()
10546 ahd_dmamap_sync(ahd, ahd->parent_dmat, ahd->shared_data_map.dmamap, in ahd_sync_qoutfifo()
10556 ahd_dmamap_sync(ahd, ahd->parent_dmat, in ahd_sync_tqinfifo()
10577 ahd_dmamap_sync(ahd, ahd->parent_dmat, ahd->shared_data_map.dmamap, in ahd_check_cmdcmpltqueues()
[all …]
H A Daic79xx.h1202 bus_dma_tag_t parent_dmat; member
/openbsd/sys/dev/eisa/
H A Dahc_eisa.c153 ahc->parent_dmat = ea->ea_dmat; in ahc_eisa_attach()
/openbsd/sys/arch/i386/isa/
H A Dahc_isa.c349 ahc->parent_dmat = ia->ia_dmat; in ahc_isa_attach()
/openbsd/sys/dev/pci/
H A Dahd_pci.c349 ahd->parent_dmat = pa->pa_dmat; in ahd_pci_attach()
H A Dahc_pci.c739 ahc->parent_dmat = pa->pa_dmat; in ahc_pci_attach()