Searched refs:ext8 (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/parisc/net/
H A Dbpf_jit.h461 static inline u32 hppa_t21_insn(u8 opcode, u8 r2, u8 r1, u8 ext8, u8 t) argument
463 return ((opcode << 26) | (r2 << 21) | (r1 << 16) | (ext8 << 5) | t);
/linux-master/drivers/dma/
H A Dxgene-dma.c373 static void xgene_dma_set_src_buffer(__le64 *ext8, size_t *len, argument
379 *ext8 |= cpu_to_le64(*paddr);
380 *ext8 |= cpu_to_le64(xgene_dma_encode_len(nbytes));

Completed in 117 milliseconds