Home
last modified time | relevance | path

Searched refs:ahd_dma_tag_create (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_osm.h161 int ahd_dma_tag_create(struct ahd_softc *, bus_dma_tag_t /*parent*/,
H A Daic79xx_core.c6386 if (ahd_dma_tag_create(ahd, ahd->parent_dmat, /*alignment*/1, in ahd_init_scbdata()
6400 if (ahd_dma_tag_create(ahd, ahd->parent_dmat, /*alignment*/8, in ahd_init_scbdata()
6419 if (ahd_dma_tag_create(ahd, ahd->parent_dmat, /*alignment*/1, in ahd_init_scbdata()
7044 if (ahd_dma_tag_create(ahd, ahd->parent_dmat, /*alignment*/1, in ahd_init()
H A Daic79xx_osm.c912 ahd_dma_tag_create(struct ahd_softc *ahd, bus_dma_tag_t parent, in ahd_dma_tag_create() function