Searched refs:is64 (Results 1 – 3 of 3) sorted by relevance
255 bool is64; member306 addr += q * (rfh_mq_tbl[i].is64 ? 8 : 4); in iwl_dump_rfh()327 addr += q * (rfh_mq_tbl[i].is64 ? 8 : 4); in iwl_dump_rfh()
3018 mem_xadd(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, bool is64) in mem_xadd() argument3044 out += 2 + is64; in mem_xadd()3083 FIELD_PREP(CMD_OV_LEN, 0x8 | is64 << 2)); in mem_xadd()3098 addra, addrb, is64 << 2, in mem_xadd()3099 is64 ? CMD_CTX_SWAP_DEFER2 : CMD_CTX_SWAP_DEFER1); in mem_xadd()3102 if (is64) in mem_xadd()
232 static u32 to3264(u32 timing, int bpp, int is64) in to3264() argument247 if (is64) in to3264()