Home
last modified time | relevance | path

Searched refs:x0f (Results 1 – 25 of 197) sorted by relevance

12345678

/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-jerry.dts53 0x24 0x00 0x67 0x09 0x14 0x01 0x00 0x0f 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0c
55 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01 0x24 0x00 0x67 0x09 0x14 0x02 0x00 0x0f
57 0x09 0x09 0x0a 0x0c 0x0b 0x0c 0x0c 0x0c 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01
58 0x24 0x00 0x67 0x09 0x14 0x03 0x00 0x0f 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0c
60 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01 0x24 0x00 0x67 0x09 0x14 0x04 0x00 0x0f
62 0x09 0x09 0x0a 0x0c 0x0b 0x0c 0x0c 0x0c 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01
65 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01 0x24 0x00 0x67 0x09 0x14 0x06 0x00 0x0f
70 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01 0x24 0x00 0x67 0x09 0x14 0x08 0x00 0x0f
75 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01 0x24 0x00 0x67 0x09 0x14 0x0a 0x00 0x0f
80 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01 0x24 0x00 0x67 0x09 0x14 0x0c 0x00 0x0f
[all …]
/openbmc/linux/lib/raid6/
H A Drecov_neon_inner.c36 uint8x16_t x0f = vdupq_n_u8(0x0f); in __raid6_2data_recov_neon() local
57 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f)); in __raid6_2data_recov_neon()
62 vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f)); in __raid6_2data_recov_neon()
83 uint8x16_t x0f = vdupq_n_u8(0x0f); in __raid6_datap_recov_neon() local
98 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f)); in __raid6_datap_recov_neon()
H A Drecov_avx2.c22 const u8 x0f = 0x0f; in raid6_2data_recov_avx2() local
53 asm volatile("vpbroadcastb %0, %%ymm7" : : "m" (x0f)); in raid6_2data_recov_avx2()
191 const u8 x0f = 0x0f; in raid6_datap_recov_avx2() local
213 asm volatile("vpbroadcastb %0, %%ymm7" : : "m" (x0f)); in raid6_datap_recov_avx2()
H A Drecov_ssse3.c22 static const u8 __aligned(16) x0f[16] = { in raid6_2data_recov_ssse3()
54 asm volatile("movdqa %0,%%xmm7" : : "m" (x0f[0])); in raid6_2data_recov_ssse3()
196 static const u8 __aligned(16) x0f[16] = { in raid6_datap_recov_ssse3()
220 asm volatile("movdqa %0, %%xmm7" : : "m" (x0f[0])); in raid6_datap_recov_ssse3()
H A Drecov_avx512.c30 const u8 x0f = 0x0f; in raid6_2data_recov_avx512() local
64 asm volatile("vpbroadcastb %0, %%zmm7" : : "m" (x0f)); in raid6_2data_recov_avx512()
232 const u8 x0f = 0x0f; in raid6_datap_recov_avx512() local
257 asm volatile("vpbroadcastb %0, %%zmm7" : : "m" (x0f)); in raid6_datap_recov_avx512()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dfix-narrowing-warning.patch6 ((dRExp << 4) & 0xf0) | (dBExp & 0x0f ), …
18 - ((dRExp << 4) & 0xf0) | (dBExp & 0x0f ),
19 + (unsigned char)(((dRExp << 4) & 0xf0) | (dBExp & 0x0f )),
/openbmc/linux/net/wireless/certs/
H A Dsforshee.hex6 0x05, 0x00, 0x30, 0x13, 0x31, 0x11, 0x30, 0x0f,
11 0x18, 0x0f, 0x32, 0x31, 0x31, 0x37, 0x30, 0x39,
13 0x5a, 0x30, 0x13, 0x31, 0x11, 0x30, 0x0f, 0x06,
18 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82,
35 0x90, 0x0f, 0xac, 0x36, 0xfa, 0x68, 0x23, 0x71,
65 0xc0, 0xe6, 0xad, 0x0f, 0xac, 0xcf, 0x55, 0x74,
76 0xd5, 0xf6, 0xa3, 0xd9, 0x79, 0x56, 0xf2, 0x0f,
H A Dwens.hex7 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 0x0f, 0x31,
12 0x0f, 0x32, 0x31, 0x32, 0x33, 0x31, 0x31, 0x30,
14 0x30, 0x0f, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03,
18 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f,
43 0x9a, 0xeb, 0x0f, 0x07, 0xb6, 0xab, 0x50, 0x8b,
/openbmc/u-boot/arch/x86/include/asm/acpi/
H A Dirqlinks.asl53 ShiftLeft(1, And(PRTA, 0x0f), IRQ0)
111 ShiftLeft(1, And(PRTB, 0x0f), IRQ0)
169 ShiftLeft(1, And(PRTC, 0x0f), IRQ0)
227 ShiftLeft(1, And(PRTD, 0x0f), IRQ0)
285 ShiftLeft(1, And(PRTE, 0x0f), IRQ0)
343 ShiftLeft(1, And(PRTF, 0x0f), IRQ0)
401 ShiftLeft(1, And(PRTG, 0x0f), IRQ0)
459 ShiftLeft(1, And(PRTH, 0x0f), IRQ0)
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_reg_print.c_shipped77 { "SXFR_ULTRA2", 0x0f, 0x0f },
78 { "SOFS", 0x0f, 0x0f },
145 { "OFFCNT", 0x0f, 0x0f },
383 { "OID", 0x0f, 0x0f },
H A Daic7xxx_reg.h_shipped233 #define SOFS 0x0f
234 #define SXFR_ULTRA2 0x0f
313 #define OFFCNT 0x0f
315 #define SCSIID_ULTRA2 0x0f
526 #define HWSCSIID 0x0f
533 #define VECTOR 0x0f
604 #define BON 0x0f
620 #define SEQ_MAILBOX 0x0f
656 #define INT_PEND 0x0f
770 #define OID 0x0f
[all …]
/openbmc/linux/Documentation/devicetree/bindings/bus/
H A Dmicrosoft,vmbus.yaml51 ranges = <0x0f 0xf0000000 0x0f 0xf0000000 0x10000000>;
/openbmc/linux/arch/arm/boot/dts/nspire/
H A Dnspire-tp.dts20 MATRIX_KEY(0, 8, 0x0f)
75 MATRIX_KEY(6, 9, 0x0f)
H A Dnspire-cx.dts55 MATRIX_KEY(0, 8, 0x0f)
110 MATRIX_KEY(6, 9, 0x0f)
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-wcd9340.dtsi64 qcom,ports-sinterval-low = /bits/ 8 <0x07 0x1f 0x3f 0x7 0x1f 0x3f 0x0f 0x0f>;
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dtoshiba,tc358775.yaml28 description: i2c address of the bridge, 0x0f
95 reg = <0x0f>;
154 reg = <0x0f>;
/openbmc/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt40 # 0x00 - 0x0f
326 # 0x0f 0x00-0x0f
345 # 0x0f 0x10-0x1f
371 # 0x0f 0x20-0x2f
388 # 0x0f 0x30-0x3f
405 # 0x0f 0x40-0x4f
422 # 0x0f 0x50-0x5f
439 # 0x0f 0x60-0x6f
456 # 0x0f 0x70-0x7f
474 # 0x0f 0x80-0x8f
[all …]
/openbmc/linux/arch/x86/lib/
H A Dx86-opcode-map.txt40 # 0x00 - 0x0f
326 # 0x0f 0x00-0x0f
345 # 0x0f 0x10-0x1f
371 # 0x0f 0x20-0x2f
388 # 0x0f 0x30-0x3f
405 # 0x0f 0x40-0x4f
422 # 0x0f 0x50-0x5f
439 # 0x0f 0x60-0x6f
456 # 0x0f 0x70-0x7f
474 # 0x0f 0x80-0x8f
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/
H A Dhauppauge.rc514 0x0f KEY_TV
H A Dphilips.rc516 0x0f KEY_MINUS
H A Dmedion_155.rc516 0x0f KEY_TV
H A Dmedion_088.rc516 0x0f KEY_TV
H A Dhauppauge_grey.rc529 0x0f KEY_MUTE
/openbmc/linux/arch/arm64/boot/dts/lg/
H A Dlg1313.dtsi88 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(0x0f) |
90 <GIC_PPI 14 (GIC_CPU_MASK_RAW(0x0f) |
92 <GIC_PPI 11 (GIC_CPU_MASK_RAW(0x0f) |
94 <GIC_PPI 10 (GIC_CPU_MASK_RAW(0x0f) |
H A Dlg1312.dtsi88 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(0x0f) |
90 <GIC_PPI 14 (GIC_CPU_MASK_RAW(0x0f) |
92 <GIC_PPI 11 (GIC_CPU_MASK_RAW(0x0f) |
94 <GIC_PPI 10 (GIC_CPU_MASK_RAW(0x0f) |

12345678