Searched refs:ext8 (Results 1 – 2 of 2) sorted by relevance
461 static inline u32 hppa_t21_insn(u8 opcode, u8 r2, u8 r1, u8 ext8, u8 t) in hppa_t21_insn() argument463 return ((opcode << 26) | (r2 << 21) | (r1 << 16) | (ext8 << 5) | t); in hppa_t21_insn()
373 static void xgene_dma_set_src_buffer(__le64 *ext8, size_t *len, in xgene_dma_set_src_buffer() argument379 *ext8 |= cpu_to_le64(*paddr); in xgene_dma_set_src_buffer()380 *ext8 |= cpu_to_le64(xgene_dma_encode_len(nbytes)); in xgene_dma_set_src_buffer()