Home
last modified time | relevance | path

Searched +full:0 +full:x22 (Results 1 – 25 of 1042) sorted by relevance

12345678910>>...42

/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dr600_dpm.h27 #define R600_BSP_DFLT 0x41EB
28 #define R600_BSU_DFLT 0x2
34 #define R600_TD_DFLT 0
35 #define R600_UTC_DFLT_00 0x24
36 #define R600_UTC_DFLT_01 0x22
37 #define R600_UTC_DFLT_02 0x22
38 #define R600_UTC_DFLT_03 0x22
39 #define R600_UTC_DFLT_04 0x22
40 #define R600_UTC_DFLT_05 0x22
41 #define R600_UTC_DFLT_06 0x22
[all …]
H A Dsi_dpm.h29 #define MC_CG_CONFIG 0x96f
30 #define MC_ARB_CG 0x9fa
31 #define CG_ARB_REQ(x) ((x) << 0)
32 #define CG_ARB_REQ_MASK (0xff << 0)
34 #define MC_ARB_DRAM_TIMING_1 0x9fc
35 #define MC_ARB_DRAM_TIMING_2 0x9fd
36 #define MC_ARB_DRAM_TIMING_3 0x9fe
37 #define MC_ARB_DRAM_TIMING2_1 0x9ff
38 #define MC_ARB_DRAM_TIMING2_2 0xa00
39 #define MC_ARB_DRAM_TIMING2_3 0xa01
[all …]
/openbmc/linux/sound/pci/hda/
H A Dpatch_sigmatel.c220 #define AC_VERB_IDT_SET_POWER_MAP 0x7ec
221 #define AC_VERB_IDT_GET_POWER_MAP 0xfec
224 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
225 0x0f, 0x10, 0x11
229 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
230 0x0f, 0x10
234 0x0a, 0x0d, 0x0f
257 int i, idx = 0; in stac_capture_pcm_hook()
262 for (i = 0; i < spec->gen.num_all_adcs; i++) { in stac_capture_pcm_hook()
272 snd_hda_codec_write(codec, hinfo->nid, 0, in stac_capture_pcm_hook()
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_dpm.h29 #define R600_BSP_DFLT 0x41EB
30 #define R600_BSU_DFLT 0x2
36 #define R600_TD_DFLT 0
37 #define R600_UTC_DFLT_00 0x24
38 #define R600_UTC_DFLT_01 0x22
39 #define R600_UTC_DFLT_02 0x22
40 #define R600_UTC_DFLT_03 0x22
41 #define R600_UTC_DFLT_04 0x22
42 #define R600_UTC_DFLT_05 0x22
43 #define R600_UTC_DFLT_06 0x22
[all …]
/openbmc/u-boot/include/
H A Dlinux_logo.h11 * values have to start from 0x20
12 * (i.e. RGB(linux_logo_red[0],
13 * linux_logo_green[0],
14 * linux_logo_blue[0]) is color 0x20)
24 0x02, 0x9E, 0xE9, 0xC4, 0x50, 0xC9, 0xC4, 0xE9,
25 0x65, 0xE3, 0xC2, 0x25, 0xA4, 0xEC, 0x90, 0xA6,
26 0xC4, 0x6A, 0xD1, 0xF3, 0x12, 0xED, 0xA0, 0xC2,
27 0xB8, 0xD5, 0xDB, 0xD2, 0x3E, 0x16, 0xEB, 0x54,
28 0xA9, 0xCD, 0xF5, 0x0A, 0xBA, 0xB3, 0xDC, 0x74,
29 0xCE, 0xF6, 0xD3, 0xC5, 0xEA, 0xB8, 0xED, 0x5E,
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/
H A Duncore-cache.json4 "EventCode": "0x34",
7 "UMask": "0x86",
12 "EventCode": "0x34",
15 "UMask": "0x88",
20 "EventCode": "0x34",
23 "UMask": "0x81",
28 "EventCode": "0x34",
31 "UMask": "0x8f",
36 "EventCode": "0x34",
39 "UMask": "0x46",
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/
H A Duncore-cache.json4 "EventCode": "0x34",
7 "UMask": "0x86",
12 "EventCode": "0x34",
15 "UMask": "0x88",
20 "EventCode": "0x34",
23 "UMask": "0x81",
28 "EventCode": "0x34",
31 "UMask": "0x8f",
36 "EventCode": "0x34",
39 "UMask": "0x46",
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/
H A Duncore-cache.json4 "EventCode": "0x34",
7 "UMask": "0x86",
12 "EventCode": "0x34",
15 "UMask": "0x88",
20 "EventCode": "0x34",
23 "UMask": "0x81",
28 "EventCode": "0x34",
31 "UMask": "0x8f",
36 "EventCode": "0x34",
39 "UMask": "0x46",
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D12225 seq="$(basename $0)"
37 trap "_cleanup; exit \$status" 0 1 2 3 15
49 $QEMU_IO -c "write -P 0x11 0 64M" "$TEST_IMG".base 2>&1 | _filter_qemu_io | _filter_testdir
57 $QEMU_IO -c "write -P 0x22 0 3M" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
69 $QEMU_IO -c "write -P 0 0 3M" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
72 $QEMU_IO -c "read -P 0 0 3M" "$TEST_IMG".orig 2>&1 | _filter_qemu_io | _filter_testdir
75 $QEMU_IO -c "read -P 0 0 3M" "$TEST_IMG".orig 2>&1 | _filter_qemu_io | _filter_testdir
77 $QEMU_IO -c "write -z 0 3M" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
80 $QEMU_IO -c "read -P 0 0 3M" "$TEST_IMG".orig 2>&1 | _filter_qemu_io | _filter_testdir
83 $QEMU_IO -c "read -P 0 0 3M" "$TEST_IMG".orig 2>&1 | _filter_qemu_io | _filter_testdir
[all …]
/openbmc/linux/crypto/
H A Dtestmgr.h33 * @ksize: Length of @key in bytes (0 if no key)
103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
223 "\x7d\x24\xec\x83\xc3\x15\xe4\x7f\x73\x05\x34\xd1\xec\x22\xbb\x8a"
274 "\xF9\x80\x3F\x8F\x6F\x8A\xE3\x42\xE9\x31\xFD\x8A\xE4\x7A\x22\x0D"
312 "\x61\xC3\x89\x55\xF0\xAE\x1A\x9C\x22\xEE\x19\x05\x8D\x32\xFE\xEC"
353 "\x73\x87\x95\x05\x07\xBE\x45\x07\x17\x7E\x4A\x69\x22\xF3\xDB\x05"
392 "\x70\xc5\x47\x03\x8a\xf8\xff\x6f\x3f\xd2\x6f\x09\xb4\x22\xf3\x30"
401 "\x5d\x59\xc3\x62\xd5\xa6\xda\x38\x26\x22\x5e\x34\x1c\x94\xaf\x98",
419 "\x61\xC3\x89\x55\xF0\xAE\x1A\x9C\x22\xEE\x19\x05\x8D\x32\xFE\xEC"
434 "\x70\xc5\x47\x03\x8a\xf8\xff\x6f\x3f\xd2\x6f\x09\xb4\x22\xf3\x30"
[all …]
/openbmc/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 …]
/openbmc/linux/drivers/media/usb/gspca/
H A Dconex.c53 .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/qemu/tests/unit/
H A Dtest-replication.c44 #define NOT_DONE 0x7fffffff
70 memset(pattern_buf, 0x00, count); in test_blk_read()
76 blk_aio_preadv(blk, offset, &qiov, 0, blk_rw_done, &async_ret); in test_blk_read()
82 g_assert(async_ret != 0); in test_blk_read()
84 g_assert(async_ret == 0); in test_blk_read()
87 cmp_buf, pattern_count) <= 0); in test_blk_read()
107 memset(pattern_buf, 0x00, count); in test_blk_write()
113 blk_aio_pwritev(blk, offset, &qiov, 0, blk_rw_done, &async_ret); in test_blk_write()
119 g_assert(async_ret != 0); in test_blk_write()
121 g_assert(async_ret == 0); in test_blk_write()
[all …]
H A Dtest-crypto-xts.c46 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
47 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
48 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
49 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
50 0,
52 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
53 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
54 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
55 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
56 { 0x91, 0x7c, 0xf6, 0x9e, 0xbd, 0x68, 0xb2, 0xec,
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dfan-board-efuse-fault15 # if $1 == 0, fan board 0 IOE is at i2c-30 0x22.
16 # if $1 == 1, fan board 1 IOE is at i2c-31 0x22.
18 if [ "$1" -eq 0 ]; then
20 ioe_addr=0x22
21 fan_board=0
24 ioe_addr=0x22
27 echo "Invalid input. Please provide 0 or 1."
33 read -r INT_BYTE <<< "$(i2ctransfer -f -y $i2c_bus w1@$ioe_addr 0 r1)"
37 count=0
42 # if fault[i] == 0, means efuse_x got fault
[all …]
/openbmc/linux/drivers/media/tuners/
H A Dmt2266.c17 #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 = &reg, .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/entity-manager/configurations/
H A Dfp5280g3_fanboard.json4 "AllowedFailures": 0,
9 "Address": "0x22",
16 0 number
32 "Value": 0
38 "Address": "0x22",
45 0 number
61 "Value": 0
67 "Address": "0x22",
74 0 number
90 "Value": 0
[all …]
/openbmc/u-boot/drivers/net/phy/
H A Dmscc.c18 #define PHY_ID_VSC8530 0x00070560
19 #define PHY_ID_VSC8531 0x00070570
20 #define PHY_ID_VSC8540 0x00070760
21 #define PHY_ID_VSC8541 0x00070770
22 #define PHY_ID_VSC8574 0x000704a0
23 #define PHY_ID_VSC8584 0x000707c0
27 #define MSCC_PHY_PAGE_STD 0x0000 /* Standard registers */
28 #define MSCC_PHY_PAGE_EXT1 0x0001 /* Extended registers - page 1 */
29 #define MSCC_PHY_PAGE_EXT2 0x0002 /* Extended registers - page 2 */
30 #define MSCC_PHY_PAGE_EXT3 0x0003 /* Extended registers - page 3 */
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/configuration/entity-manager/
H A Dblacklist.json3 0, number
13 "addresses": [ "0x51", "0x54", "0x70" ] string
17 "addresses": [ "0x51", "0x54", "0x71" ] string
22 …"addresses": [ "0x10", "0x12", "0x20", "0x21", "0x22", "0x23", "0x40", "0x41", "0x48", "0x49", "0x… string
26 "addresses": [ "0x48", "0x50", "0x54", "0x6F", "0x70" ] string
31 …resses": [ "0x1D","0x1F", "0x20", "0x22" ,"0x2F", "0x36", "0x37", "0x40", "0x41", "0x42", "0x43", … string
35 "addresses": [ "0x10","0x1F", "0x3C", "0x50" ,"0x72" ] string
39 "addresses": [ "0x70" ] string
43 "addresses": [ "0x70" ] string
47 "addresses": [ "0x70" ] string
[all …]
/openbmc/linux/drivers/video/fbdev/sis/
H A Doem310.h55 0x00,0x00,0x00, /* 800x600 */
56 0x0b,0x0b,0x0b, /* 1024x768 */
57 0x08,0x08,0x08, /* 1280x1024 */
58 0x00,0x00,0x00, /* 640x480 (unknown) */
59 0x00,0x00,0x00, /* 1024x600 (unknown) */
60 0x00,0x00,0x00, /* 1152x864 (unknown) */
61 0x08,0x08,0x08, /* 1280x960 (guessed) */
62 0x00,0x00,0x00, /* 1152x768 (unknown) */
63 0x08,0x08,0x08, /* 1400x1050 */
64 0x08,0x08,0x08, /* 1280x768 (guessed) */
[all …]
/openbmc/linux/drivers/iio/accel/
H A Dst_accel_core.c26 #define ST_ACCEL_DEFAULT_OUT_X_L_ADDR 0x28
27 #define ST_ACCEL_DEFAULT_OUT_Y_L_ADDR 0x2a
28 #define ST_ACCEL_DEFAULT_OUT_Z_L_ADDR 0x2c
113 .wai = 0x33,
116 [0] = LIS3DH_ACCEL_DEV_NAME,
127 .addr = 0x20,
128 .mask = 0xf0,
130 { .hz = 1, .value = 0x01, },
131 { .hz = 10, .value = 0x02, },
132 { .hz = 25, .value = 0x03, },
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Dentry.S33 .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
41 .if \el == 0
65 tbnz x0, #THREAD_SHIFT, 0f
70 0:
126 nop // Patched to SMC/HVC #0
199 .if \el == 0
205 stp x0, x1, [sp, #16 * 0]
216 stp x22, x23, [sp, #16 * 11]
221 .if \el == 0
236 check_mte_async_tcf x22, x23, x0
[all …]
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_write_unittest.cpp18 uint32_t ofs = 0x54; in TEST()
19 std::vector<uint8_t> data = {0x11, 0x22}; in TEST()
35 uint32_t ofs = 0x54; in TEST()
36 std::vector<uint8_t> data = {0x11, 0x22}; in TEST()
58 uint32_t ofs = 0x54; in TEST()
59 std::vector<uint8_t> data = {0x11, 0x22}; in TEST()
79 uint32_t ofs = 0x54; in TEST()
80 std::vector<uint8_t> data = {0x11, 0x22}; in TEST()
/openbmc/linux/drivers/staging/fbtft/
H A Dfb_tinylcd.c24 write_reg(par, 0xB0, 0x80); in init_display()
25 write_reg(par, 0xC0, 0x0A, 0x0A); in init_display()
26 write_reg(par, 0xC1, 0x45, 0x07); in init_display()
27 write_reg(par, 0xC2, 0x33); in init_display()
28 write_reg(par, 0xC5, 0x00, 0x42, 0x80); in init_display()
29 write_reg(par, 0xB1, 0xD0, 0x11); in init_display()
30 write_reg(par, 0xB4, 0x02); in init_display()
31 write_reg(par, 0xB6, 0x00, 0x22, 0x3B); in init_display()
32 write_reg(par, 0xB7, 0x07); in init_display()
33 write_reg(par, MIPI_DCS_SET_ADDRESS_MODE, 0x58); in init_display()
[all …]
/openbmc/linux/sound/usb/6fire/
H A Dcontrol.c37 { 0x22, 0x00, 0x00 }, { 0x20, 0x00, 0x08 }, { 0x22, 0x01, 0x01 },
38 { 0x20, 0x01, 0x08 }, { 0x22, 0x02, 0x00 }, { 0x20, 0x02, 0x08 },
39 { 0x22, 0x03, 0x00 }, { 0x20, 0x03, 0x08 }, { 0x22, 0x04, 0x00 },
40 { 0x20, 0x04, 0x08 }, { 0x22, 0x05, 0x01 }, { 0x20, 0x05, 0x08 },
41 { 0x22, 0x04, 0x01 }, { 0x12, 0x04, 0x00 }, { 0x12, 0x05, 0x00 },
42 { 0x12, 0x0d, 0x38 }, { 0x12, 0x21, 0x82 }, { 0x12, 0x22, 0x80 },
43 { 0x12, 0x23, 0x00 }, { 0x12, 0x06, 0x02 }, { 0x12, 0x03, 0x00 },
44 { 0x12, 0x02, 0x00 }, { 0x22, 0x03, 0x01 },
45 { 0 } /* TERMINATING ENTRY */
50 static const u16 rates_6fire_vl[] = {0x00, 0x01, 0x00, 0x01, 0x00, 0x01};
[all …]

12345678910>>...42