/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8x-colibri.dtsi | 14 pinctrl-0 = <&pinctrl_gpiokeys>; 57 #size-cells = <0>; 60 pinctrl-0 = <&pinctrl_i2c0>, <&pinctrl_sgtl5000_usb_clk>; 67 pinctrl-0 = <&pinctrl_ad7879_int>; 68 reg = <0x2c>; 89 #size-cells = <0>; 92 pinctrl-0 = <&pinctrl_i2c1>; 108 pinctrl-0 = <&pinctrl_lpuart0>; 114 pinctrl-0 = <&pinctrl_lpuart2>; 120 pinctrl-0 = <&pinctrl_lpuart3>, <&pinctrl_lpuart3_ctrl>; [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-vm86.S | 5 #define GET_OFFSET(x) ((x) - vm86_code_start + 0x100) 9 movb $0x09, %ah 10 int $0x21 12 /* prepare int 0x90 vector */ 15 es movw $GET_OFFSET(int90_test), 0x90 * 4 16 es movw %cs, 0x90 * 4 + 2 18 /* launch int 0x90 */ 20 int $0x90 24 movb $0x09, %ah 25 int $0x21 [all …]
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | sonixj.c | 64 #define BRIDGE_SN9C102P 0 94 #define F_PDN_INV 0x01 /* inverse pin S_PWR_DN / sn_xxx tables */ 95 #define F_ILLUM 0x02 /* presence of illuminator */ 98 /* register 0x01 */ 99 #define S_PWR_DN 0x01 /* sensor power down */ 100 #define S_PDN_INV 0x02 /* inverse pin S_PWR_DN */ 101 #define V_TX_EN 0x04 /* video transfer enable */ 102 #define LED 0x08 /* output to pin LED */ 103 #define SCL_SEL_OD 0x20 /* open-drain mode */ 104 #define SYS_SEL_48M 0x40 /* system clock 0: 24MHz, 1: 48MHz */ [all …]
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | sve-test.S | 74 // bits 15: 0 pid 83 0: str w2, [x0], #4 86 bne 0b 163 and w0, w0, #0x3 176 mov x0, #0 195 stp x0, x1, [sp, #-0x20]! 196 str x2, [sp, #0x10] 198 mov x5, #0 199 0: ldrb w3, [x0, x5] 205 b.ne 0b [all …]
|
H A D | fpsimd-test.S | 57 0: str w2, [x0], #4 60 bne 0b 100 mov x5, #0 101 0: ldrb w3, [x0, x5] 107 b.ne 0b 177 mov x0, #0 179 svc #0 201 mov x2, #0 204 svc #0 218 mov x23, #0 // signal count [all …]
|
H A D | za-test.S | 37 cmp x2, #0 39 0: ldrb w3, [x1], #1 42 b.ne 0b 56 // bits 7: 0 32-bit lane index 67 0: str w3, [x0], #4 70 b.ne 0b 108 stp x0, x1, [sp, #-0x20]! 109 str x2, [sp, #0x10] 111 mov x5, #0 112 0: ldrb w3, [x0, x5] [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/witherspoon/ |
H A D | avsbus-enable.sh | 3 i2cset -y 4 0x70 0x00 0x00 b # VDD 0 - PAGE set 4 i2cset -y 4 0x70 0x21 0x00 0x01 i # VDD 0 - Set default HW boot voltage 5 i2cset -y 4 0x70 0x01 0xB0 b # VDD 0 6 i2cset -y 4 0x70 0x00 0x01 b # VCS 0 - PAGE set 7 i2cset -y 4 0x70 0x21 0x08 0x01 i # VCS 0 - Set default HW boot voltage 8 i2cset -y 4 0x70 0x01 0xB0 b # VCS 0 9 i2cset -y 4 0x70 0x00 0x00 b # VCS 0 - PAGE reset 10 i2cset -y 4 0x71 0x00 0x00 b # VDN 0 - PAGE set 11 i2cset -y 4 0x71 0x21 0x00 0x01 i # VDN 0 - Set default HW boot voltage 12 i2cset -y 4 0x71 0x01 0xB0 b # VDN 0 [all …]
|
/openbmc/linux/drivers/media/pci/saa7146/ |
H A D | hexium_orion.c | 21 module_param(debug, int, 0); 34 { 0, "CVBS 1", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 35 { 1, "CVBS 2", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 36 { 2, "CVBS 3", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 37 { 3, "CVBS 4", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 38 { 4, "CVBS 5", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 39 { 5, "CVBS 6", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 40 { 6, "Y/C 1", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 41 { 7, "Y/C 2", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 42 { 8, "Y/C 3", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | rtl2832_priv.h | 242 {DVBT_DAGC_TRG_VAL, 0x39}, 243 {DVBT_AGC_TARG_VAL_0, 0x0}, 244 {DVBT_AGC_TARG_VAL_8_1, 0x5a}, 245 {DVBT_AAGC_LOOP_GAIN, 0x16}, 246 {DVBT_LOOP_GAIN2_3_0, 0x6}, 247 {DVBT_LOOP_GAIN2_4, 0x1}, 248 {DVBT_LOOP_GAIN3, 0x16}, 249 {DVBT_VTOP1, 0x35}, 250 {DVBT_VTOP2, 0x21}, 251 {DVBT_VTOP3, 0x21}, [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | write_verification_error_tests.cpp | 25 "device: vdd1, register: 0x21, value_written: 0xAD, value_read: 0x00", in TEST() 32 "WriteVerificationError: device: vdd1, register: 0x21, " in TEST() 33 "value_written: 0xAD, value_read: 0x00"); in TEST() 39 "device: vdd1, register: 0x21, value_written: 0xAD, value_read: 0x00", in TEST() 48 "device: vdd1, register: 0x21, value_written: 0xAD, value_read: 0x00", in TEST() 58 "device: vdd1, register: 0x21, value_written: 0xAD, value_read: 0x00", in TEST() 62 "WriteVerificationError: device: vdd1, register: 0x21, " in TEST() 63 "value_written: 0xAD, value_read: 0x00"); in TEST()
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | ipmi-network-format.md | 13 Specify 'chassis bootdev', field 96, data1 0x00 0x08 0x61 0x80 16 (always 0x21 0x70 0x62 0x21) - 2 byte version value (always 0x00 0x01) - 1 byte 17 hardware address size (eg. 0x06 for MAC address) - 1 byte IP address size (eg. 18 0x04 for IPv4) - Hardware (MAC) address - 1 byte flags for 'ignore' and 19 'method', where method = 0 is DHCP and method = 1 is Static. And for static 24 Specify 'chassis bootdev', field 96, data1 0x00 0x08 0x61 0x80 26 Set a special cookie that Petitboot will recognise: 0x21 0x70 0x62 0x21 28 Specify the version (only 1 at the moment) 0x00 0x01 32 Infiniband/etc. 0x06 0x04 (6-byte MAC address, IPv4 IP address) 34 Set the hardware address of the interface you want to override, eg: 0xf4 0x52 [all …]
|
/openbmc/linux/drivers/soc/amlogic/ |
H A D | meson-gx-socinfo.c | 19 #define AO_SEC_SD_CFG8 0xe0 25 #define SOCINFO_MISC GENMASK(7, 0) 31 { "GXBB", 0x1f }, 32 { "GXTVBB", 0x20 }, 33 { "GXL", 0x21 }, 34 { "GXM", 0x22 }, 35 { "TXL", 0x23 }, 36 { "TXLX", 0x24 }, 37 { "AXG", 0x25 }, 38 { "GXLX", 0x26 }, [all …]
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | i8259.c | 17 static unsigned char cached_8259[2] = { 0xff, 0xff }; 18 #define cached_A1 (cached_8259[0]) 34 int lock = 0; in i8259_irq() 44 outb(0x0C, 0x20); /* prepare for poll */ in i8259_irq() 45 irq = inb(0x20) & 7; in i8259_irq() 51 outb(0x0C, 0xA0); /* prepare for poll */ in i8259_irq() 52 irq = (inb(0xA0) & 7) + 8; in i8259_irq() 65 outb(0x0B, 0x20); /* ISR register */ in i8259_irq() 66 if(~inb(0x20) & 0x80) in i8259_irq() 67 irq = 0; in i8259_irq() [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 202 "\x02\x21" /* prime1 - integer of 33 bytes */ 206 "\x02\x21" /* prime2 - integer of 33 bytes */ 213 "\x02\x21" /* exponent2 - integer of 33 bytes */ 214 "\x00\x8E\x3C\x05\x21\xFE\x15\xE0\xEA\x06\xA3\x6F\xF0\xF1\x0C\x99" 258 "\x2D\x5B\x25\x21\x76\x45\x9D\x1F\x39\x75\x41\xBA\x2A\x58\xFB\x65" 320 "\x93\x6C\xCC\x9D\xC1\xB2\xFB\xFD\xAE\x40\x31\xAC\x69\x52\x21\x92" 333 "\xD6\xBF\x7A\x0B\x64\x21\x6D\x88\x7E\x5B\x45\x12\x1E\x63\x8D\x49" 337 "\x77\xE7\x11\x21\xCD\x4A\xF8\xA4\x3F\x0F\xEF\x31\xE3\xF3\x55\xA0" [all …]
|
/openbmc/linux/sound/usb/ |
H A D | quirks.c | 42 for (quirk = quirk_comp->data; quirk->ifnum >= 0; ++quirk) { in create_composite_quirk() 50 if (err < 0) in create_composite_quirk() 54 for (quirk = quirk_comp->data; quirk->ifnum >= 0; ++quirk) { in create_composite_quirk() 62 if (err < 0) in create_composite_quirk() 67 return 0; in create_composite_quirk() 75 return 0; in ignore_interface_quirk() 84 return snd_usb_midi_v2_create(chip, intf, quirk, 0); in create_any_midi_quirk() 99 alts = &iface->altsetting[0]; in create_standard_audio_quirk() 102 if (err < 0) { in create_standard_audio_quirk() 108 usb_set_interface(chip->dev, altsd->bInterfaceNumber, 0); in create_standard_audio_quirk() [all …]
|
/openbmc/linux/drivers/parisc/ |
H A D | eisa.c | 45 #if 0 51 #define SNAKES_EEPROM_BASE_ADDR 0xF0810400 52 #define MIRAGE_EEPROM_BASE_ADDR 0xF00C0400 71 if (port & 0x300) { in eisa_permute() 72 return 0xfc000000 | ((port & 0xfc00) >> 6) in eisa_permute() 73 | ((port & 0x3f8) << 9) | (port & 7); in eisa_permute() 75 return 0xfc000000 | port; in eisa_permute() 83 return 0xff; in eisa_in8() 90 return 0xffff; in eisa_in16() 97 return 0xffffffff; in eisa_in32() [all …]
|
/openbmc/u-boot/board/freescale/common/ |
H A D | pq-mds-pib.c | 26 val8 = 0; in pib_init() 29 i2c_write(0x23, 0x6, 1, &val8, 1); in pib_init() 30 i2c_write(0x23, 0x7, 1, &val8, 1); in pib_init() 31 val8 = 0xff; in pib_init() 32 i2c_write(0x23, 0x2, 1, &val8, 1); in pib_init() 33 i2c_write(0x23, 0x3, 1, &val8, 1); in pib_init() 35 val8 = 0; in pib_init() 36 i2c_write(0x26, 0x6, 1, &val8, 1); in pib_init() 37 val8 = 0x34; in pib_init() 38 i2c_write(0x26, 0x7, 1, &val8, 1); in pib_init() [all …]
|
/openbmc/linux/drivers/net/wan/ |
H A D | farsync.h | 3 * FarSync X21 driver for Linux 104 unsigned char internalClock; /* 1 => internal clock, 0 => external */ 108 unsigned short clockStatus; /* lsb: 0=> present, 1=> absent */ 109 unsigned short cableStatus; /* lsb: 0=> present, 1=> absent */ 112 unsigned char transparentMode; /* Not used always 0 */ 121 unsigned char lineBuildOut; /* 0, -7.5, -15, -22 */ 140 #define FSTVAL_NONE 0x00000000 /* Nothing valid (firmware not running). 145 #define FSTVAL_OMODEM 0x0000001F /* First 5 bits correspond to the 149 #define FSTVAL_SPEED 0x00000020 /* internalClock, lineSpeed, clockStatus 151 #define FSTVAL_CABLE 0x00000040 /* lineInterface, cableStatus */ [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | radio_2057.c | 17 { 0x0E, 0x20 }, { 0x31, 0x00 }, { 0x32, 0x00 }, { 0x33, 0x00 }, 18 { 0x35, 0x26 }, { 0x3C, 0xff }, { 0x3D, 0xff }, { 0x3E, 0xff }, 19 { 0x3F, 0xff }, { 0x62, 0x33 }, { 0x8A, 0xf0 }, { 0x8B, 0x10 }, 20 { 0x8C, 0xf0 }, { 0x91, 0x3f }, { 0x92, 0x36 }, { 0xA4, 0x8c }, 21 { 0xA8, 0x55 }, { 0xAF, 0x01 }, { 0x10F, 0xf0 }, { 0x110, 0x10 }, 22 { 0x111, 0xf0 }, { 0x116, 0x3f }, { 0x117, 0x36 }, { 0x129, 0x8c }, 23 { 0x12D, 0x55 }, { 0x134, 0x01 }, { 0x15E, 0x00 }, { 0x15F, 0x00 }, 24 { 0x160, 0x00 }, { 0x161, 0x00 }, { 0x162, 0x00 }, { 0x163, 0x00 }, 25 { 0x169, 0x02 }, { 0x16A, 0x00 }, { 0x16B, 0x00 }, { 0x16C, 0x00 }, 26 { 0x1A4, 0x00 }, { 0x1A5, 0x00 }, { 0x1A6, 0x00 }, { 0x1AA, 0x00 }, [all …]
|
/openbmc/linux/tools/testing/selftests/arm64/signal/ |
H A D | signals.S | 20 mov x21, x1 24 add x0, x21, x22 31 mov x1, x21 38 mov x2, x21 57 svc #0
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-der.c | 27 "\x30\x82\x01\x39" /* SEQUENCE, offset: 0, length: 313 */ 41 "\x02\x21" /* INTEGER, offset: 145, length: 33 */ 45 "\x02\x21" /* INTEGER, offset: 180, length: 33 */ 47 "\x21\xcb\x04\xda\xfb\x1e\x35\x92\xcd\x69\xc0\x83\x06\x83\x8e\x39" 50 "\x68\x8d\x2a\xf7\xcb\xcc\x09\x21\x86\xcc\x98\x21\xc4\x7c\xa4\x09" 60 "\x30\x82\x04\xa6" /* SEQUENCE, offset: 0, length 1190 */ 82 "\x00\x8d\x21\x97\x0c\x29\x9a\xf8\x23\xf4\x76\x3b\xc1\x9b\x3e\xa8" 87 "\x89\x72\x52\x9f\xd5\x54\xe1\x64\x52\x16\xc5\x43\x21\x56\x16\xc2" 88 "\x29\x97\x58\x00\x8d\x2f\xc5\x64\x8d\x42\x0d\x27\x21\xc6\xd1\x31" 135 "\x77\x85\x33\x92\x9a\xff\x95\xba\x8c\xcd\xa7\x89\xc2\x46\x00\x21" [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | abituguru-datasheet.rst | 34 0xE0 and 0xE4, so we don't have to scan any port-range, just check what the two 35 ports are holding for detection. We will refer to 0xE0 as CMD (command-port) 36 and 0xE4 as DATA because Abit refers to them with these names. 38 If DATA holds 0x00 or 0x08 and CMD holds 0x00 or 0xAC an uGuru could be 40 after a reboot uGuru will hold 0x00 here, but if the driver is removed and 41 later on attached again data-port will hold 0x08, more about this later. 44 turned up which will hold 0x00 instead of 0xAC at the CMD port, thus we also 46 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read 72 bank 0x24 for example the addressing within the bank selects a PWM output not 87 To put the uGuru in ready mode first write 0x00 to DATA and then wait for DATA [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | curve25519-fiat32.c | 18 * entries t[0]...t[9], represents the integer t[0]+2^26 t[1]+2^51 t[2]+2^77 41 h[0] = a0&((1<<26)-1); /* 26 used, 32-26 left. 26 */ in fe_frombytes_impl() 104 t = -!!t; /* all set if nonzero, 0 if 0 */ in cmovznz32() 119 { const u32 x2 = in1[0]; in fe_freeze() 120 { u32 x20; u8/*bool*/ x21 = subborrow_u26(0x0, x2, 0x3ffffed, &x20); in fe_freeze() local 121 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze() 122 { u32 x26; u8/*bool*/ x27 = subborrow_u26(x24, x6, 0x3ffffff, &x26); in fe_freeze() 123 { u32 x29; u8/*bool*/ x30 = subborrow_u25(x27, x8, 0x1ffffff, &x29); in fe_freeze() 124 { u32 x32; u8/*bool*/ x33 = subborrow_u26(x30, x10, 0x3ffffff, &x32); in fe_freeze() 125 { u32 x35; u8/*bool*/ x36 = subborrow_u25(x33, x12, 0x1ffffff, &x35); in fe_freeze() [all …]
|
/openbmc/u-boot/include/ |
H A D | mipi_display.h | 18 MIPI_DSI_V_SYNC_START = 0x01, 19 MIPI_DSI_V_SYNC_END = 0x11, 20 MIPI_DSI_H_SYNC_START = 0x21, 21 MIPI_DSI_H_SYNC_END = 0x31, 23 MIPI_DSI_COLOR_MODE_OFF = 0x02, 24 MIPI_DSI_COLOR_MODE_ON = 0x12, 25 MIPI_DSI_SHUTDOWN_PERIPHERAL = 0x22, 26 MIPI_DSI_TURN_ON_PERIPHERAL = 0x32, 28 MIPI_DSI_GENERIC_SHORT_WRITE_0_PARAM = 0x03, 29 MIPI_DSI_GENERIC_SHORT_WRITE_1_PARAM = 0x13, [all …]
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_7322_regs.h | 35 #define QIB_7322_Revision_OFFS 0x0 36 #define QIB_7322_Revision_DEF 0x0000000002010601 37 #define QIB_7322_Revision_R_Simulator_LSB 0x3F 38 #define QIB_7322_Revision_R_Simulator_MSB 0x3F 39 #define QIB_7322_Revision_R_Simulator_RMASK 0x1 40 #define QIB_7322_Revision_R_Emulation_LSB 0x3E 41 #define QIB_7322_Revision_R_Emulation_MSB 0x3E 42 #define QIB_7322_Revision_R_Emulation_RMASK 0x1 43 #define QIB_7322_Revision_R_Emulation_Revcode_LSB 0x28 44 #define QIB_7322_Revision_R_Emulation_Revcode_MSB 0x3D [all …]
|