Searched refs:emit_2_bytes (Results 1 – 1 of 1) sorted by relevance
629 static inline void emit_2_bytes(u8 *buf, u16 bytes) in emit_2_bytes() function636 emit_2_bytes(buf, bytes >> 16); in emit_4_bytes()637 emit_2_bytes(buf + 2, bytes & 0xffff); in emit_4_bytes()