Searched refs:hex (Results 26 - 50 of 56) sorted by relevance

123

/linux-master/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs62 my $addr = hex $_[0];
314 $num = hex $num if $num =~ /0x/i;
324 "elsize" => $elsize =~ /^0x/ ? hex $elsize : $elsize,
/linux-master/arch/powerpc/platforms/pasemi/
H A Dsetup.c307 static void __init pas_progress(char *s, unsigned short hex) argument
309 printk("[%04x] : %s\n", hex, s ? s : "");
/linux-master/arch/powerpc/kernel/
H A Drtas-proc.c314 unsigned long hex; local
324 hex = simple_strtoul(progress_led, NULL, 10);
326 rtas_progress ((char *)progress_led, hex);
H A Dsetup-common.c845 void ppc_printk_progress(char *s, unsigned short hex) argument
H A Drtas.c860 void rtas_progress(char *s, unsigned short hex) argument
897 /* use hex display if available */
899 rtas_call(set_indicator, 3, 1, NULL, 6, 0, hex);
/linux-master/lib/
H A Dbitmap-str.c8 #include <linux/hex.h>
16 * bitmap_parse_user - convert an ASCII hex string in a user buffer into a bitmap
43 * bitmap_print_to_pagebuf - convert bitmap to list or hex format ASCII string
50 * ranges if list is specified or hex digits grouped into comma-separated
69 * bitmap_print_to_buf - convert bitmap to list or hex format ASCII string
97 * bitmap_print_bitmask_to_buf - convert bitmap to hex bitmask format ASCII string
458 * bitmap_parse - convert an ASCII hex string into a bitmap.
466 * Commas group hex digits into chunks. Each chunk defines exactly 32
/linux-master/tools/perf/util/
H A Dstring.c296 unsigned int hex(char c) function
H A Ddata-convert-bt.c1430 static struct bt_ctf_field_type *create_int_type(int size, bool sign, bool hex) argument
1442 if (hex &&
1453 size, sign ? "un" : "", hex ? "hex" : "");
1471 #define CREATE_INT_TYPE(type, size, sign, hex) \
1473 (type) = create_int_type(size, sign, hex); \
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm27 * sp3 gfx9.sp3 -hex gfx9.hex
31 * sp3 arcturus.sp3 -hex arcturus.hex
35 * sp3 aldebaran.sp3 -hex aldebaran.hex
39 * sp3 gc_9_4_3.sp3 -hex gc_9_4_3.hex
H A Dcwsr_trap_handler_gfx10.asm27 * sp3 nv1x.sp3 -hex nv1x.hex
31 * sp3 gfx10.sp3 -hex gfx10.hex
35 * sp3 gfx11.sp3 -hex gfx11.hex
H A Dcwsr_trap_handler_gfx8.asm24 * PROJECT=vi ./sp3 cwsr_trap_handler_gfx8.asm -hex tmp.hex
/linux-master/scripts/gdb/linux/
H A Dsymbols.py129 module_addr = hex(int(module_addr, 0) + plt_offset + plt_size)
H A Dslab.py315 gdb.write("{:18s} | {:20.19s} | {:12} | {:12} | {:8} | {:11} | {:13}\n".format(hex(cache), cache['name'].string(), str(active_objs), str(num_objs), str(cache['size']), str(objects_per_slab), str(1 << cache_order)))
/linux-master/include/linux/
H A Dkernel.h24 #include <linux/hex.h>
/linux-master/scripts/kconfig/tests/
H A Dconftest.py204 extra_env = {'KCONFIG_SEED': hex(seed)}
/linux-master/kernel/trace/
H A Dtrace_output.c206 * trace_print_hex_seq - print buffer as hex sequence
210 * @concatenate: Print @buf as single hex string or with spacing
212 * Prints the passed buffer as a hex sequence either as a whole,
213 * single hex string if @concatenate is true or with spacing after
769 if (event->funcs->hex == NULL)
770 event->funcs->hex = trace_nop_print;
1063 .hex = trace_fn_hex,
1203 .hex = trace_ctx_hex,
1215 .hex = trace_wake_hex,
H A Dtrace_functions_graph.c65 { TRACER_OPT(funcgraph-retval-hex, TRACE_GRAPH_PRINT_RETVAL_HEX) },
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c225 define_event_symbols(event, ev_name, args->hex.field);
226 define_event_symbols(event, ev_name, args->hex.size);
/linux-master/tools/perf/tests/
H A Dcode-reading.c55 /* Get 2 hex digits */
64 **buf = (hex(c1) << 4) | hex(c2);
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c377 static void pnv_progress(char *s, unsigned short hex) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.c198 dr_dump_hex_print(char hex[DR_HEX_SIZE], char *src, u32 size) argument
203 bin2hex(hex, src, size);
204 hex[2 * size] = 0; /* NULL-terminate */
/linux-master/arch/powerpc/include/asm/
H A Drtas.h441 void rtas_progress(char *s, unsigned short hex);
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c2180 "Optional: -t|--trl : Specify turbo ratio limit in hex starting with 0x\n");
2189 "Optional: -t|--trl : Specify turbo ratio limit in hex starting with 0x\n");
2662 fprintf(stderr, "\t t|--trl: Specify turbo ratio limit for setting TRL in hex starting with 0x\n");
2796 static void check_optarg(char *option, int hex) argument
2802 if (hex && strlen(optarg) < 3) {
2808 if (hex) {
2818 if (hex) {
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dphy.c1135 static u8 tbl_to_dec_pwr_by_rate(struct rtw_dev *rtwdev, u32 hex, u8 i) argument
1138 return bcd_to_dec_pwr_by_rate(hex, i);
1140 return (hex >> (i * 8)) & 0xFF;
/linux-master/tools/perf/pmu-events/
H A Djevents.py90 \05). The code adjusts for \000 but not properly for all octal, hex
206 return str(x) if x >= 0 and x < 10 else hex(x)

Completed in 313 milliseconds

123