Home
last modified time | relevance | path

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

/sound/pci/au88x0/
Dau88x0_core.c2008 vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out, int restype) in vortex_adb_checkinout() argument
2010 int i, qty = resnum[restype], resinuse = 0; in vortex_adb_checkinout()
2015 resinuse |= vortex->dma_adb[i].resources[restype]; in vortex_adb_checkinout()
2017 resinuse |= vortex->fixed_res[restype]; in vortex_adb_checkinout()
2022 resmap[restype] |= (1 << i); in vortex_adb_checkinout()
2024 vortex->dma_adb[i].resources[restype] |= (1 << i); in vortex_adb_checkinout()
2038 if (resmap[restype] & (1 << i)) { in vortex_adb_checkinout()
2039 resmap[restype] &= ~(1 << i); in vortex_adb_checkinout()
2051 restype); in vortex_adb_checkinout()
Dau88x0.h251 int restype);