Home
last modified time | relevance | path

Searched +full:0 +full:x90 (Results 1 – 25 of 1048) sorted by relevance

12345678910>>...42

/linux/drivers/media/usb/gspca/gl860/
H A Dgl860-mi2020.c12 static u8 dat_wbal1[] = {0x8c, 0xa2, 0x0c};
14 static u8 dat_bright1[] = {0x8c, 0xa2, 0x06};
15 static u8 dat_bright3[] = {0x8c, 0xa1, 0x02};
16 static u8 dat_bright4[] = {0x90, 0x00, 0x0f};
17 static u8 dat_bright5[] = {0x8c, 0xa1, 0x03};
18 static u8 dat_bright6[] = {0x90, 0x00, 0x05};
20 static u8 dat_hvflip1[] = {0x8c, 0x27, 0x19};
21 static u8 dat_hvflip3[] = {0x8c, 0x27, 0x3b};
22 static u8 dat_hvflip5[] = {0x8c, 0xa1, 0x03};
23 static u8 dat_hvflip6[] = {0x90, 0x00, 0x06};
[all …]
/linux/drivers/gpu/host1x/
H A Ddev.c99 .sync_offset = 0x3000,
103 .num_sid_entries = 0,
114 .sync_offset = 0x3000,
118 .num_sid_entries = 0,
129 .sync_offset = 0x2100,
133 .num_sid_entries = 0,
144 .sync_offset = 0x2100,
148 .num_sid_entries = 0,
154 { /* SE1 */ .base = 0x1ac8, .offset = 0x90, .limit = 0x90 },
155 { /* SE2 */ .base = 0x1ad0, .offset = 0x90, .limit = 0x90 },
[all …]
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-icore-mx8mp-edimm2.2.dts28 pinctrl-0 = <&pinctrl_reg_usb1>;
39 pinctrl-0 = <&pinctrl_reg_usdhc2_vmmc>;
49 pinctrl-0 = <&pinctrl_eqos>;
57 #size-cells = <0>;
61 micrel,led-mode = <0>;
70 pinctrl-0 = <&pinctrl_uart2>;
105 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
113 MX8MP_IOMUXC_ENET_MDC__ENET_QOS_MDC 0x2
114 MX8MP_IOMUXC_ENET_MDIO__ENET_QOS_MDIO 0x2
115 MX8MP_IOMUXC_ENET_RD0__ENET_QOS_RGMII_RD0 0x90
[all …]
H A Dimx8mp-phycore-fpsc.dtsi20 reg = <0x0 0x40000000 0x0 0x80000000>;
26 pinctrl-0 = <&pinctrl_reg_usdhc2_vmmc>;
61 pinctrl-0 = <&pinctrl_ecspi1>;
66 pinctrl-0 = <&pinctrl_ecspi2>;
71 pinctrl-0 = <&pinctrl_ecspi3>;
77 pinctrl-0 = <&pinctrl_eqos>;
84 pinctrl-0 = <&pinctrl_fec>;
91 #size-cells = <0>;
93 ethphy0: ethernet-phy@0 {
95 reg = <0>;
[all …]
H A Dimx8mp-venice-gw74xx.dts38 reg = <0x0 0x40000000 0 0x80000000>;
43 pinctrl-0 = <&pinctrl_usbcon1>;
59 key-0 {
69 interrupts = <0>;
104 pinctrl-0 = <&pinctrl_gpio_leds>;
106 led-0 {
124 #clock-cells = <0>;
131 pinctrl-0 = <&pinctrl_pps>;
137 pinctrl-0 = <&pinctrl_reg_usb2>;
149 pinctrl-0 = <&pinctrl_reg_can1>;
[all …]
H A Dimx8mp-venice-gw702x.dtsi20 reg = <0x0 0x40000000 0 0x80000000>;
36 interrupts = <0>;
87 pinctrl-0 = <&pinctrl_eqos>;
95 #size-cells = <0>;
97 ethphy0: ethernet-phy@0 {
99 pinctrl-0 = <&pinctrl_ethphy0>;
101 reg = <0x0>;
112 #size-cells = <0>;
135 pinctrl-0 = <&pinctrl_i2c1>;
143 reg = <0x20>;
[all …]
H A Dimx8mp-beacon-som.dtsi14 reg = <0x0 0x40000000 0 0xc0000000>,
15 <0x1 0x00000000 0 0xc0000000>;
21 pinctrl-0 = <&pinctrl_reg_wl_bt>;
49 pinctrl-0 = <&pinctrl_eqos>;
60 #size-cells = <0>;
77 snps,priority = <0x1>;
78 snps,map-to-dma-channel = <0>;
83 snps,priority = <0x2>;
89 snps,priority = <0x4>;
95 snps,priority = <0x8>;
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_multi.c16 /* Set IP_TOS to the expected value (0x80). */ in run_getsockopt_test()
18 buf = 0x80; in run_getsockopt_test()
20 if (err < 0) { in run_getsockopt_test()
25 buf = 0x00; in run_getsockopt_test()
33 if (buf != 0x80) { in run_getsockopt_test()
34 log_err("Unexpected getsockopt 0x%x != 0x80 without BPF", buf); in run_getsockopt_test()
40 * - kernel: -> 0x80 in run_getsockopt_test()
41 * - child: 0x80 -> 0x90 in run_getsockopt_test()
49 buf = 0x00; in run_getsockopt_test()
57 if (buf != 0x90) { in run_getsockopt_test()
[all …]
/linux/arch/x86/include/asm/
H A Dlinkage.h16 #define _THIS_IP_ ({ unsigned long __here; asm ("lea 0(%%rip), %0" : "=r" (__here)); __here; })
20 #define asmlinkage CPP_ASMLINKAGE __attribute__((regparm(0)))
23 #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT, 0x90;
27 #define FUNCTION_PADDING .skip CONFIG_FUNCTION_ALIGNMENT, 0x90;
75 * .skip FUNCTION_PADDING, 0x90
76 * .byte 0xb8
84 * .byte 0xb8
86 * .skip FUNCTION_PADDING, 0x90
94 #define CFI_POST_PADDING .skip CONFIG_FUNCTION_PADDING_BYTES, 0x90;
96 #define CFI_PRE_PADDING .skip CONFIG_FUNCTION_PADDING_BYTES, 0x90;
[all …]
/linux/tools/perf/arch/x86/tests/
H A Damd-ibs-period.c49 int ret = 0; in dummy_workload_1()
52 0xb8, 0x01, 0x00, 0x00, 0x00, /* mov 1,%eax */ in dummy_workload_1()
53 0xc3, /* ret */ in dummy_workload_1()
54 0xcc, /* int 3 */ in dummy_workload_1()
58 0xb8, 0x02, 0x00, 0x00, 0x00, /* mov 2,%eax */ in dummy_workload_1()
59 0xc3, /* ret */ in dummy_workload_1()
60 0xcc, /* int 3 */ in dummy_workload_1()
105 char taskset[] = "taskset -c 0 "; in dummy_workload_2()
110 strbuf_init(&sb, 0); in dummy_workload_2()
129 return 0; in sched_affine()
[all …]
/linux/sound/soc/codecs/
H A Des8389.c53 if ((reg <= 0xff))
59 static const DECLARE_TLV_DB_SCALE(dac_vol_tlv, -9550, 50, 0); in es8389_dmic_set()
60 static const DECLARE_TLV_DB_SCALE(adc_vol_tlv, -9550, 50, 0); in es8389_dmic_set()
61 static const DECLARE_TLV_DB_SCALE(pga_vol_tlv, 0, 300, 0); in es8389_dmic_set()
62 static const DECLARE_TLV_DB_SCALE(mix_vol_tlv, -9500, 100, 0); in es8389_dmic_set()
63 static const DECLARE_TLV_DB_SCALE(alc_target_tlv, -3200, 200, 0); in es8389_dmic_set()
64 static const DECLARE_TLV_DB_SCALE(alc_max_level, -3200, 200, 0); in es8389_dmic_set()
76 val = ucontrol->value.integer.value[0]; in es8389_dmic_set()
81 regmap_update_bits_check(es8389->regmap, ES8389_DMIC_EN, 0xC in es8389_dmic_set()
[all...]
/linux/crypto/
H A Dhkdf.c41 * Returns 0 on success with the pseudorandom key stored in @prk,
71 * Returns 0 on success with output keying material stored in @okm,
90 for (i = 0; i < okmlen; i += hashlen) { in hkdf_expand()
122 err = 0; in hkdf_expand()
163 "\x90\xb6\xc7\x3b\xb5\x0f\x9c\x31\x22\xec\x84\x4a\xd7\xc2\xb3\xe5",
165 .okm = "\x3c\xb2\x5f\x25\xfa\xac\xd5\x7a\x90\x43\x4f\x64\xd0\x36\x2f\x2a"
166 "\x2d\x2d\x0a\x90\xcf\x1a\x5a\x4c\x5d\xb0\x2d\x56\xec\xc4\xc5\xbf"
180 "\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f"
190 "\xef\x76\x00\x14\x90\x46\x71\x01\x4a\x19\x3f\x40\xc1\x5f\xc2\x44",
205 .salt_size = 0,
[all …]
/linux/fs/nls/
H A Dnls_cp936.c17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */
18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */
19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */
20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */
21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */
22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */
23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */
24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */
25 0x4E02,0x4E04,0x4E05,0x4E06,0x4E0F,0x4E12,0x4E17,0x4E1F,/* 0x40-0x47 */
26 0x4E20,0x4E21,0x4E23,0x4E26,0x4E29,0x4E2E,0x4E2F,0x4E31,/* 0x48-0x4F */
[all …]
H A Dnls_cp932.c17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */
18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */
19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */
20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */
21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */
22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */
23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */
24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */
25 0x3000,0x3001,0x3002,0xFF0C,0xFF0E,0x30FB,0xFF1A,0xFF1B,/* 0x40-0x47 */
26 0xFF1F,0xFF01,0x309B,0x309C,0x00B4,0xFF40,0x00A8,0xFF3E,/* 0x48-0x4F */
[all …]
H A Dnls_iso8859-6.c17 /* 0x00*/
18 0x0000, 0x0001, 0x0002, 0x0003,
19 0x0004, 0x0005, 0x0006, 0x0007,
20 0x0008, 0x0009, 0x000a, 0x000b,
21 0x000c, 0x000d, 0x000e, 0x000f,
22 /* 0x10*/
23 0x0010, 0x0011, 0x0012, 0x0013,
24 0x0014, 0x0015, 0x0016, 0x0017,
25 0x0018, 0x0019, 0x001a, 0x001b,
26 0x001c, 0x001d, 0x001e, 0x001f,
[all …]
H A Dnls_iso8859-1.c17 /* 0x00*/
18 0x0000, 0x0001, 0x0002, 0x0003,
19 0x0004, 0x0005, 0x0006, 0x0007,
20 0x0008, 0x0009, 0x000a, 0x000b,
21 0x000c, 0x000d, 0x000e, 0x000f,
22 /* 0x10*/
23 0x0010, 0x0011, 0x0012, 0x0013,
24 0x0014, 0x0015, 0x0016, 0x0017,
25 0x0018, 0x0019, 0x001a, 0x001b,
26 0x001c, 0x001d, 0x001e, 0x001f,
[all …]
H A Dnls_iso8859-7.c17 /* 0x00*/
18 0x0000, 0x0001, 0x0002, 0x0003,
19 0x0004, 0x0005, 0x0006, 0x0007,
20 0x0008, 0x0009, 0x000a, 0x000b,
21 0x000c, 0x000d, 0x000e, 0x000f,
22 /* 0x10*/
23 0x0010, 0x0011, 0x0012, 0x0013,
24 0x0014, 0x0015, 0x0016, 0x0017,
25 0x0018, 0x0019, 0x001a, 0x001b,
26 0x001c, 0x001d, 0x001e, 0x001f,
[all …]
/linux/drivers/net/wan/
H A Dwanxlfw.inc_shipped2 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/ata/pata_parport/
H A Dfit3.c23 #define j44(a, b) (((a >> 3) & 0x0f) | ((b << 1) & 0xf0))
26 #define r7() (in_p(7) & 0xff)
29 * cont = 0 - access the IDE register file
38 case 0: in fit3_write_regr()
40 w2(0xc); w0(regr); w2(0x8); w2(0xc); in fit3_write_regr()
41 w0(val); w2(0xd); in fit3_write_regr()
42 w0(0); w2(0xc); in fit3_write_regr()
45 w2(0xc); w0(regr); w2(0x8); w2(0xc); in fit3_write_regr()
46 w4(val); w4(0); in fit3_write_regr()
47 w2(0xc); in fit3_write_regr()
[all …]
/linux/lib/crypto/tests/
H A Dsha3-testvecs.h11 .data_len = 0,
13 0xa7, 0xff, 0xc6, 0xf8, 0xbf, 0x1e, 0xd7, 0x66,
14 0x51, 0xc1, 0x47, 0x56, 0xa0, 0x61, 0xd6, 0x62,
15 0xf5, 0x80, 0xff, 0x4d, 0xe4, 0x3b, 0x49, 0xfa,
16 0x82, 0xd8, 0x0a, 0x4b, 0x80, 0xf8, 0x43, 0x4a,
22 0x11, 0x03, 0xe7, 0x84, 0x51, 0x50, 0x86, 0x35,
23 0x71, 0x8a, 0x70, 0xe3, 0xc4, 0x26, 0x7b, 0x21,
24 0x02, 0x13, 0xa0, 0x81, 0xe8, 0xe6, 0x14, 0x25,
25 0x07, 0x34, 0xe5, 0xc5, 0x40, 0x06, 0xf2, 0x8b,
31 0x2f, 0x6f, 0x6d, 0x47, 0x48, 0x52, 0x11, 0xb9,
[all …]
H A Dpoly1305-testvecs.h9 .data_len = 0,
11 0xe8, 0x2d, 0x67, 0x2c, 0x01, 0x48, 0xf9, 0xb7,
12 0x87, 0x85, 0x3f, 0xcf, 0x18, 0x66, 0x8c, 0xd3,
18 0xb8, 0xad, 0xca, 0x6b, 0x32, 0xba, 0x34, 0x42,
19 0x54, 0x10, 0x28, 0xf5, 0x0f, 0x7e, 0x8e, 0xe3,
25 0xb8, 0xf7, 0xf4, 0xc2, 0x85, 0x33, 0x80, 0x63,
26 0xd1, 0x45, 0xda, 0xf8, 0x7c, 0x79, 0x42, 0xd1,
32 0xf3, 0x73, 0x7b, 0x60, 0x24, 0xcc, 0x5d, 0x3e,
33 0xd1, 0x95, 0x86, 0xce, 0x89, 0x0a, 0x33, 0xba,
39 0x0a, 0x1a, 0x2d, 0x39, 0xea, 0x49, 0x8f, 0xb7,
[all …]
/linux/lib/crypto/
H A Dchacha20poly1305-selftest.c31 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74,
32 0x2d, 0x4
[all...]
/linux/drivers/video/fbdev/sis/
H A Dinit.h70 static const unsigned short ModeIndex_320x200[] = {0x59, 0x41, 0x00, 0x4f};
71 static const unsigned short ModeIndex_320x240[] = {0x50, 0x56, 0x00, 0x53};
72 static const unsigned short ModeIndex_320x240_FSTN[] = {0x5a, 0x5b, 0x00, 0x00}; /* FSTN */
73 static const unsigned short ModeIndex_400x300[] = {0x51, 0x57, 0x00, 0x54};
74 static const unsigned short ModeIndex_512x384[] = {0x52, 0x58, 0x00, 0x5c};
75 static const unsigned short ModeIndex_640x400[] = {0x2f, 0x5d, 0x00, 0x5e};
76 static const unsigned short ModeIndex_640x480[] = {0x2e, 0x44, 0x00, 0x62};
77 static const unsigned short ModeIndex_720x480[] = {0x31, 0x33, 0x00, 0x35};
78 static const unsigned short ModeIndex_720x576[] = {0x32, 0x34, 0x00, 0x36};
79 static const unsigned short ModeIndex_768x576[] = {0x5f, 0x60, 0x00, 0x61};
[all …]
/linux/drivers/gpio/
H A Dgpio-f7188x.c23 #define SIO_LDSEL 0x07 /* Logical device select */
24 #define SIO_DEVID 0x20 /* Device ID (2 bytes) */
26 #define SIO_UNLOCK_KEY 0x87 /* Key to enable Super-I/O */
27 #define SIO_LOCK_KEY 0xAA /* Key to disable Super-I/O */
32 #define SIO_FINTEK_DEVREV 0x22 /* Fintek Device revision */
33 #define SIO_FINTEK_MANID 0x23 /* Fintek ID (2 bytes) */
35 #define SIO_FINTEK_ID 0x1934 /* Manufacturer ID */
37 #define SIO_F71869_ID 0x0814 /* F71869 chipset ID */
38 #define SIO_F71869A_ID 0x1007 /* F71869A chipset ID */
39 #define SIO_F71882_ID 0x0541 /* F71882 chipset ID */
[all …]
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_rt_amp_coeff_tables.h15 0xb0, 0xc5, 0x00, /* address: 0xc5b0; data: 0x00 */
16 0xb1, 0xc5, 0x32,
17 0xb2, 0xc5, 0x44,
18 0xb3, 0xc5, 0x19,
19 0xc0, 0xc5, 0x04,
20 0xc1, 0xc5, 0x00,
21 0xc2, 0xc5, 0x00,
22 0xc3, 0xc5, 0x00,
23 0xd0, 0xc5, 0x02,
24 0xd1, 0xc5, 0x00,
[all …]

12345678910>>...42