| /arch/microblaze/cpu/ |
| A D | cpuinfo.c | 80 static const char *lookup_string(u32 code, in lookup_string() argument 84 if (entry->code == code) in lookup_string() 95 return entry->code; in lookup_code() 100 const char *microblaze_lookup_fpga_family_string(const u32 code) in microblaze_lookup_fpga_family_string() argument 102 return lookup_string(code, family_string_lookup); in microblaze_lookup_fpga_family_string() 105 const char *microblaze_lookup_cpu_version_string(const u32 code) in microblaze_lookup_cpu_version_string() argument 107 return lookup_string(code, cpu_ver_lookup); in microblaze_lookup_cpu_version_string()
|
| /arch/arm/include/asm/ |
| A D | assembler.h | 54 #define PLD(code...) code argument 56 #define PLD(code...) argument 86 #define CALGN(code...) argument 88 #define CALGN(code...) code
|
| /arch/microblaze/include/asm/ |
| A D | cpuinfo.h | 46 const u32 code; member 89 const char *microblaze_lookup_cpu_version_string(const u32 code); 104 const char *microblaze_lookup_fpga_family_string(const u32 code);
|
| /arch/arm/dts/ |
| A D | lpc3250-ea3250.dts | 26 linux,code = <103>; 32 linux,code = <1>; 38 linux,code = <2>; 44 linux,code = <3>; 50 linux,code = <4>; 56 linux,code = <10>; 62 linux,code = <11>; 68 linux,code = <12>; 74 linux,code = <13>; 80 linux,code = <14>;
|
| A D | socfpga_cyclone5_sockit.dts | 65 linux,code = <0x0>; /* SW_LID */ 72 linux,code = <0x5>; /* SW_DOCK */ 79 linux,code = <0xa>; /* SW_KEYPAD_SLIDE */ 86 linux,code = <0xc>; /* SW_ROTATE_LOCK */ 92 linux,code = <187>; /* KEY_F17 */ 98 linux,code = <188>; /* KEY_F18 */ 104 linux,code = <189>; /* KEY_F19 */ 110 linux,code = <190>; /* KEY_F20 */
|
| A D | am3517-evm-ui.dtsi | 75 /* linux,code = <BTN_0>; */ 81 linux,code = <KEY_PLAY>; 87 linux,code = <KEY_STOP>; 93 linux,code = <KEY_FASTFORWARD>; 99 linux,code = <KEY_REWIND>; 105 linux,code = <KEY_LEFTSHIFT>; 111 linux,code = <BTN_MODE>; 117 linux,code = <KEY_MENU>; 123 linux,code = <KEY_UP>; 129 linux,code = <KEY_DOWN>;
|
| A D | mt7987a-rfb.dts | 22 linux,code = <KEY_RESTART>; 29 linux,code = <KEY_WPS_BUTTON>;
|
| A D | at91sam9m10g45ek.dts | 318 linux,code = <272>; 325 linux,code = <273>; 332 linux,code = <105>; 338 linux,code = <106>; 344 linux,code = <103>; 350 linux,code = <108>; 356 linux,code = <28>;
|
| A D | mt7987a-emmc-rfb.dts | 25 linux,code = <KEY_RESTART>; 32 linux,code = <KEY_WPS_BUTTON>;
|
| A D | mt7987a-sd-rfb.dts | 25 linux,code = <KEY_RESTART>; 32 linux,code = <KEY_WPS_BUTTON>;
|
| A D | sun7i-a20-olinuxino-micro.dts | 166 linux,code = <KEY_VOLUMEUP>; 173 linux,code = <KEY_VOLUMEDOWN>; 180 linux,code = <KEY_MENU>; 187 linux,code = <KEY_SEARCH>; 194 linux,code = <KEY_HOMEPAGE>; 201 linux,code = <KEY_ESC>; 208 linux,code = <KEY_ENTER>;
|
| A D | sun7i-a20-olimex-som-evb.dts | 153 linux,code = <KEY_VOLUMEUP>; 160 linux,code = <KEY_VOLUMEDOWN>; 167 linux,code = <KEY_MENU>; 174 linux,code = <KEY_SEARCH>; 181 linux,code = <KEY_HOMEPAGE>; 188 linux,code = <KEY_ESC>; 195 linux,code = <KEY_ENTER>;
|
| A D | stm32mp157c-ed1-scmi-u-boot.dtsi | 25 linux,code = <BTN_1>; 31 linux,code = <BTN_2>;
|
| A D | at91sam9261ek.dts | 186 linux,code = <256>; 193 linux,code = <257>; 200 linux,code = <258>; 207 linux,code = <259>;
|
| A D | imx6qdl-phytec-mira-peb-eval-01.dtsi | 19 linux,code = <KEY_WAKEUP>; 26 linux,code = <KEY_SLEEP>;
|
| A D | stm32mp157a-dk1-scmi-u-boot.dtsi | 27 linux,code = <BTN_1>; 33 linux,code = <BTN_2>;
|
| A D | juno-motherboard.dtsi | 54 linux,code = <116>; 61 linux,code = <102>; 68 linux,code = <152>; 75 linux,code = <115>; 82 linux,code = <114>; 89 linux,code = <99>;
|
| A D | imx6qdl-gw5913.dtsi | 30 linux,code = <BTN_0>; 35 linux,code = <BTN_1>; 42 linux,code = <BTN_2>; 49 linux,code = <BTN_3>; 56 linux,code = <BTN_4>; 63 linux,code = <BTN_5>;
|
| A D | imx6qdl-gw5907.dtsi | 30 linux,code = <BTN_0>; 35 linux,code = <BTN_1>; 42 linux,code = <BTN_2>; 49 linux,code = <BTN_3>; 56 linux,code = <BTN_4>; 63 linux,code = <BTN_5>;
|
| /arch/riscv/lib/ |
| A D | interrupts.c | 118 static void _exit_trap(ulong code, ulong epc, ulong tval, struct pt_regs *regs) in _exit_trap() argument 140 gd->arch.resume->code = code; in _exit_trap() 144 if (code < ARRAY_SIZE(exception_code)) in _exit_trap() 145 printf("Unhandled exception: %s\n", exception_code[code]); in _exit_trap() 147 printf("Unhandled exception code: %ld\n", code); in _exit_trap()
|
| /arch/x86/include/asm/ |
| A D | post.h | 48 static inline void post_code(int code) in post_code() argument 50 outb(code, POST_PORT); in post_code()
|
| /arch/arm/mach-sunxi/ |
| A D | rmr_switch.S | 13 @ we can easily set the start address of AArch64 code. 14 @ This code below switches to AArch64 and starts execution at the specified 16 @ the machine code must be inserted as verbatim .word statements into the 17 @ beginning of the AArch64 U-Boot code. 29 @ code found in encoded form in boot0.h.
|
| /arch/arm/cpu/ |
| A D | u-boot.lds | 19 * If CONFIG_ARMV7_SECURE_BASE is true, secure code will not 20 * bundle with u-boot, and code offsets are fixed. Secure zone 23 * address for secure code. 27 * were used in secure code. The absolute addresses of the secure 28 * code also needs to be relocated along with the accompanying u-boot 29 * code.
|
| /arch/nios2/cpu/ |
| A D | u-boot.lds | 30 * the initialization code relocates the command table as 41 * adjacent to simplify the startup code -- and provide 77 * bss follows. We keep it adjacent to simplify init code.
|
| /arch/arm/include/asm/ti-common/ |
| A D | ti-edma3.h | 29 #define EDMA3_SLOPT_COMP_CODE(code) ((0x3f & (code)) << 12) argument
|