Searched refs:restype (Results 1 – 2 of 2) sorted by relevance
2008 vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out, int restype) in vortex_adb_checkinout() argument2010 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()
251 int restype);