Home
last modified time | relevance | path

Searched refs:ubyte (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dgenelf_debug.c36 typedef uint8_t ubyte; typedef
110 ubyte minimum_instruction_length;
111 ubyte default_is_stmt;
115 ubyte line_range;
117 ubyte opcode_base;
139 ubyte pointer_size;
156 static ubyte standard_opcode_length[] =
193 ubyte cur = data & 0x7F; in emit_unsigned_LEB128()
207 ubyte cur = data & 0x7F; in emit_signed_LEB128()
220 static void emit_extended_opcode(struct buffer_ext *be, ubyte opcod
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dgenelf_debug.c37 typedef uint8_t ubyte; typedef
117 ubyte minimum_instruction_length;
118 ubyte default_is_stmt;
122 ubyte line_range;
124 ubyte opcode_base;
146 ubyte pointer_size;
163 static ubyte standard_opcode_length[] =
200 ubyte cur = data & 0x7F; in emit_unsigned_LEB128()
214 ubyte cur = data & 0x7F; in emit_signed_LEB128()
227 static void emit_extended_opcode(struct buffer_ext *be, ubyte opcod
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c568 u8 ubyte; in _rtl8723e_llt_table_init() local
636 ubyte = rtl_read_byte(rtlpriv, REG_RQPN + 3); in _rtl8723e_llt_table_init()
637 rtl_write_byte(rtlpriv, REG_RQPN + 3, ubyte | BIT(7)); in _rtl8723e_llt_table_init()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c568 u8 ubyte; in _rtl8723e_llt_table_init() local
636 ubyte = rtl_read_byte(rtlpriv, REG_RQPN + 3); in _rtl8723e_llt_table_init()
637 rtl_write_byte(rtlpriv, REG_RQPN + 3, ubyte | BIT(7)); in _rtl8723e_llt_table_init()

Completed in 12 milliseconds