Home
last modified time | relevance | path

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

123

/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 …]
/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 …]
/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 …]
/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
/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'
/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 …]
/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()
/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 …]
/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()
/arch/nios2/platform/
DKconfig.platform6 hex "Memory base address"
32 hex "DTB Address"
110 hex "D-Cache size" if CUSTOM_CACHE_SETTINGS
117 hex "D-Cache line size" if CUSTOM_CACHE_SETTINGS
124 hex "I-Cache size" if CUSTOM_CACHE_SETTINGS
/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 …]
/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)"
/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);
/arch/m68k/
DKconfig.machine328 hex "Address of the base of RAM"
337 hex "Size of RAM (in bytes), or 0 for automatic"
345 hex "Address of the base of system vectors"
354 hex "Address of the MBAR (internal peripherals)"
365 hex "Address of the IPSBAR (internal peripherals)"
376 hex "Address of the base of kernel code"
399 hex "Address of the base of ROM device"
408 hex "Address of the base of the ROM vectors"
417 hex "Address of the base of system image in ROM"
425 hex "Size of the ROM device"
/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
/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()
/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()
/arch/mn10300/
DKconfig151 hex "Base address of kernel RAM"
155 hex "Base address of vector table"
162 hex "Base address of kernel"
166 hex "Base address of compressed vmlinux image"
170 hex
175 hex
/arch/score/
DKconfig61 hex
/arch/powerpc/kernel/
Dudbg.c136 void __init udbg_progress(char *s, unsigned short hex) in udbg_progress() argument
/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
/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"
/arch/avr32/
DKconfig177 hex
181 hex
185 hex

123