/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-jpeg.h | 16 0xff, 0xd8, 0xff, 0xfe, 0x00, 0x0d, 0x42, 0x6c, 17 0x75, 0x65, 0x63, 0x68, 0x65, 0x72, 0x72, 0x79, 18 0x20, 0xff, 0xdb, 0x00, 0x43, 0x00, 0x20, 0x16, 19 0x18, 0x1c, 0x18, 0x14, 0x20, 0x1c, 0x1a, 0x1c, 20 0x24, 0x22, 0x20, 0x26, 0x30, 0x50, 0x34, 0x30, 21 0x2c, 0x2c, 0x30, 0x62, 0x46, 0x4a, 0x3a, 0x50, 22 0x74, 0x66, 0x7a, 0x78, 0x72, 0x66, 0x70, 0x6e, 23 0x80, 0x90, 0xb8, 0x9c, 0x80, 0x88, 0xae, 0x8a, 24 0x6e, 0x70, 0xa0, 0xda, 0xa2, 0xae, 0xbe, 0xc4, 25 0xce, 0xd0, 0xce, 0x7c, 0x9a, 0xe2, 0xf2, 0xe0, [all …]
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | oem300.h | 55 {0x08,0x08,0x08,0x08}, 56 {0x08,0x08,0x08,0x08}, 57 {0x08,0x08,0x08,0x08}, 58 {0x2c,0x2c,0x2c,0x2c}, 59 {0x08,0x08,0x08,0x08}, 60 {0x08,0x08,0x08,0x08}, 61 {0x08,0x08,0x08,0x08}, 62 {0x20,0x20,0x20,0x20} 67 {0x20,0x20,0x20,0x20}, 68 {0x20,0x20,0x20,0x20}, [all …]
|
/openbmc/openpower-vpd-parser/test/keyword_vpd_parser_test/ |
H A D | kw_vpd_test.cpp | 42 pair<std::string, Binary>{"WI", {0x00}}, in TEST_F() 43 pair<std::string, Binary>{"FL", {0x50, 0x32, 0x20, 0x20, 0x20}}, in TEST_F() 46 {0x82, 0x50, 0x32, 0x2d, 0x44, 0x34, 0x20, 0x20, 0x20, 0x20, 0x20, in TEST_F() 47 0x20, 0x32, 0x53, 0x53, 0x43, 0x81, 0x50, 0x32, 0x2d, 0x44, 0x35, in TEST_F() 48 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x32, 0x53, 0x53, 0x43, 0x80, in TEST_F() 49 0x50, 0x32, 0x2d, 0x44, 0x37, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, in TEST_F() 50 0x32, 0x53, 0x53, 0x43, 0x83, 0x50, 0x32, 0x2d, 0x44, 0x38, 0x20, in TEST_F() 51 0x20, 0x20, 0x20, 0x20, 0x20, 0x32, 0x53, 0x53, 0x43}}, in TEST_F() 54 {0x50, 0x05, 0x07, 0x60, 0x73, 0x00, 0x72, 0x00, 0x00, 0x00, 0x00, in TEST_F() 55 0x00, 0x00, 0x00, 0x01, 0x00}}, in TEST_F() [all …]
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | conex.c | 53 .priv = 0}, 69 usb_rcvctrlpipe(dev, 0), in reg_r() 70 0, in reg_r() 72 0, in reg_r() 76 index, gspca_dev->usb_buf[0]); in reg_r() 86 gspca_dev->usb_buf[0] = val; in reg_w_val() 88 usb_sndctrlpipe(dev, 0), in reg_w_val() 89 0, in reg_w_val() 91 0, in reg_w_val() 111 usb_sndctrlpipe(dev, 0), in reg_w() [all …]
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | syscall_numbering.c | 30 #define SYS_READ 0 37 /* x32-only system call numbers (without X32_BIT) */ 42 #define X32_BIT 0x40000000 45 static bool with_x32; /* x32 supported on this kernel? */ 80 unsigned int level = sh ? sh->indent : 0; in offset() 96 } while (0) 100 sh->indent = 0; \ 104 } while (0) 118 register long long arg2 asm("rsi") = 0; in probe_syscall() 119 register long long arg3 asm("rdx") = 0; in probe_syscall() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 081 | 25 seq=`basename $0` 36 trap "_cleanup; exit \$status" 0 1 2 3 15 63 quorum="$quorum,file.children.0.file.filename=$TEST_DIR/1.raw" 66 quorum="$quorum,file.children.0.driver=raw" 82 $QEMU_IO -c "open -o $quorum" -c "write -P 0x32 0 $size" | _filter_qemu_io 87 $QEMU_IO -c "read -P 0x32 0 $size" "$TEST_DIR/1.raw" | _filter_qemu_io 88 $QEMU_IO -c "read -P 0x32 0 $size" "$TEST_DIR/2.raw" | _filter_qemu_io 89 $QEMU_IO -c "read -P 0x32 0 $size" "$TEST_DIR/3.raw" | _filter_qemu_io 94 $QEMU_IO -c "write -P 0x42 0 $size" "$TEST_DIR/2.raw" | _filter_qemu_io 99 $QEMU_IO -c "open -o $quorum" -c "read -P 0x32 0 $size" | _filter_qemu_io [all …]
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 9 # The abi is "common", "64" or "x32" for this file. 11 0 common read sys_read 381 # in x32 as compared to native x86_64. These syscalls have numbers 512-547. 383 # for non-x32 use. 385 512 x32 rt_sigaction compat_sys_rt_sigaction 386 513 x32 rt_sigreturn compat_sys_x32_rt_sigreturn 387 514 x32 ioctl compat_sys_ioctl 388 515 x32 readv sys_readv 389 516 x32 writev sys_writev 390 517 x32 recvfrom compat_sys_recvfrom [all …]
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 9 # The abi is "common", "64" or "x32" for this file. 11 0 common read sys_read 381 # in x32 as compared to native x86_64. These syscalls have numbers 512-547. 383 # for non-x32 use. 385 512 x32 rt_sigaction compat_sys_rt_sigaction 386 513 x32 rt_sigreturn compat_sys_x32_rt_sigreturn 387 514 x32 ioctl compat_sys_ioctl 388 515 x32 readv sys_readv 389 516 x32 writev sys_writev 390 517 x32 recvfrom compat_sys_recvfrom [all …]
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 10 # The abi is "common", "64" or "x32" for this file. 12 0 common read sys_read 392 # in x32 as compared to native x86_64. These syscalls have numbers 512-547. 394 # for non-x32 use. 396 512 x32 rt_sigaction compat_sys_rt_sigaction 397 513 x32 rt_sigreturn compat_sys_x32_rt_sigreturn 398 514 x32 ioctl compat_sys_ioctl 399 515 x32 readv sys_readv 400 516 x32 writev sys_writev 401 517 x32 recvfrom compat_sys_recvfrom [all …]
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | selftest.c | 29 "\x05\x00\x30\x34\x31\x32\x30\x30\x06\x03\x55\x04\x03\x0c\x29\x43" 32 "\x74\x69\x6e\x67\x20\x6b\x65\x79\x30\x20\x17\x0d\x32\x32\x30\x35" 33 "\x31\x38\x32\x32\x33\x32\x34\x31\x5a\x18\x0f\x32\x31\x32\x32\x30" 34 "\x34\x32\x34\x32\x32\x33\x32\x34\x31\x5a\x30\x34\x31\x32\x30\x30" 43 "\x7b\x4d\xb5\x95\x58\xb2\x52\x2e\xc6\x24\x4b\x71\x63\x80\x32\x77" 61 "\x38\x88\x18\x97\x96\x08\x81\xaa\xcc\x8f\x0f\x8a\x32\x7b\x76\x68" 130 "\x01\x30\x4c\x30\x34\x31\x32\x30\x30\x06\x03\x55\x04\x03\x0c\x29" 143 "\xba\x12\x62\xd5\xbd\xaa\x71\xe5\x5b\xc0\x6a\x32\xff\x6a\x2e\x23" 151 "\x13\xd5\x7c\x42\xe8\xfb\x9c\x9a\x45\x32\xd5\xa5\x22\x62\x9d\xd4" 168 "\x77\x55\x3c\x6f\x0c\x32\xd3\x8c\x44\x39\x71\x25\xfe\x96\xd2" [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | aspeed_eeprom.c | 12 0x01, 0x00, 0x00, 0x01, 0x0d, 0x00, 0x00, 0xf1, 0x01, 0x0c, 0x00, 0x36, 13 0xe6, 0xd0, 0xc6, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xd2, 0x42, 0x4d, 14 0x43, 0x20, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x20, 0x4d, 0x6f, 15 0x64, 0x75, 0x6c, 0x65, 0xcd, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 16 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xce, 0x58, 0x58, 0x58, 0x58, 0x58, 17 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xc3, 0x31, 0x2e, 18 0x30, 0xc9, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xd2, 19 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 20 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xc1, 0x39, 0x01, 0x0c, 0x00, 0xc6, 21 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xd2, 0x54, 0x69, 0x6f, 0x67, 0x61, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | kexec-x32.patch | 4 Subject: [PATCH] x86_64: Add support to build kexec-tools with x32 ABI 11 configure.ac: Add test for detect x32 ABI. 13 x32 ABI is set. 14 kexec/arch/x86_64/kexec-elf-rel-x86_64.c: When x32 ABI is set 16 kexec/kexec-syscall.h: Add correct syscall number for x32 ABI. 39 + dnl ---Test for x32 ABI in x86_64 45 + ], SUBARCH='x32', SUBARCH='64') 56 return 0; 63 return 0;
|
/openbmc/linux/arch/x86/crypto/ |
H A D | nh-sse2-x86_64.S | 50 // Multiply 32x32 => 64 and accumulate 51 pshufd $0x10, \k0, T4 52 pshufd $0x32, \k0, \k0 53 pshufd $0x10, T1, T5 54 pshufd $0x32, T1, T1 55 pshufd $0x10, T2, T6 56 pshufd $0x32, T2, T2 57 pshufd $0x10, T3, T7 58 pshufd $0x32, T3, T3 73 * It's guaranteed that message_len % 16 == 0. [all …]
|
H A D | nh-avx2-x86_64.S | 48 // Multiply 32x32 => 64 and accumulate 49 vpshufd $0x10, T0, T4 50 vpshufd $0x32, T0, T0 51 vpshufd $0x10, T1, T5 52 vpshufd $0x32, T1, T1 53 vpshufd $0x10, T2, T6 54 vpshufd $0x32, T2, T2 55 vpshufd $0x10, T3, T7 56 vpshufd $0x32, T3, T3 71 * It's guaranteed that message_len % 16 == 0. [all …]
|
/openbmc/linux/crypto/ |
H A D | testmgr.h | 33 * @ksize: Length of @key in bytes (0 if no key) 103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 203 "\x00\xD8\x40\xB4\x16\x66\xB4\x2E\x92\xEA\x0D\xA3\xB4\x32\x04\xB5" 215 "\x52\xC3\x5B\x7A\x75\x14\xFD\x32\x38\xB8\x0A\xAD\x52\x98\x62\x8D" 224 "\x5e\x32\x39\x6d\xc1\x1d\x7d\x50\x3b\x9f\x7a\xad\xf0\x2e\x25\x53" 257 "\x32\x12\x4E\xF0\x23\x6E\x5D\x1E\x3B\x7E\x28\xFA\xE7\xAA\x04\x0A" 263 "\x86\x98\x40\xB4\x16\x66\xB4\x2E\x92\xEA\x0D\xA3\xB4\x32\x04\xB5" 279 "\x9F\xC9\x86\x32\x15\x4F\x58\x83\xB1\x67\xA9\x67\xBF\x40\x2B\x4E" 312 "\x61\xC3\x89\x55\xF0\xAE\x1A\x9C\x22\xEE\x19\x05\x8D\x32\xFE\xEC" 321 "\xB3\x27\xDF\xEA\xEE\x2C\x82\xBB\xF7\x40\x32\xD5\x14\xC4\x94\x12" [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | ltc2992.c | 19 #define LTC2992_CTRLB 0x01 20 #define LTC2992_FAULT1 0x03 21 #define LTC2992_POWER1 0x05 22 #define LTC2992_POWER1_MAX 0x08 23 #define LTC2992_POWER1_MIN 0x0B 24 #define LTC2992_POWER1_MAX_THRESH 0x0E 25 #define LTC2992_POWER1_MIN_THRESH 0x11 26 #define LTC2992_DSENSE1 0x14 27 #define LTC2992_DSENSE1_MAX 0x16 28 #define LTC2992_DSENSE1_MIN 0x18 [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx_seq.h_shipped | 9 0xff, 0x02, 0x06, 0x78, 10 0x00, 0xea, 0x6e, 0x59, 11 0x01, 0xea, 0x04, 0x30, 12 0xff, 0x04, 0x0c, 0x78, 13 0x19, 0xea, 0x6e, 0x59, 14 0x19, 0xea, 0x04, 0x00, 15 0x33, 0xea, 0x68, 0x59, 16 0x33, 0xea, 0x00, 0x00, 17 0x60, 0x3a, 0x3a, 0x68, 18 0x04, 0x4d, 0x35, 0x78, [all …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | sm712fb.c | 71 .red = {16, 8, 0}, 72 .green = {8, 8, 0}, 73 .blue = {0, 8, 0}, 78 .nonstd = 0, 88 .type_aux = 0, 89 .xpanstep = 0, 90 .ypanstep = 0, 91 .ywrapstep = 0, 102 {"0x301", 640, 480, 8}, 103 {"0x303", 800, 600, 8}, [all …]
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | Makefile | 42 vdso_img-$(VDSOX32-y) += x32 108 # X32 processes use x32 vDSO to access 64bit kernel data. 110 # Build x32 vDSO image: 111 # 1. Compile x32 vDSO as 64bit. 112 # 2. Convert object files to x32. 113 # 3. Build x32 VDSO image with x32 objects, which contains 64bit codes 121 # x32-rebranded versions 122 vobjx32s-y := $(vobjs-y:.o=-x32.o) 127 # Convert 64bit object file to x32 for x32 vDSO. 128 quiet_cmd_x32 = X32 $@ [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram_input.h | 18 { 0x26, 0x32, 0x2e, 0x2e, 0x2d, 0x2c, 0x2d, 0x2d, 19 0x2c, 0x2e, 0x31, 0x33, 0x36, 0x39, 0x3b, 0x3f, 20 0x42, 0x46, 0x4a, 0x4c, 0x51, 0x53, 0x53, 0x54, 21 0x56, 0x57, 0x58, 0x57, 0x56, 0x52, 0x51, 0x4f, 22 0x4c, 0x49, 0x47, 0x42, 0x3e, 0x3b, 0x38, 0x35, 23 0x33, 0x30, 0x2e, 0x2c, 0x2b, 0x2a, 0x2a, 0x28, 24 0x28, 0x27, 0x27, 0x28, 0x29, 0x2a, 0x2c, 0x2e, 25 0x2f, 0x33, 0x36, 0x38, 0x3c, 0x3d, 0x40, 0x42, 26 0x43, 0x42, 0x43, 0x44, 0x43, 0x41, 0x40, 0x3b, 27 0x3b, 0x3a, 0x38, 0x35, 0x32, 0x2f, 0x2c, 0x29, [all …]
|
/openbmc/qemu/tests/functional/ |
H A D | test_arm_aspeed_ast2600.py | 32 'tmp105,bus=aspeed.i2c.bus.3,address=0x4d,id=tmp-test'); 34 'ds1338,bus=aspeed.i2c.bus.3,address=0x32'); 36 'i2c-echo,bus=aspeed.i2c.bus.3,address=0x42'); 37 self.do_test_arm_aspeed_buildroot_start(image_path, '0xf00', 41 'echo lm75 0x4d > /sys/class/i2c-dev/i2c-3/device/new_device', 42 'i2c i2c-3: new_device: Instantiated device lm75 at 0x4d'); 44 'cat /sys/class/hwmon/hwmon1/temp1_input', '0') 51 'echo ds1307 0x32 > /sys/class/i2c-dev/i2c-3/device/new_device', 52 'i2c i2c-3: new_device: Instantiated device ds1307 at 0x32'); 57 'echo slave-24c02 0x1064 > /sys/bus/i2c/devices/i2c-3/new_device', [all …]
|
/openbmc/linux/drivers/media/tuners/ |
H A D | fc2580_priv.h | 23 {0x00, 0x00}, 24 {0x12, 0x86}, 25 {0x14, 0x5c}, 26 {0x16, 0x3c}, 27 {0x1f, 0xd2}, 28 {0x09, 0xd7}, 29 {0x0b, 0xd5}, 30 {0x0c, 0x32}, 31 {0x0e, 0x43}, 32 {0x21, 0x0a}, [all …]
|
H A D | mt2266.c | 17 #define I2C_ADDRESS 0x60 19 #define REG_PART_REV 0 23 #define REG_LOCK 0x12 25 #define PART_REV 0x85 37 #define MT2266_UHF 0 45 …ne dprintk(args...) do { if (debug) {printk(KERN_DEBUG "MT2266: " args); printk("\n"); }} while (0) 51 { .addr = priv->cfg->i2c_address, .flags = 0, .buf = ®, .len = 1 }, in mt2266_readreg() 58 return 0; in mt2266_readreg() 66 .addr = priv->cfg->i2c_address, .flags = 0, .buf = buf, .len = 2 in mt2266_writereg() 72 return 0; in mt2266_writereg() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-der.c | 27 "\x30\x82\x01\x39" /* SEQUENCE, offset: 0, length: 313 */ 37 "\x1e\x80\xfe\xda\x65\xdb\x70\xb8\x61\x91\x28\xbf\x6c\x32\xc1\x05" 60 "\x30\x82\x04\xa6" /* SEQUENCE, offset: 0, length 1190 */ 66 "\xf4\xc6\xf0\x32\x15\x1a\xe8\xaf\x5a\xca\x3a\xd3\x3e\xf6\xde\x86" 71 "\xd3\x94\xf4\x32\xca\xcf\x5e\xbf\xe2\x7f\x73\x5a\x65\xec\x82\x0d" 103 "\x77\x73\x08\x0f\x32\xbd\xe6\x95\xdc\xd0\x14\x7d\x44\xdc\x3e\xd9" 104 "\xaa\x8a\x32\xe6\x0e\x76\xb6\x05\xc5\x6b\x87\x78\x9a\x32\xe2\xf8" 121 "\x16\x92\xad\xc0\xf3\x88\xf4\xcf\x24\xc2\x6b\xf4\xd7\x28\xaf\x32" 133 "\x05\x63\x01\x6d\x77\x06\x71\x24\xcf\x32\x01\xe2\x51\xed\x5e\x90" 147 "\x4e\x2f\x4c\xf9\xab\x97\x38\xe4\x20\x32\x32\x96\xc8\x9e\x79\xd3" [all …]
|
/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/ |
H A D | stingray-clock.dtsi | 36 #clock-cells = <0>; 42 #clock-cells = <0>; 52 reg = <0x0001d104 0x32>, 53 <0x0001c854 0x4>; 64 reg = <0x0001d1ac 0x32>, 65 <0x0001c854 0x4>; 76 reg = <0x0001d1e0 0x32>, 77 <0x0001c854 0x4>; 86 reg = <0x0001d214 0x32>, 87 <0x0001c854 0x4>; [all …]
|