/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | insn-x86-dat-32.c | 12 {{0x62, 0x81, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 14 {{0x62, 0x88, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 16 {{0x62, 0x90, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 18 {{0x62, 0x98, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 20 {{0x62, 0xa0, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 22 {{0x62, 0xa8, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 24 {{0x62, 0xb0, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 26 {{0x62, 0xb8, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 30 {{0x62, 0x05, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 34 {{0x62, 0x14, 0x05, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "", [all …]
|
H A D | insn-x86-dat-64.c | 12 {{0x48, 0x0f, 0x41, 0xd8, }, 4, 0, "", "", 14 {{0x48, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "", 16 {{0x66, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "", 18 {{0x48, 0x0f, 0x44, 0xd8, }, 4, 0, "", "", 20 {{0x48, 0x0f, 0x44, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "", 22 {{0x66, 0x0f, 0x44, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "", 24 {{0x0f, 0x90, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "", 26 {{0x0f, 0x91, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "", 28 {{0x0f, 0x92, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "", 30 {{0x0f, 0x92, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "", [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/power-workarounds/witherspoon/ |
H A D | power-workarounds.sh | 5 i2cset -y 4 0x70 0x00 0x01 b 6 i2cset -y 4 0x70 0x02 0x16 b #respond to ENABLE pin 7 i2cset -y 4 0x70 0x00 0x00 b 14 i2cset -y 4 0x12 0xFF 0x00 b # VDD/VCS 0 15 i2cset -y 4 0x12 0x2E 0x03 b # VDD/VCS 0 16 i2cset -y 4 0x13 0xFF 0x00 b # VDN 0 17 i2cset -y 4 0x13 0x2E 0x03 b # VDN 0 18 i2cset -y 5 0x12 0xFF 0x00 b # VDD/VCS 1 19 i2cset -y 5 0x12 0x2E 0x03 b # VDD/VCS 1 24 i2cset -y 4 0x71 0x00 0x01 [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | poly1305-armv8.pl | 47 my ($h0,$h1,$h2,$r0,$r1,$s1,$t0,$t1,$d0,$d1,$d2) = map("x$_",(4..14)); 85 and $s1,$s1,#-4 186 and $t0,$d2,#-4 // final reduction 242 tst $d2,#-4 // see if it's carried/borrowed 262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8)); 300 and $t0,$d2,#-4 // final reduction 311 .align 4 313 and x12,$h0,#0x03ffffff // base 2^64 -> base 2^26 327 str w13,[$ctx,#16*4] // s2 369 lsr $h1,x12,#12 [all …]
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi_phy.c | 14 #define VC4_HDMI_TX_PHY_RESET_CTL_PLLDIV_RESETB BIT(4) 20 #define VC4_HDMI_TX_PHY_POWERDOWN_CTL_RNDGEN_PWRDN BIT(4) 37 #define VC4_HDMI_TX_PHY_CTL_0_PREEMP_CK_MAINDRV_MASK VC4_MASK(4, 0) 46 #define VC4_HDMI_TX_PHY_CTL_1_RES_SEL_CK_MASK VC4_MASK(4, 0) 54 #define VC4_HDMI_TX_PHY_CTL_2_TERM_RES_SELDATA0_SHIFT 4 55 #define VC4_HDMI_TX_PHY_CTL_2_TERM_RES_SELDATA0_MASK VC4_MASK(7, 4) 101 #define VC4_HDMI_TX_PHY_CHANNEL_SWAP_TX1_OUT_SEL_MASK VC4_MASK(5, 4) 102 #define VC4_HDMI_TX_PHY_CHANNEL_SWAP_TX1_OUT_SEL_SHIFT 4 119 #define VC4_HDMI_RM_CONTROL_FREE_RUN BIT(4) 262 {{0x0, 0x0A}, 0x12, 0x0}, [all …]
|
/openbmc/linux/arch/arm/crypto/ |
H A D | chacha-scalar-core.S | 39 X12 .req r10 58 ldr \b, [\src, #\offset + 4] 67 str \b, [\dst, #\offset + 4] 106 // quarterrounds: (x0, x4, x8, x12) and (x1, x5, x9, x13) 107 _halfround X0, X4, X8_X10, X12, X1, X5, X9_X11, X13 121 // quarterrounds: (x0, x5, x10, x15) and (x1, x6, x11, x12) 122 _halfround X0, X5, X8_X10, X15, X1, X6, X9_X11, X12 144 // Registers contain x0-x9,x12-x15. 151 // Registers contain x0-x9,x12-x15. 152 // x4-x7 are rotated by 'brot'; x12-x15 are rotated by 'drot'. [all …]
|
H A D | chacha-neon-core.S | 97 vext.8 q1, q1, q1, #4 131 vext.8 q3, q3, q3, #4 203 .align 4 205 .Lrol8_table: .byte 3, 0, 1, 2, 7, 4, 5, 6 216 // r1: 4 data blocks output, o 217 // r2: 4 data blocks input, i 241 vadd.u32 q12, q12, q4 // x12 += counter values 0-3 259 // x0 += x4, x12 = rotl32(x12 ^ x0, 16) 278 // x8 += x12, x4 = rotl32(x4 ^ x8, 12) 303 // x0 += x4, x12 = rotl32(x12 ^ x0, 8) [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | mdio-mux-gpio.yaml | 38 An NXP sn74cbtlv3253 dual 1-of-4 switch controlled by a 39 pair of GPIO lines. Child busses 2 and 3 populated with 4 44 gpios = <&gpio1 3 0>, <&gpio1 4 0>; 58 <3 0x12 0 0x4105>, 67 <3 0x12 0 0x4105>, 76 <3 0x12 0 0x4105>, 81 ethernet-phy@4 { 82 reg = <4>; 85 <3 0x12 0 0x4105>, 101 <3 0x12 0 0x4105>, [all …]
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | rv770_smc.c | 202 0x0C, 0x14, 0x12, 0xAA, 221 0x0C, 0x14, 0x12, 0xAA, 240 0x0C, 0x14, 0x12, 0xAA, 247 0x12, 0x05, 0x12, 0x05, 248 0x12, 0x05, 0x12, 0x05, 249 0x12, 0x05, 0x12, 0x05, 250 0x12, 0x05, 0x12, 0x05, 251 0x12, 0x05, 0x12, 0x05, 252 0x12, 0x05, 0x12, 0x05, 253 0x12, 0x05, 0x12, 0x05, [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | cache.S | 26 lsl x12, x0, #1 27 msr csselr_el1, x12 /* select cache level */ 30 and x2, x6, #7 /* x2 <- log2(cache line size)-4 */ 31 add x2, x2, #4 /* x2 <- log2(cache line size) */ 37 /* x12 <- cache level << 1 */ 47 orr x9, x12, x7 /* map way and level to cisw value */ 86 lsl x12, x0, #1 87 add x12, x12, x0 /* x0 <- tripled cache level */ 88 lsr x12, x10, x12 89 and x12, x12, #7 /* x12 <- cache type */ [all …]
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | mscc.c | 31 #define MSCC_PHY_PAGE_EXT4 0x0004 /* Extended registers - page 4 */ 105 #define RGMII_RX_CLK_DELAY_POS (4) 117 #define RMII_CLK_OUT_ENABLE_POS (4) 131 #define DW8051_CLK_EN BIT(4) 163 #define PROC_CMD_FIBER_PORT(x) BIT(8 + (x) % 4) 171 #define PROC_CMD_FIBER_100BASE_FX BIT(4) 172 #define PROC_CMD_FIBER_1000BASE_X (0 << 4) 173 #define PROC_CMD_SGMII_MAC (BIT(5) | BIT(4)) 175 #define PROC_CMD_NO_MAC_CONF (0x00 << 4) 176 #define PROC_CMD_1588_DEFAULT_INIT BIT(4) [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
H A D | virtual-memory.json | 4 "EventCode": "0x12", 13 "EventCode": "0x12", 21 "EventCode": "0x12", 29 "EventCode": "0x12", 36 "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.", 37 "EventCode": "0x12", 39 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 44 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.", 45 "EventCode": "0x12", 47 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | initvals_phy.h | 19 RF_REG_PAIR(0, 4, 0x0a), 68 RF_REG_PAIR(4, 0, 0x01), 69 RF_REG_PAIR(4, 1, 0x00), 70 RF_REG_PAIR(4, 2, 0x00), 71 RF_REG_PAIR(4, 3, 0x00), 73 RF_REG_PAIR(4, 4, 0x00), 74 RF_REG_PAIR(4, 5, 0x08), 75 RF_REG_PAIR(4, 6, 0x00), 77 RF_REG_PAIR(4, 7, 0x5b), 78 RF_REG_PAIR(4, 8, 0x52), [all …]
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | fs.h | 47 #define SEEK_HOLE 4 /* seek to the next hole */ 148 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 149 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 150 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 151 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 152 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 153 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 154 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 155 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 156 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | fs.h | 47 #define SEEK_HOLE 4 /* seek to the next hole */ 148 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 149 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 150 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 151 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 152 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 153 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 154 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 155 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 156 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ [all …]
|
/openbmc/linux/drivers/memory/ |
H A D | mtk-smi.c | 45 #define SMI_LARB_THRT_RD_NU_LMT_MSK GENMASK(7, 4) 46 #define SMI_LARB_THRT_RD_NU_LMT (5 << 4) 64 * every port have 4 bit to control, bit[port + 3] control virtual or physical, 81 #define SMI_LARB_NONSEC_CON(id) (0x380 + ((id) * 4)) 288 [1] = {0x12, 0x02, 0x14, 0x14, 0x01, 0x18, 0x0a,}, 289 [2] = {0x12, 0x12, 0x12, 0x12, 0x0a,}, 290 [3] = {0x12, 0x12, 0x12, 0x12, 0x28, 0x28, 0x0a,}, 291 [4] = {0x06, 0x01, 0x17, 0x06, 0x0a, 0x07, 0x07,}, 294 [7] = {0x0c, 0x0c, 0x12,}, 319 [17] = {0x28, 0x02, 0x02, 0x12, 0x02, 0x12, 0x10, 0x02, 0x02, 0x0a, [all …]
|
/openbmc/linux/arch/mips/boot/dts/cavium-octeon/ |
H A D | octeon_68xx.dts | 43 * 4 - level active high 50 <7 4>, <7 5>, <7 6>, <7 7>, 65 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 74 cavium,qlm-trim = "4,sgmii"; 79 <3 0x12 0 0x4105>, 83 cavium,qlm-trim = "4,sgmii"; 88 <3 0x12 0 0x4105>, 92 cavium,qlm-trim = "4,sgmii"; 97 <3 0x12 0 0x4105>, 100 phy4: ethernet-phy@4 { [all …]
|
H A D | octeon_3xxx.dts | 19 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 31 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 44 <3 0x12 0 0x4105>, 52 <3 0x12 0 0x4105>, 55 phy4: ethernet-phy@4 { 56 reg = <4>; 60 <3 0x12 0 0x4105>, 68 <3 0x12 0 0x4105>, 77 <3 0x12 0 0x4105>, 85 <3 0x12 0 0x4105>, [all …]
|
/openbmc/linux/drivers/clk/mmp/ |
H A D | clk-of-pxa168.c | 163 …arent_names, ARRAY_SIZE(twsi_parent_names), CLK_SET_RATE_PARENT, APBC_TWSI0, 4, 3, 0, &twsi0_lock}, 164 …arent_names, ARRAY_SIZE(twsi_parent_names), CLK_SET_RATE_PARENT, APBC_TWSI1, 4, 3, 0, &twsi1_lock}, 165 …{0, "kpc_mux", kpc_parent_names, ARRAY_SIZE(kpc_parent_names), CLK_SET_RATE_PARENT, APBC_KPC, 4, 3… 166 …{0, "pwm0_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM0, 4,… 167 …{0, "pwm1_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM1, 4,… 168 …{0, "pwm2_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM2, 4,… 169 …{0, "pwm3_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM3, 4,… 170 …arent_names, ARRAY_SIZE(uart_parent_names), CLK_SET_RATE_PARENT, APBC_UART0, 4, 3, 0, &uart0_lock}, 171 …arent_names, ARRAY_SIZE(uart_parent_names), CLK_SET_RATE_PARENT, APBC_UART1, 4, 3, 0, &uart1_lock}, 172 …arent_names, ARRAY_SIZE(uart_parent_names), CLK_SET_RATE_PARENT, APBC_UART2, 4, 3, 0, &uart2_lock}, [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/ |
H A D | virtual-memory.json | 4 "EventCode": "0x12", 14 "EventCode": "0x12", 32 "EventCode": "0x12", 41 "EventCode": "0x12", 49 "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.", 50 "EventCode": "0x12", 52 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 58 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.", 59 "EventCode": "0x12", 61 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… [all …]
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | sn9c2028.c | 44 .sizeimage = 640 * 480 * 3 / 4, 53 .sizeimage = 352 * 288 * 3 / 4, 65 command[3], command[4], command[5]); in sn9c2028_command() 107 4, 0, gspca_dev->usb_buf, 4, 500); in sn9c2028_read4() 108 if (rc != 4) { in sn9c2028_read4() 112 memcpy(reading, gspca_dev->usb_buf, 4); in sn9c2028_read4() 121 __u8 reading[4]; in sn9c2028_long_command() 135 memset(reading, 0, 4); in sn9c2028_long_command() 234 case 4: in run_start_commands() 328 {{0x0c, 0x01, 0x00, 0x00, 0x00, 0x00}, 4}, in start_spy_cam() [all …]
|
/openbmc/linux/drivers/net/phy/ |
H A D | mediatek-ge-soc.c | 35 #define MTK_PHY_TXVLD_DA_RG 0x12 73 #define MTK_PHY_DA_RX_PSBN_GBE_MASK GENMASK(6, 4) 86 #define MTK_PHY_RG_ZCALEN_D BIT(4) 96 #define MTK_PHY_LPI_SIG_EN_HI_THRESH1000_MASK GENMASK(4, 0) 161 #define MTK_PHY_LPF_X_AVERAGE_MASK GENMASK(7, 4) 177 #define MTK_PHY_VGASTATE_FFE_THR_ST2_MASK GENMASK(4, 0) 180 #define MTK_PHY_MAX_GAIN_MASK GENMASK(4, 0) 191 #define MTK_PHY_EEE_WAKE_SLV_INT_DC BIT(4) 201 #define MTK_PHY_LPI_QUIT_WAIT_DFE_SIG_DET_OFF BIT(4) 223 #define MTK_PHY_LED_ON_FDX BIT(4) /* Full duplex */ [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-der.c | 28 "\x02\x01\x00" /* INTEGER, offset: 4, length: 1 */ 30 "\x00\xb9\xe1\x22\xdb\x56\x2f\xb6\xf7\xf0\x0a\x87\x43\x07\x12\xdb" 32 "\xc8\x34\x0c\x12\x4f\x11\x90\xc6\xc2\xa5\xd0\xcd\xfb\xfc\x2c\x95" 54 "\xb8\x9d\x58\xf5\x12\x38\x03\x22\x94\x9d\x99\xf4\x42\x5e\x68\x81" 61 "\x02\x01\x00" /* INTEGER, offset: 4, length: 1 */ 100 "\x00\xe8\x26\xd1\xf9\xa0\xd3\x0e\x3f\x2f\x89\x9b\x94\x16\x12\xd1" 106 "\xae\x3f\x49\x54\xd2\x2b\xac\x28\x39\x88\x31\x42\x12\x08\xea\x0b" 112 "\xdd\xa8\x41\xa1\x12\x84\x3c\xf8\xc2\x13\x3e\xb8\x4b\x22\x01\xac" 115 "\x6d\x0b\x12\x0b\xc9\x6d\x59\xfc\x33\x03\x36\x01\x12\x09\x72\x74" 116 "\x5e\x98\x65\x66\x2f\x3a\xde\xd8\xd4\xee\x6f\x82\xe6\x36\x49\x12" [all …]
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi-asm.S | 27 #define ID_AA64SMFR0_EL1_SMEver_WIDTH 4 89 // Load ZA and ZT0 if enabled - uses x12 as scratch due to SME LDR 95 add x12, x12, #1 96 cmp x1, x12 114 ldp x12, x13, [x2], #16 134 ldp q4, q5, [x2, #16 * 4] 159 ldr z4, [x2, #4, MUL VL] 202 ldr p4, [x2, #4, MUL VL] 224 stp x12, x13, [x2], #16 242 stp q4, q5, [x2, #16 * 4] [all …]
|
/openbmc/libbej/test/ |
H A D | bej_common_test.cpp | 12 constexpr uint8_t bytes[] = {0xab, 0xcd, 0xef, 0x12, in TEST() 23 constexpr uint8_t nnint1[] = {0x03, 0xcd, 0xef, 0x12}; in TEST() 24 constexpr uint8_t nnint2[] = {0x08, 0xab, 0xcd, 0xef, 0x12, in TEST() 32 constexpr uint8_t nnint1[] = {0x03, 0xcd, 0xef, 0x12}; in TEST() 33 constexpr uint8_t nnint2[] = {0x08, 0xab, 0xcd, 0xef, 0x12, in TEST() 35 EXPECT_THAT(bejGetNnintSize(nnint1), 4); in TEST()
|