Home
last modified time | relevance | path

Searched refs:shared_data_map (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Daic79xx.c5383 ahd_freedmamem(ahd, &ahd->shared_data_map); in ahd_free()
6079 if (ahd_createdmamem(ahd, driver_data_size, &ahd->shared_data_map, in ahd_init()
6083 ahd->qoutfifo = (struct ahd_completion *)ahd->shared_data_map.vaddr; in ahd_init()
6088 next_baddr = ahd->shared_data_map.busaddr in ahd_init()
6110 ahd->next_queued_hscb_map = &ahd->shared_data_map; in ahd_init()
6461 busaddr = ahd->shared_data_map.busaddr; in ahd_chip_init()
10546 ahd_dmamap_sync(ahd, ahd->parent_dmat, ahd->shared_data_map.dmamap, in ahd_sync_qoutfifo()
10557 ahd->shared_data_map.dmamap, in ahd_sync_tqinfifo()
10577 ahd_dmamap_sync(ahd, ahd->parent_dmat, ahd->shared_data_map.dmamap, in ahd_check_cmdcmpltqueues()
10587 ahd->shared_data_map.dmamap, in ahd_check_cmdcmpltqueues()
Daic79xx.h1203 struct map_node shared_data_map; member