Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 193 of 193) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/hal/
DHalHWImg8723A_BB.c218 u32 hex; in ODM_ReadAndConfig_AGC_TAB_1T_8723A() local
225 hex = board; in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
226 hex += ODM_ITRF_USB << 8; in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
227 hex += platform << 16; in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
228 hex += 0xFF000000; in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
238 if (!CheckCondition(Array[i], hex)) { in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
466 u32 hex = 0; in ODM_ReadAndConfig_PHY_REG_1T_8723A() local
473 hex += board; in ODM_ReadAndConfig_PHY_REG_1T_8723A()
474 hex += ODM_ITRF_USB << 8; in ODM_ReadAndConfig_PHY_REG_1T_8723A()
475 hex += platform << 16; in ODM_ReadAndConfig_PHY_REG_1T_8723A()
[all …]
DHalHWImg8723A_RF.c214 u32 hex = 0; in ODM_ReadAndConfig_RadioA_1T_8723A() local
221 hex += board; in ODM_ReadAndConfig_RadioA_1T_8723A()
222 hex += ODM_ITRF_USB << 8; in ODM_ReadAndConfig_RadioA_1T_8723A()
223 hex += platform << 16; in ODM_ReadAndConfig_RadioA_1T_8723A()
224 hex += 0xFF000000; in ODM_ReadAndConfig_RadioA_1T_8723A()
235 if (!CheckCondition(Array[i], hex)) { in ODM_ReadAndConfig_RadioA_1T_8723A()
DHalHWImg8723A_MAC.c144 u32 hex = 0; in ODM_ReadAndConfig_MAC_REG_8723A() local
151 hex += board; in ODM_ReadAndConfig_MAC_REG_8723A()
152 hex += ODM_ITRF_USB << 8; in ODM_ReadAndConfig_MAC_REG_8723A()
153 hex += platform << 16; in ODM_ReadAndConfig_MAC_REG_8723A()
154 hex += 0xFF000000; in ODM_ReadAndConfig_MAC_REG_8723A()
164 if (!CheckCondition(Array[i], hex)) { in ODM_ReadAndConfig_MAC_REG_8723A()
/linux-4.4.14/arch/cris/arch-v32/mach-a3/
DKconfig7 hex
19 hex "DDR2 MRS"
23 hex "DDR2 SDRAM timing"
29 hex "DDR2 config"
33 hex "DDR2 latency"
37 hex "PIO CE0 configuration"
41 hex "PIO CE1 configuration"
45 hex "PIO CE2 configuration"
49 hex "GIO_PA_OE"
62 hex "GIO_PA_OUT"
[all …]
/linux-4.4.14/arch/cris/arch-v32/mach-fs/
DKconfig7 hex
16 hex "MEM_GRP1_CONFIG"
24 hex "MEM_GRP2_CONFIG"
31 hex "MEM_GRP3_CONFIG"
40 hex "MEM_GRP4_CONFIG"
47 hex "SDRAM_GRP0_CONFIG"
58 hex "SDRAM_GRP1_CONFIG"
67 hex "SDRAM_TIMING"
77 hex "SDRAM_COMMAND"
86 hex "GIO_PA_OE"
[all …]
/linux-4.4.14/arch/cris/arch-v32/
DKconfig9 hex
31 hex "MEM_GRP1_CONFIG"
39 hex "MEM_GRP2_CONFIG"
46 hex "MEM_GRP3_CONFIG"
55 hex "MEM_GRP4_CONFIG"
62 hex "SDRAM_GRP0_CONFIG"
73 hex "SDRAM_GRP1_CONFIG"
82 hex "SDRAM_TIMING"
92 hex "SDRAM_COMMAND"
101 hex "GIO_PA_OE"
[all …]
/linux-4.4.14/firmware/
Dihex2fw.c45 static uint8_t hex(const uint8_t *data, uint8_t *crc) in hex() function
155 len = hex(data + i, &crc); i += 2; in process_ihex()
158 len += hex(data + i, &crc); i += 2; in process_ihex()
175 record->addr = hex(data + i, &crc) << 8; i += 2; in process_ihex()
176 record->addr |= hex(data + i, &crc); i += 2; in process_ihex()
177 type = hex(data + i, &crc); i += 2; in process_ihex()
180 record->data[j] = hex(data + i, &crc); in process_ihex()
183 crcbyte = hex(data + i, &crc); i += 2; in process_ihex()
DWHENCE35 Found in alsa-firmware package in hex form; no licensing information.
46 Found in alsa-firmware package in hex form with a comment claiming to
61 Found alsa-firmware package in hex form, with the following comment:
75 Found in hex form in kernel source.
102 Found in hex form in the kernel source.
112 Found in hex form in the kernel source.
237 Found in hex form in kernel source.
251 Found in hex form in ftp://ftp.multitech.com/wireless/wireless_linux.zip
285 Found in hex form in kernel source.
311 Found in hex form in kernel source.
[all …]
Dwhiteheat_loader.HEX298 * Fixed my intel hex processing tool, so now the firmware actually
Dwhiteheat_loader_debug.HEX387 * Fixed my intel hex processing tool, so now the firmware actually
Dwhiteheat.HEX1081 * Fixed my intel hex processing tool, so now the firmware actually
/linux-4.4.14/arch/m68k/ifpsp060/
DREADME32 fpsp.sa Full FP Kernel Module - hex image
36 pfpsp.sa Partial FP Kernel Module - hex image
39 fplsp.sa FP Library Module - hex image
43 isp.sa Integer Unimplemented Kernel Module - hex image
47 ilsp.sa Integer Unimplemented Library Module - hex image
58 was connected properly; hex image
62 connected properly; hex image
Disp.doc53 The hex image was created by assembling the source code and
101 to access the functions within the ISP. Since the isp.sa hex file contains
Dfpsp.doc45 The hex image was created by assembling the source code and
93 to access the functions within the FPSP. Since the fpsp.sa hex file contains
DTEST.DOC39 ONLY format that will be supported. The hex images were created
88 to access the test routines. Since the {i,f}test.sa hex files contain
Dilsp.doc48 The hex image was created by assembling the source code and
Dfplsp.doc49 The hex image was created by assembling the source code and
/linux-4.4.14/Documentation/misc-devices/
Dspear-pcie-gadget.txt37 vendor_id :returns programmed vendor id (hex)
38 device_id :returns programmed device id(hex)
39 bar0_size: :returns size of bar0 in hex.
40 bar0_address :returns address of bar0 mapped area in hex.
53 vendor_id :write vendor id(hex) to be programmed.
54 device_id :write device id(hex) to be programmed.
55 bar0_size :write size of bar0 in hex. default bar0 size is 1000 (hex)
57 bar0_address :write address of bar0 mapped area in hex. (default mapping of
Dad525x_dpot.txt25 as a hex file for easier parsing.
/linux-4.4.14/arch/mn10300/kernel/
Dgdb-stub.c179 static int hex(unsigned char ch);
189 static int hex(unsigned char ch) in hex() function
286 xmitcsum = hex(ch) << 4; in getpacket()
291 xmitcsum |= hex(ch); in getpacket()
394 hexValue = hex(**ptr); in hexToInt()
860 ch.b[0] = hex(*buf++) << 4; in hex2mem()
861 ch.b[0] |= hex(*buf++); in hex2mem()
869 ch.b[0] = hex(*buf++) << 4; in hex2mem()
870 ch.b[0] |= hex(*buf++); in hex2mem()
871 ch.b[1] = hex(*buf++) << 4; in hex2mem()
[all …]
/linux-4.4.14/arch/arm/
DKconfig-nommu13 hex '(S)DRAM Base Address' if SET_MEM_PARAM
17 hex '(S)DRAM SIZE' if SET_MEM_PARAM
21 hex 'FLASH Base Address' if SET_MEM_PARAM
25 hex 'FLASH Size' if SET_MEM_PARAM
29 hex 'Hard wire the processor ID'
DKconfig232 hex
272 hex "Physical address of main memory" if MMU
1462 hex
1850 hex "Compressed ROM boot loader base address"
1861 hex "Compressed ROM boot loader BSS address"
1991 hex "XIP Kernel Physical Location"
DKconfig.debug1367 hex "Physical base address of debug UART"
1477 hex "Virtual base address of debug UART"
/linux-4.4.14/lib/
Dseq_buf.c219 unsigned char hex[HEX_CHARS]; local
233 hex[j++] = hex_asc_hi(data[i]);
234 hex[j++] = hex_asc_lo(data[i]);
241 hex[j++] = ' ';
243 seq_buf_putmem(s, hex, j);
DKconfig.kgdb77 hex "KDB: Select kdb command functions to be enabled by default"
DKconfig.debug377 hex "Enable magic SysRq key functions by default"
/linux-4.4.14/arch/frv/kernel/
Dgdb-stub.c214 static int hex(unsigned char ch);
222 static int hex(unsigned char ch) in hex() function
314 xmitcsum = hex(ch) << 4; in gdbstub_recv_packet()
319 xmitcsum |= hex(ch); in gdbstub_recv_packet()
413 ch = hex(**ptr); in hexToInt()
734 ch.b[0] = hex(*buf++) << 4; in hex2mem()
735 ch.b[0] |= hex(*buf++); in hex2mem()
743 ch.b[0] = hex(*buf++) << 4; in hex2mem()
744 ch.b[0] |= hex(*buf++); in hex2mem()
745 ch.b[1] = hex(*buf++) << 4; in hex2mem()
[all …]
Dhead.S597 # write the 32-bit hex number in GR8 to ttyS0
/linux-4.4.14/drivers/usb/serial/
DMakefile-keyspan_pda_fw11 %.hex: %.asm
15 %_fw.h: %.hex ezusb_convert.pl
/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-spear-pcie-gadget25 vendor_id ... used to write and read vendor id (hex)
26 device_id ... used to write and read device id (hex)
28 bar0_address ... used to write and read bar0 mapped area in hex.
Dsysfs-kernel-vmcoreinfo9 First value contains physical address of note in hex and
10 second value contains the size of note in hex. This ELF
Ddebugfs-olpc11 CC is the (hex) command, N is the count of expected reply bytes, and A A A A
12 are optional (hex) arguments.
Dsysfs-class-uwb_rc54 hex octets.
80 The EUI-48, in colon-separated hex octets, for this
117 hex octets.
125 The EUI-48 of this device in colon separated hex
140 space separated hex octets with one IE per line.
Dsysfs-wusb_cbaf58 hex octets.
91 The device's CDID formatted as 16 space-separated hex
99 Write 16 space-separated random, hex octets to
Dsysfs-memory-page-offline7 written into this file. Input is a hex number specifying the
29 address written into this file. Input is a hex number
Dsysfs-driver-hid18 Description: When read, this file returns the hex integer value in ASCII
Dsysfs-bus-usb-devices-usbsevseg25 hex: each character is between 0-15
Dsysfs-class-uwb_rc-wusbhc6 Write the CHID (16 space-separated hex octets) for this host controller.
Dima_policy32 fsmagic:= hex value
Dsysfs-bus-event_source-devices-events25 where 'N' is a hex digit and the number '0xNNNN' shows the
Dsysfs-class-extcon52 In order to update the state of an extcon device, enter a hex
Dsysfs-bus-usb41 A devices's CDID, as 16 space-separated hex octets.
52 space-separated hex octets.
Ddev-kmsg72 are escaped by "\x00" C-style hex encoding.
/linux-4.4.14/arch/mn10300/boot/compressed/
Dmisc.c131 char hex[3]; in get_byte()
132 hex[0] = ((ch & 0x0f) > 9) ? in get_byte()
134 hex[1] = ((ch >> 4) > 9) ? in get_byte()
136 hex[2] = 0; in get_byte()
137 kputs(hex); in get_byte()
/linux-4.4.14/Documentation/usb/
Dmisc_usbsevseg.txt19 The device can accept "text" either in raw, hex, or ascii textmode.
21 hex expects a value between 0-15 per character,
37 echo -ne "\x01\x02\x03" > /sys/bus/usb/.../text (hex)
Dwusb-cbaf50 CHID is always 16 hex bytes in 'XX YY ZZ...' form
Dhotplug.txt66 PRODUCT ... USB vendor, product, and version codes (hex)
Dusb-serial.txt471 where the <vid> and <pid> is replaced with the hex representation of your
/linux-4.4.14/Documentation/security/
Dkeys-trusted-encrypted.txt9 in hex ascii for convenience, and are integrity verified.
30 keyhandle= ascii hex value of sealing key default 0x40000000 (SRK)
31 keyauth= ascii hex auth for sealing key default 0x00...i
33 blobauth= ascii hex auth for sealed data default 0x00...
35 blobauth= ascii hex auth for sealed data default 0x00...
37 pcrinfo= ascii hex of PCR_INFO or PCR_INFO_LONG (no default)
42 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump15 id 0xYYYY (in hex). The name of this
25 in hex (e.g. '0x01')
28 in hex and a description of the dump type
Dsysfs-firmware-opal-elog42 error log, in hex - e.g. "0x01".
Dsysfs-class-tpm41 Manufacturer is a hex dump of the 4 byte manufacturer info
104 The number of PCRs and hex bytes needed to represent a PCR
/linux-4.4.14/arch/cris/arch-v10/
DKconfig12 hex
263 hex "R_WAITSTATES"
271 hex "R_BUS_CONFIG"
286 hex "R_DRAM_CONFIG"
297 hex "R_DRAM_TIMING"
305 hex "R_SDRAM_CONFIG"
316 hex "R_SDRAM_TIMING"
323 hex "R_PORT_PA_DIR"
337 hex "R_PORT_PA_DATA"
345 hex "R_PORT_PB_CONFIG"
[all …]
/linux-4.4.14/arch/nios2/platform/
DKconfig.platform6 hex "Memory base address"
32 hex "DTB Address"
109 hex "D-Cache size" if CUSTOM_CACHE_SETTINGS
116 hex "D-Cache line size" if CUSTOM_CACHE_SETTINGS
123 hex "I-Cache size" if CUSTOM_CACHE_SETTINGS
/linux-4.4.14/arch/powerpc/platforms/cell/
Dqpace_setup.c59 static void qpace_progress(char *s, unsigned short hex) in qpace_progress() argument
61 printk("*** %04x : %s\n", hex, s ? s : ""); in qpace_progress()
Dsetup.c80 static void cell_progress(char *s, unsigned short hex) in cell_progress() argument
82 printk("*** %04x : %s\n", hex, s ? s : ""); in cell_progress()
/linux-4.4.14/arch/m32r/
DKconfig198 hex "Physical memory start address (hex)"
207 hex "Physical memory size (hex)"
224 hex "Internal memory start address (hex)"
230 hex "Internal memory size (hex)"
/linux-4.4.14/drivers/mfd/
Djanz-cmodio.c53 u8 hex; member
161 return snprintf(buf, PAGE_SIZE, "%x\n", priv->hex); in mbus_show()
217 priv->hex = ioread8(&priv->ctrl->int_enable); in cmodio_pci_probe()
/linux-4.4.14/arch/m68k/
DKconfig.machine327 hex "Address of the base of RAM"
336 hex "Size of RAM (in bytes), or 0 for automatic"
344 hex "Address of the base of system vectors"
353 hex "Address of the MBAR (internal peripherals)"
364 hex "Address of the IPSBAR (internal peripherals)"
375 hex "Address of the base of kernel code"
398 hex "Address of the base of ROM device"
407 hex "Address of the base of the ROM vectors"
416 hex "Address of the base of system image in ROM"
424 hex "Size of the ROM device"
/linux-4.4.14/Documentation/
Dprintk-formats.txt125 Raw buffer as a hex string:
132 For printing a small buffers (up to 64 bytes long) as a hex string with
144 For printing 6-byte MAC/FDDI addresses in hex notation. The 'M' and 'm'
180 For printing IPv6 network-order 16-bit hex addresses. The 'I6' and 'i6'
233 lower ('l') or upper case ('L') hex characters - and big endian order
234 in lower ('b') or upper case ('B') hex characters.
237 order with lower case hex characters will be printed.
Dbinfmt_misc.txt30 may contain hex-encoded characters like \x0a or \xA4. Note that you must
DBUG-HUNTING152 To debug a kernel, use objdump and look for the hex offset from the crash
Dcrc32.txt20 CRC is written in hex with the most significant bit omitted. (If you're
Doops-tracing.txt92 The hex bytes that follow "Code:" may (in some architectures) have a series
Dkernel-parameters.txt2945 Override pmtimer IOPort with a hex value.
3372 {/dev/<dev> | PARTUUID=<uuid> | <int>:<int> | <hex>}
3909 and Product ID values (4-digit hex numbers) and
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dphy.txt26 4 hex digits. This is the chip vendor OUI bits 3:18
28 4 hex digits. This is the chip vendor OUI bits 19:24,
/linux-4.4.14/arch/nios2/
DKconfig139 hex "Link address offset for booting"
166 hex "Virtual base address of the kernel MMU region " if NIOS2_KERNEL_MMU_REGION_BASE_BOOL
180 hex "Virtual base address of the kernel region " if NIOS2_KERNEL_REGION_BASE_BOOL
192 hex "Virtual base address of the I/O region" if NIOS2_IO_REGION_BASE_BOOL
/linux-4.4.14/arch/powerpc/include/asm/
Dsetup.h7 extern void ppc_printk_progress(char *s, unsigned short hex);
Dudbg.h28 extern void udbg_progress(char *s, unsigned short hex);
Drtas.h352 extern void rtas_progress(char *s, unsigned short hex);
/linux-4.4.14/drivers/isdn/capi/
Dcapiutil.c610 unsigned hex = 0; in printstructlen() local
616 if (hex) in printstructlen()
619 hex = 0; in printstructlen()
621 if (!hex) in printstructlen()
625 hex = 1; in printstructlen()
627 if (hex) in printstructlen()
/linux-4.4.14/Documentation/devicetree/bindings/arm/altera/
Dsocfpga-system.txt6 - cpu1-start-addr : CPU1 start address in hex.
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dsetup.c224 static void __init ps3_progress(char *s, unsigned short hex) in ps3_progress() argument
226 printk("*** %04x : %s\n", hex, s ? s : ""); in ps3_progress()
/linux-4.4.14/Documentation/EDID/
DMakefile26 @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
/linux-4.4.14/Documentation/block/
Dcapability.txt5 capability is a hex word indicating which capabilities a specific disk
/linux-4.4.14/arch/mn10300/
DKconfig150 hex "Base address of kernel RAM"
154 hex "Base address of vector table"
161 hex "Base address of kernel"
165 hex "Base address of compressed vmlinux image"
169 hex
174 hex
/linux-4.4.14/sound/oss/
DKconfig66 hex "MSND Classic memory B0000, C8000, D0000, D8000, E0000, E8000"
74 hex "MSND Classic I/O 210, 220, 230, 240, 250, 260, 290, 3E0"
129 hex "MSND Pinnacle memory B0000, C8000, D0000, D8000, E0000, E8000"
137 hex "MSND Pinnacle I/O 210, 220, 230, 240, 250, 260, 290, 3E0"
171 hex "MSND Pinnacle config port 250,260,270"
184 hex "MSND Pinnacle MPU I/O (e.g. 330)"
200 hex "MSND Pinnacle IDE I/O 0 (e.g. 170)"
208 hex "MSND Pinnacle IDE I/O 1 (e.g. 376)"
224 hex "MSND Pinnacle joystick I/O (e.g. 200)"
300 default "/etc/sound/trxpro.hex"
[all …]
/linux-4.4.14/tools/perf/Documentation/
Djit-interface.txt12 START and SIZE are hex numbers without 0x.
Dperf-stat.txt40 where M, N, K are numbers (in decimal, hex, octal format).
Dperf-record.txt42 where M, N, K are numbers (in decimal, hex, octal format). Acceptable
/linux-4.4.14/Documentation/ioctl/
Dioctl-decoding.txt1 To decode a hex IOCTL code:
Dioctl-number.txt63 Code Seq#(hex) Include File Comments
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-etraxfs.txt12 - The third cell is the port number (hex).
/linux-4.4.14/arch/powerpc/platforms/maple/
Dsetup.c290 static void __init maple_progress(char *s, unsigned short hex) in maple_progress() argument
292 printk("*** %04x : %s\n", hex, s ? s : ""); in maple_progress()
/linux-4.4.14/arch/powerpc/
DKconfig.debug290 hex "vterm number to use with early debug HVSI"
298 hex "vterm number to use with OPAL early debug"
309 hex "Low 32 bits of early debug UART physical address"
317 hex "EPRN of early debug UART physical address"
322 hex "Early debug UART physical address"
327 hex "CPM UART early debug transmit descriptor address"
DKconfig895 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
967 hex "Virtual address of memory base" if PAGE_OFFSET_BOOL
982 hex "Virtual address of kernel base" if KERNEL_START_BOOL
996 hex "Physical address where the kernel is loaded" if PHYSICAL_START_BOOL
1001 hex
1019 hex "Size of user task space" if TASK_SIZE_BOOL
1032 hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
1058 hex
1061 hex
1064 hex
/linux-4.4.14/arch/microblaze/
DKconfig185 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
189 hex "Microblaze reset vector address setup"
211 hex "Virtual address of kernel base" if KERNEL_START_BOOL
226 hex "Size of user task space" if TASK_SIZE_BOOL
DKconfig.platform32 hex "Physical address where Linux Kernel is"
/linux-4.4.14/arch/blackfin/
DKconfig389 hex "Kernel load address for booting"
403 hex "Physical RAM Base"
409 hex "Kernel ROM Base"
580 hex "DDRCTL0"
585 hex "DDRCTL1"
590 hex "DDRCTL2"
595 hex "DDRQUE"
600 hex "SDRRC"
605 hex "SDGCTL"
1177 hex "Bank 0 (AMBCTL0.L)"
[all …]
/linux-4.4.14/arch/avr32/
DKconfig176 hex
180 hex
184 hex
/linux-4.4.14/Documentation/scsi/
Ddc395x.txt56 Bit Val(hex) Val(dec) Meaning
68 Bit Val(hex) Val(dec) Meaning
Din2000.txt152 sw1-1 sw1-2 BIOS address (hex)
159 sw1-3 sw1-4 IO port address (hex)
Dadvansys.txt88 first three hex digits of the pseudo I/O Port must be set to
89 'deb' and the fourth hex digit specifies the debug level: 0 - F.
Dscsi_fc_transport.txt177 hex characters and may *not* contain any prefixes (e.g. 0x, x, etc).
183 is specified as 16 hex characters and may *not* contain any prefixes
Dtmscsim.txt296 Bit Val(hex) Val(dec) Meaning
308 Bit Val(hex) Val(dec) Meaning
Daic79xx.txt291 The rd_strm_bitmask is a 16 bit hex value in which
DChangeLog.lpfc37 * Allow hex format numbers in sysfs attribute setting. Fix
1253 * Fix fc_get_cfg_parm() to be more robust and support embedded hex
/linux-4.4.14/tools/perf/tests/
Dcode-reading.c27 static unsigned int hex(char c) in hex() function
68 *(unsigned char *)buf = (hex(c1) << 4) | hex(c2); in read_objdump_line()
/linux-4.4.14/scripts/kconfig/
Dzconf.gperf38 hex, T_TYPE, TF_COMMAND, S_HEX
Dzconf.hash.c_shipped120 char kconf_id_strings_str43[sizeof("hex")];
157 "hex",
Dzconf.tab.c_shipped2468 fputs(" hex\n", out);
/linux-4.4.14/drivers/staging/panel/
Dlcd-panel-cgram.txt4 number, and up to 8 couples of hex digits terminated by a semi-colon
/linux-4.4.14/arch/score/
DKconfig61 hex
/linux-4.4.14/arch/powerpc/kernel/
Dudbg.c136 void __init udbg_progress(char *s, unsigned short hex) in udbg_progress() argument
Drtas-proc.c342 unsigned long hex; in ppc_rtas_progress_write() local
352 hex = simple_strtoul(progress_led, NULL, 10); in ppc_rtas_progress_write()
354 rtas_progress ((char *)progress_led, hex); in ppc_rtas_progress_write()
Drtas.c203 void rtas_progress(char *s, unsigned short hex) in rtas_progress() argument
242 rtas_call(set_indicator, 3, 1, NULL, 6, 0, hex); in rtas_progress()
Dsetup-common.c742 void ppc_printk_progress(char *s, unsigned short hex) in ppc_printk_progress() argument
/linux-4.4.14/arch/powerpc/platforms/pasemi/
Dsetup.c251 static void __init pas_progress(char *s, unsigned short hex) in pas_progress() argument
253 printk("[%04x] : %s\n", hex, s ? s : ""); in pas_progress()
/linux-4.4.14/tools/perf/util/
Ddata-convert-bt.c939 static struct bt_ctf_field_type *create_int_type(int size, bool sign, bool hex) in create_int_type() argument
951 if (hex && in create_int_type()
956 size, sign ? "un" : "", hex ? "hex" : ""); in create_int_type()
974 #define CREATE_INT_TYPE(type, size, sign, hex) \ in ctf_writer__init_data() argument
976 (type) = create_int_type(size, sign, hex); \ in ctf_writer__init_data()
Dutil.c297 static int hex(char ch) in hex() function
318 const int hex_val = hex(*p); in hex2u64()
/linux-4.4.14/drivers/media/radio/
DKconfig283 hex "RadioTrack i/o port (0x20f or 0x30f)"
306 hex "RadioTrack II i/o port (0x20c or 0x30c)"
325 hex "Aztech/Packard Bell I/O port (0x350 or 0x358)"
350 hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c)"
436 hex "Trust i/o port (usually 0x350 or 0x358)"
459 hex "Typhoon I/O port (0x316 or 0x336)"
493 hex "ZOLTRIX I/O port (0x20c or 0x30c)"
/linux-4.4.14/Documentation/vm/
Dpage_owner.txt37 text data bss dec hex filename
41 text data bss dec hex filename
/linux-4.4.14/arch/sh/mm/
DKconfig19 hex
48 hex "Physical memory start address"
64 hex "Physical memory size"
/linux-4.4.14/Documentation/pcmcia/
Ddevicetable.txt27 The hex value after "pa" is the hash of product ID string 1, after "pb" for
/linux-4.4.14/kernel/trace/
Dtrace_output.c720 if (event->funcs->hex == NULL) in register_trace_event()
721 event->funcs->hex = trace_nop_print; in register_trace_event()
839 .hex = trace_fn_hex,
979 .hex = trace_ctx_hex,
991 .hex = trace_wake_hex,
Dtrace.c2763 enum print_line_t ret = event->funcs->hex(iter, 0, event); in print_hex_fmt()
/linux-4.4.14/arch/h8300/
DKconfig.cpu96 hex "Load offset"
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dsetup.c164 static void pnv_progress(char *s, unsigned short hex) in pnv_progress() argument
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c831 free_arg(arg->hex.field); in free_arg()
832 free_arg(arg->hex.size); in free_arg()
2627 if (alloc_and_process_delim(event, ",", &arg->hex.field)) in process_hex()
2630 if (alloc_and_process_delim(event, ")", &arg->hex.size)) in process_hex()
2636 free_arg(arg->hex.field); in process_hex()
3852 unsigned char *hex; in print_str_arg() local
3949 if (arg->hex.field->type == PRINT_DYNAMIC_ARRAY) { in print_str_arg()
3952 data + arg->hex.field->dynarray.field->offset, in print_str_arg()
3953 arg->hex.field->dynarray.field->size); in print_str_arg()
3954 hex = data + (offset & 0xffff); in print_str_arg()
[all …]
Dparse-filter.c1870 char hex[64]; in get_field_str() local
1898 snprintf(hex, 64, "0x%llx", addr); in get_field_str()
1899 val = hex; in get_field_str()
Devent-parse.h309 struct print_arg_hex hex; member
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt60 function will examine a key's fingerprint to see if the hex digits given
76 Looking in /proc/keys, the last 8 hex digits of the key fingerprint are
288 ->payload[asym_key_ids] should point to one or more hex fingerprints and
305 hex version of the key's fingerprint.
/linux-4.4.14/Documentation/isdn/
DREADME.HiSax212 1. Teles 16.3, Euro ISDN, I/O base 280 hex, IRQ 10
215 2. Teles 16.0, 1TR6 ISDN, I/O base d80 hex, IRQ 5, Memory d0000 hex
218 3. Fritzcard, Euro ISDN, I/O base 340 hex, IRQ 10 and ELSA PCF, Euro ISDN
237 6. Teles 16.3, Euro ISDN, I/O base 280 hex, IRQ 12 and
238 Teles 16.0, 1TR6, IRQ 5, Memory d0000 hex
244 7. Teles PCMCIA, Euro ISDN, I/O base 180 hex, IRQ 15 (default values)
DREADME.hysdn149 A root user may write a decimal or hex (with 0x) value t this file to select
156 to output the hex log mask 34560078 for card 0.
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-perl.c214 define_event_symbols(event, ev_name, args->hex.field); in define_event_symbols()
215 define_event_symbols(event, ev_name, args->hex.size); in define_event_symbols()
Dtrace-event-python.c231 define_event_symbols(event, ev_name, args->hex.field); in define_event_symbols()
232 define_event_symbols(event, ev_name, args->hex.size); in define_event_symbols()
/linux-4.4.14/drivers/staging/speakup/
DDefaultKeyAssignments28 InsKeyPad-minus Say character hex and decimal value.
/linux-4.4.14/Documentation/fb/
Dvesafb.txt75 1. Note: LILO cannot handle hex, for booting directly with
77 2. Note: Some newer versions of LILO appear to work with those hex values,
Duvesafb.txt166 VBE mode numbers in hex.
/linux-4.4.14/arch/cris/arch-v10/drivers/
DKconfig521 hex "PA user changeable dir mask"
531 hex "PA user changeable bits mask"
541 hex "PB user changeable dir mask"
551 hex "PB user changeable bits mask"
/linux-4.4.14/fs/nfsd/
Dnfs4recover.c1238 char *buf, *hex; in bin_to_hex_dup() local
1245 hex = buf; in bin_to_hex_dup()
1247 sprintf(hex, "%2.2x", *src++); in bin_to_hex_dup()
1248 hex += 2; in bin_to_hex_dup()
/linux-4.4.14/Documentation/w1/slaves/
Dw1_therm25 lines of ASCII output. The first line contains the nine hex bytes
/linux-4.4.14/arch/sh/
DKconfig642 hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP)
752 hex
762 hex
776 hex
/linux-4.4.14/arch/metag/mm/
DKconfig4 hex "Kernel page offset address"
/linux-4.4.14/drivers/net/wireless/iwlegacy/
DKconfig81 To set a value, simply echo an 8-byte hex value to the same file:
/linux-4.4.14/drivers/message/fusion/
DKconfig116 The debug level can be programmed on the fly via SysFS (hex values)
/linux-4.4.14/arch/c6x/
DKconfig106 hex "Virtual address of memory base"
/linux-4.4.14/arch/xtensa/
DKconfig423 hex "Physical address of the default memory area start"
442 hex "Maximal size of the default memory area"
466 hex "XTFPGA LCD base address"
/linux-4.4.14/arch/sparc/
DKconfig411 hex "uImage Load Address"
419 hex "uImage.o Load Address"
428 hex "uImage Entry Address"
/linux-4.4.14/drivers/mtd/maps/
DKconfig37 hex "Physical start address of flash mapping"
47 hex "Physical length of flash mapping"
96 hex
/linux-4.4.14/Documentation/RCU/
Dstallwarn.txt117 The hex number before the first "/" is the low-order 12 bits of the
119 in dyntick-idle mode and an odd-numbered value otherwise. The hex
138 low-order 16 bits (in hex) of the jiffies counter when this CPU last
Dtrace.txt310 o "j" is the low-order four hex digits of the jiffies counter.
/linux-4.4.14/drivers/auxdisplay/
DKconfig37 hex "Parallel port where the LCD is connected"
/linux-4.4.14/Documentation/s390/
DDebugging390.txt181 Bytes 0-512 (200 hex) on s/390 and 0-512, 4096-4544, 4604-5119 currently on
184 Bytes after 0xc00 hex are used by linux for per processor globals on s/390 and
749 Addresses & values in the VM debugger are always hex never decimal
1109 program which converts a command line of hex digits to ascii text. It can be
1110 compiled under linux and you can copy the hex digits from your x3270 terminal
1136 Now copy the text till the first 00 hex ( which is the end of the string
1157 unsigned char c,hex;
1177 hex=c<<4;
1181 hex+=c;
1182 if(hex<32||hex>127)
[all …]
Ds390dbf.txt64 Predefined views for hex/ascii, sprintf and raw binary data are provided.
498 The hex_ascii view shows the data field in hex and ascii representation
537 area time level exception cpu caller data (hex + ascii)
D3270.txt19 the command "DEF GRAF <hex-address>" This paper presumes you will be
/linux-4.4.14/drivers/md/
Ddm-crypt.c1410 static int crypt_decode_key(u8 *key, char *hex, unsigned int size) in crypt_decode_key() argument
1418 buffer[0] = *hex++; in crypt_decode_key()
1419 buffer[1] = *hex++; in crypt_decode_key()
1425 if (*hex != '\0') in crypt_decode_key()
/linux-4.4.14/include/linux/
Dtrace_events.h124 trace_print_func hex; member
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs.txt104 (This string, if not empty is always an hex
Drpc-cache.txt197 hex digits, and pairs of these digits provide the bytes in the
/linux-4.4.14/Documentation/hwmon/
Dsmsc47b39751 AL contains the data in hex, the temperature in Celsius is the decimal
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DKconfig117 To set a value, simply echo an 8-byte hex value to the same file:
/linux-4.4.14/Documentation/networking/
Dray_cs.txt104 hex, must start with x eg
Dfilter.txt431 A: [00000000][0] <-- content of A (hex, decimal)
432 X: [00000000][0] <-- content of X (hex, decimal)
433 M[0,15]: [00000000][0] <-- folded content of M (hex, decimal)
434 -- packet dump -- <-- Current packet from pcap (hex)
Ddecnet.txt182 the hex listing of the packet contents is _essential_, usually the -x flag.
/linux-4.4.14/Documentation/filesystems/
Dsysfs-pci.txt27 the domain number is 0000 and the bus number is 17 (both values are in hex).
Dproc.txt1744 where 'eventfd-count' is hex value of a counter.
1753 where 'sigmask' is hex value of the signal mask associated
1777 target file resides and the 'mask' is the mask of events, all in hex
1782 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex
1804 All in hex format. Incorporation of 'mflags', 'mask' and 'ignored_mask'
Df2fs.txt307 -i inode no (hex)
/linux-4.4.14/arch/tile/
DKconfig338 hex
399 hex
/linux-4.4.14/Documentation/trace/
Duprobetracer.txt52 respectively. Traced arguments are shown in decimal (signed) or hex (unsigned).
Dkprobetrace.txt56 respectively. Traced arguments are shown in decimal (signed) or hex (unsigned).
Dftrace.txt179 on specified CPUs. The format is a hex string
792 hex - Similar to raw, but the numbers will be in a hexadecimal
/linux-4.4.14/arch/arc/
DKconfig277 hex "DCCM map address"
437 hex "Linux Link Address"
/linux-4.4.14/drivers/rtc/
Drtc-ds1685.c776 ds1685_rtc_print_regs(u8 hex, char *dest) in ds1685_rtc_print_regs() argument
782 *tmp++ = ((hex & 0x80) != 0 ? '1' : '0'); in ds1685_rtc_print_regs()
785 hex <<= 1; in ds1685_rtc_print_regs()
/linux-4.4.14/Documentation/leds/
Dleds-lp55xx.txt61 hex byte string is written into the memory through the I2C.
/linux-4.4.14/arch/mips/
DKconfig.debug172 hex "UART Base Address"
DKconfig2671 hex "Physical address where the kernel is loaded"
/linux-4.4.14/drivers/atm/
DKconfig263 string "Dxxxx" to VCI 1023 (where x is a hex digit). See the file
287 string "Dxxxx" to VCI 1023 (where x is a hex digit). See the file
/linux-4.4.14/Documentation/sound/alsa/
DProcfile.txt152 changing an AC97 register directly. Pass two hex numbers.
DHD-Audio.txt361 Shows the 32bit codec vendor-id hex number. You can change the
364 Shows the 32bit codec subsystem-id hex number. You can change the
367 Shows the 32bit codec revision-id hex number. You can change the
744 parameter can be either a hex/digit number or a string corresponding
DALSA-Configuration.txt1626 You need to install the firmware file "riptide.hex" to the standard
2295 integer numbers (0x prefix is needed for the hex).
/linux-4.4.14/drivers/scsi/
D53c700.scr41 ; The following represent status interrupts we use 3 hex digits for
D53c700_d.h_shipped44 ; The following represent status interrupts we use 3 hex digits for
/linux-4.4.14/arch/frv/
DKconfig139 hex
/linux-4.4.14/
DREADME362 look up what the EIP value means. The hex value as such doesn't help
364 kernel setup. What you should do is take the hex value from the EIP
/linux-4.4.14/drivers/mtd/nand/
DKconfig64 hex "Denali NAND size scratch register address"
229 hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED
/linux-4.4.14/drivers/mtd/devices/
DKconfig176 hex "SRAM Hexadecimal Absolute position or 0"
/linux-4.4.14/drivers/block/
Dcciss_scsi.c267 print_bytes (unsigned char *c, int len, int hex, int ascii)
273 if (hex)
/linux-4.4.14/drivers/media/usb/pwc/
Dphilips.txt193 (dec) (hex)
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt51 - type definition: "bool"/"tristate"/"string"/"hex"/"int"
125 and hex symbols. The user can only input a value which is larger than
/linux-4.4.14/drivers/edac/
DKconfig119 - inject_ecc_vector (hex ecc vector: select bits of inject word)
/linux-4.4.14/Documentation/power/
Dpm_qos_interface.txt83 the open device node. Alternatively the user mode program could write a hex
/linux-4.4.14/Documentation/sysctl/
Dnet.txt260 everything but the port is in hex. Not_Connected is displayed for sockets that
/linux-4.4.14/Documentation/PCI/
Dpci.txt569 your driver if they're helpful, or just use plain hex constants.
571 The device IDs are arbitrary hex numbers (vendor controlled) and normally used
/linux-4.4.14/arch/x86/
DKconfig261 hex
1281 hex
1435 hex
1813 hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP)
1895 hex "Maximum kASLR offset allowed" if EXPERT
1926 hex "Alignment value to which kernel should be aligned"
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt377 TY Cookie type (IX - index, DT - data, hex - special)
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt123 written in hex, with no prefix and no separator between. E.g., if you
125 SCSI CD-ROM drive, you boot from it by "root=0b00". Here, hex "0b" =
/linux-4.4.14/arch/s390/
DKconfig449 hex "NUMA emulation memory chunk size"
/linux-4.4.14/Documentation/ia64/
Derr_inject.txt46 #Note: All values are hex w/o or w/ 0x prefix.
/linux-4.4.14/arch/arm64/
DKconfig114 hex
/linux-4.4.14/arch/arm/mm/
DKconfig763 hex
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt142 (output in hex format: 0xAAAABBCC), where:
225 ... any other 8-hex-digit mask ...
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt1152 "\(octal value)", "\x(hex value)".