Searched refs:allocation_map (Results 1 – 2 of 2) sorted by relevance
485 host->allocation_map[i][j] = 0xffffffff; in init_alloc_map()675 if ((host->allocation_map[channel][i] >> index) & 0x01) { in __orc_alloc_scb()676 host->allocation_map[channel][i] &= ~(1 << index); in __orc_alloc_scb()726 host->allocation_map[channel][i] |= (1 << index); in orc_release_scb()
242 u32 allocation_map[MAX_CHANNELS][8]; /* Max STB is 256, So 256/32 */ member