/arch/cris/arch-v32/mach-a3/ |
D | Kconfig | 7 hex 23 hex "DDR2 MRS" 27 hex "DDR2 SDRAM timing" 33 hex "DDR2 config" 37 hex "DDR2 latency" 41 hex "PIO CE0 configuration" 45 hex "PIO CE1 configuration" 49 hex "PIO CE2 configuration" 53 hex "GIO_PA_OE" 66 hex "GIO_PA_OUT" [all …]
|
/arch/h8300/ |
D | Kconfig.ide | 7 hex "IDE register base address" 14 hex "IDE register alternate address" 31 hex 36 hex
|
/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 7 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/arm/ |
D | Kconfig-nommu | 13 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/m68k/ifpsp060/ |
D | README | 32 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/cris/arch-v32/ |
D | Kconfig | 9 hex 120 hex "MEM_GRP1_CONFIG" 128 hex "MEM_GRP2_CONFIG" 135 hex "MEM_GRP3_CONFIG" 144 hex "MEM_GRP4_CONFIG" 151 hex "SDRAM_GRP0_CONFIG" 162 hex "SDRAM_GRP1_CONFIG" 171 hex "SDRAM_TIMING" 181 hex "SDRAM_COMMAND" 190 hex "GIO_PA_OE" [all …]
|
/arch/mn10300/kernel/ |
D | gdb-stub.c | 179 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/ |
D | qpace_setup.c | 59 static void qpace_progress(char *s, unsigned short hex) in qpace_progress() argument 61 printk("*** %04x : %s\n", hex, s ? s : ""); in qpace_progress()
|
D | celleb_setup.c | 90 static void celleb_progress(char *s, unsigned short hex) in celleb_progress() argument 92 printk("*** %04x : %s\n", hex, s ? s : ""); in celleb_progress()
|
D | setup.c | 79 static void cell_progress(char *s, unsigned short hex) in cell_progress() argument 81 printk("*** %04x : %s\n", hex, s ? s : ""); in cell_progress()
|
/arch/mn10300/boot/compressed/ |
D | misc.c | 131 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/frv/kernel/ |
D | gdb-stub.c | 214 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/powerpc/include/asm/ |
D | setup.h | 7 extern void ppc_printk_progress(char *s, unsigned short hex);
|
D | udbg.h | 29 extern void udbg_progress(char *s, unsigned short hex);
|
/arch/arm/mach-bcmring/ |
D | Kconfig | 17 hex "Compressed ZREL ADDR"
|
/arch/cris/arch-v10/ |
D | Kconfig | 12 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/ |
D | Kconfig | 196 hex "Physical memory start address (hex)" 205 hex "Physical memory size (hex)" 222 hex "Internal memory start address (hex)" 228 hex "Internal memory size (hex)"
|
/arch/cris/arch-v10/kernel/ |
D | kgdb.c | 282 static int hex (char ch); 664 hex (char ch) in hex() function 715 ch = hex (*buf++) << 4; in hex2mem() 716 ch = ch + hex (*buf++); in hex2mem() 775 xmitcsum = hex (getDebugChar ()) << 4; in getpacket() 776 xmitcsum += hex (getDebugChar ()); in getpacket()
|
/arch/powerpc/platforms/ps3/ |
D | setup.c | 225 static void __init ps3_progress(char *s, unsigned short hex) in ps3_progress() argument 227 printk("*** %04x : %s\n", hex, s ? s : ""); in ps3_progress()
|
/arch/m68k/ |
D | Kconfig.machine | 455 hex "Address of the base of RAM" 464 hex "Size of RAM (in bytes), or 0 for automatic" 472 hex "Address of the base of system vectors" 481 hex "Address of the MBAR (internal peripherals)" 492 hex "Address of the IPSBAR (internal peripherals)" 503 hex "Address of the base of kernel code" 526 hex "Address of the base of ROM device" 535 hex "Address of the base of the ROM vectors" 544 hex "Size of ROM vector region (in bytes)" 553 hex "Address of the base of system image in ROM" [all …]
|
/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 402 static int hex(char ch); 649 hex(char ch) in hex() function 715 ch = hex (*buf++) << 4; in hex2mem() 716 ch = ch + hex (*buf++); in hex2mem() 780 xmitcsum = hex(getDebugChar()) << 4; in getpacket() 781 xmitcsum += hex(getDebugChar()); in getpacket()
|
/arch/microblaze/ |
D | Kconfig | 189 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL 193 hex "Microblaze reset vector address setup" 215 hex "Virtual address of kernel base" if KERNEL_START_BOOL 230 hex "Size of user task space" if TASK_SIZE_BOOL 264 hex "Kernel PAD for unpacking" if ADVANCED_OPTIONS
|
/arch/powerpc/platforms/maple/ |
D | setup.c | 290 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/blackfin/mach-bf548/ |
D | Kconfig | 396 hex "PINT0_ASSIGN" 400 hex "PINT1_ASSIGN" 404 hex "PINT2_ASSIGN" 408 hex "PINT3_ASSIGN"
|
/arch/powerpc/ |
D | Kconfig.debug | 273 hex "vterm number to use with early debug HVSI" 281 hex "vterm number to use with OPAL early debug" 293 hex "Low 32 bits of early debug UART physical address" 301 hex "EPRN of early debug UART physical address" 306 hex "Early debug UART physical address" 311 hex "CPM UART early debug transmit descriptor address"
|