Searched refs:HDR_START_IDX_SHIFT (Results 1 – 2 of 2) sorted by relevance
71 init_sh_desc(desc, (((pdb_len + 1) << HDR_START_IDX_SHIFT) + pdb_len) | in init_sh_desc_pdb()84 init_job_desc(desc, (((pdb_len + 1) << HDR_START_IDX_SHIFT)) | options); in init_job_desc_pdb()102 (len << HDR_START_IDX_SHIFT)); in init_job_desc_shared()
94 #define HDR_START_IDX_SHIFT 16 macro