Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c2119 const struct bhnd_dma_translation *dwin; in bhndb_get_dma_translation() local
2122 dwin = &hwcfg->dma_translations[i]; in bhndb_get_dma_translation()
2125 if ((dwin->base_addr & addr_mask) != dwin->base_addr) in bhndb_get_dma_translation()
2129 if ((dwin->flags & flags) != flags) in bhndb_get_dma_translation()
2134 masked = (dwin->addr_mask | dwin->addrext_mask) & addr_mask; in bhndb_get_dma_translation()
2140 match = dwin; in bhndb_get_dma_translation()