Searched refs:cont_addr (Results 1 – 1 of 1) sorted by relevance
78 static uint32_t cnx_cont2phys(uint32_t log2_chunk_sz, uint32_t cont_addr,1264 cnx_cont2phys(uint32_t log2_chunk_size, uint32_t cont_addr, int type) in cnx_cont2phys() argument1272 result = cont_addr & (0xffffffff >> (32 - log2_chunk_size)) | in cnx_cont2phys()1274 (cont_addr << 1) & (0xffffffff << (log2_chunk_size + 1)); in cnx_cont2phys()1276 result = cont_addr; in cnx_cont2phys()