/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8x-colibri.dtsi | 14 pinctrl-0 = <&pinctrl_gpiokeys>; 29 pinctrl-0 = <&pinctrl_usbc_det>; 67 pinctrl-0 = <&pinctrl_usbh1_reg>; 96 pinctrl-0 = <&pinctrl_adc0>; 103 pinctrl-0 = <&pinctrl_pwm_a>; 136 #size-cells = <0>; 139 pinctrl-0 = <&pinctrl_i2c0>, <&pinctrl_sgtl5000_usb_clk>; 145 reg = <0x8>; 152 pinctrl-0 = <&pinctrl_usb3503a>; 164 reg = <0xa>; [all …]
|
/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 …]
|
/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 175 mov x0, #0 177 svc #0 199 mov x2, #0 202 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 …]
|
/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 …]
|
/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 …]
|
/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 …]
|
/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 …]
|
/linux/crypto/ |
H A D | testmgr.h | 34 * @ksize: Length of @key in bytes (0 if no key) 101 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 209 "\x02\x21" /* prime1 - integer of 33 bytes */ 213 "\x02\x21" /* prime2 - integer of 33 bytes */ 220 "\x02\x21" /* exponent2 - integer of 33 bytes */ 221 "\x00\x8E\x3C\x05\x21\xFE\x15\xE0\xEA\x06\xA3\x6F\xF0\xF1\x0C\x99" 265 "\x2D\x5B\x25\x21\x76\x45\x9D\x1F\x39\x75\x41\xBA\x2A\x58\xFB\x65" 327 "\x93\x6C\xCC\x9D\xC1\xB2\xFB\xFD\xAE\x40\x31\xAC\x69\x52\x21\x92" 340 "\xD6\xBF\x7A\x0B\x64\x21\x6D\x88\x7E\x5B\x45\x12\x1E\x63\x8D\x49" 344 "\x77\xE7\x11\x21\xCD\x4A\xF8\xA4\x3F\x0F\xEF\x31\xE3\xF3\x55\xA0" [all …]
|
/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 …]
|
/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 …]
|
/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
|
/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 …]
|
H A D | wanxlfw.inc_shipped | 2 0x60,0x00,0x00,0x16,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 3 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0xB9,0x40,0x00,0x00,0x00,0x00,0x00, 4 0x10,0x14,0x42,0x80,0x4A,0xB0,0x09,0xB0,0x00,0x00,0x10,0x04,0x67,0x00,0x00,0x0E, 5 0x06,0xB0,0x40,0x00,0x00,0x00,0x09,0xB0,0x00,0x00,0x10,0x04,0x58,0x80,0x0C,0x80, 6 0x00,0x00,0x00,0x10,0x66,0x00,0xFF,0xDE,0x21,0xFC,0x00,0x00,0x16,0xBC,0x00,0x6C, 7 0x21,0xFC,0x00,0x00,0x17,0x5E,0x01,0x00,0x21,0xFC,0x00,0x00,0x16,0xDE,0x01,0x78, 8 0x21,0xFC,0x00,0x00,0x16,0xFE,0x01,0x74,0x21,0xFC,0x00,0x00,0x17,0x1E,0x01,0x70, 9 0x21,0xFC,0x00,0x00,0x17,0x3E,0x01,0x6C,0x21,0xFC,0x00,0x00,0x18,0x4C,0x02,0x00, 10 0x23,0xFC,0x78,0x00,0x00,0x00,0xFF,0xFC,0x15,0x48,0x33,0xFC,0x04,0x80,0xFF,0xFC, 11 0x10,0x26,0x33,0xFC,0x01,0x10,0xFF,0xFC,0x10,0x2A,0x23,0xFC,0x00,0xD4,0x9F,0x40, [all …]
|
/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 …]
|
/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 …]
|
H A D | aesgcm.c | 42 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values 59 return 0; in aesgcm_expandkey() 66 while (len > 0) { in aesgcm_ghash() 113 while (len > 0) { in aesgcm_crypt() 230 "\x42\x83\x1e\xc2\x21\x77\x74\x24" 231 "\x4b\x72\x21\xb7\x84\xd0\xd4\x9c" 232 "\xe3\xaa\x21\x2f\x2c\x02\xa4\xe0" 234 "\x21\xd5\x14\xb2\x54\x66\x93\x1c" 252 "\x42\x83\x1e\xc2\x21\x77\x74\x24" 253 "\x4b\x72\x21\xb7\x84\xd0\xd4\x9c" [all …]
|
/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 a 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 …]
|
/linux/lib/crypto/tests/ |
H A D | sha384-testvecs.h | 9 .data_len = 0, 11 0x38, 0xb0, 0x60, 0xa7, 0x51, 0xac, 0x96, 0x38, 12 0x4c, 0xd9, 0x32, 0x7e, 0xb1, 0xb1, 0xe3, 0x6a, 13 0x21, 0xfd, 0xb7, 0x11, 0x14, 0xbe, 0x07, 0x43, 14 0x4c, 0x0c, 0xc7, 0xbf, 0x63, 0xf6, 0xe1, 0xda, 15 0x27, 0x4e, 0xde, 0xbf, 0xe7, 0x6f, 0x65, 0xfb, 16 0xd5, 0x1a, 0xd2, 0xf1, 0x48, 0x98, 0xb9, 0x5b, 22 0x07, 0x34, 0x9d, 0x74, 0x48, 0x76, 0xa5, 0x72, 23 0x78, 0x02, 0xb8, 0x6e, 0x21, 0x59, 0xb0, 0x75, 24 0x09, 0x68, 0x11, 0x39, 0x53, 0x61, 0xee, 0x8d, [all …]
|
/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 …]
|
/linux/sound/hda/codecs/realtek/ |
H A D | alc269.c | 52 static const hda_nid_t alc269_ignore[] = { 0x1d, 0 }; in alc269_parse_auto_config() 53 static const hda_nid_t alc269_ssids[] = { 0, 0x1b, 0x14, 0x21 }; in alc269_parse_auto_config() 54 static const hda_nid_t alc269va_ssids[] = { 0x15, 0x1b, 0x14, 0 }; in alc269_parse_auto_config() 104 int report = 0; in alc_headset_btn_callback() 131 case 0x10ec0215: in alc_disable_headset_jack_key() 132 case 0x10ec0225: in alc_disable_headset_jack_key() 133 case 0x10ec0285: in alc_disable_headset_jack_key() 134 case 0x10ec0287: in alc_disable_headset_jack_key() 135 case 0x10ec0295: in alc_disable_headset_jack_key() 136 case 0x10ec0289: in alc_disable_headset_jack_key() [all …]
|
/linux/arch/arm64/kernel/ |
H A D | entry.S | 34 .irp n,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29 42 .if \el == 0 65 tbnz x0, #THREAD_SHIFT, 0f 70 0: 125 nop // Patched to SMC/HVC #0 198 .if \el == 0 204 stp x0, x1, [sp, #16 * 0] 214 stp x20, x21, [sp, #16 * 10] 220 .if \el == 0 222 mrs x21, sp_el0 [all …]
|
/linux/include/video/ |
H A D | mipi_display.h | 15 MIPI_DSI_V_SYNC_START = 0x01, 16 MIPI_DSI_V_SYNC_END = 0x11, 17 MIPI_DSI_H_SYNC_START = 0x21, 18 MIPI_DSI_H_SYNC_END = 0x31, 20 MIPI_DSI_COMPRESSION_MODE = 0x07, 21 MIPI_DSI_END_OF_TRANSMISSION = 0x08, 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, [all …]
|
/linux/drivers/leds/ |
H A D | leds-mlxcpld.c | 46 #define MLXPLAT_CPLD_LPC_REG_BASE_ADRR 0x2500 /* LPC bus access */ 49 #define MLXCPLD_LED_OFFSET_HALF 0x01 /* Offset from solid: 3Hz blink */ 50 #define MLXCPLD_LED_OFFSET_FULL 0x02 /* Offset from solid: 6Hz blink */ 51 #define MLXCPLD_LED_IS_OFF 0x00 /* Off */ 52 #define MLXCPLD_LED_RED_STATIC_ON 0x05 /* Solid red */ 57 #define MLXCPLD_LED_GREEN_STATIC_ON 0x0D /* Solid green */ 129 0x21, 0xf0, MLXCPLD_LED_GREEN_STATIC_ON, 1, 133 0x21, 0xf0, MLXCPLD_LED_RED_STATIC_ON, LED_OFF, 137 0x21, 0x0f, MLXCPLD_LED_GREEN_STATIC_ON, 1, 141 0x21, 0x0f, MLXCPLD_LED_RED_STATIC_ON, LED_OFF, [all …]
|