Home
last modified time | relevance | path

Searched +full:0 +full:x28080000 (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/slimbus/
H A Dqcom,slim.yaml73 reg = <0x28080000 0x2000>, <0x80207c 4>;
79 #size-cells = <0>;
81 audio-codec@1,0 {
83 reg = <1 0>;
H A Dslimbus.yaml18 pattern: "^slim(@.*|-([0-9]|[1-9][0-9]+))?$"
24 const: 0
27 "^.*@[0-9a-f]+,[0-9a-f]+$":
46 pattern: "^slim[0-9a-f]+,[0-9a-f]+$"
82 reg = <0x28080000 0x2000>, <0x80207c 4>;
88 #size-cells = <0>;
90 audio-codec@1,0 {
92 reg = <1 0>;
/linux/lib/crypto/
H A Ddes.c31 0x00, 0x00, 0x40, 0x04, 0x10, 0x10, 0x50, 0x14,
32 0x04, 0x40, 0x44, 0x44, 0x14, 0x50, 0x54, 0x54,
33 0x02, 0x02, 0x42, 0x06, 0x12, 0x12, 0x52, 0x16,
34 0x06, 0x42, 0x46, 0x46, 0x16, 0x52, 0x56, 0x56,
35 0x80, 0x08, 0xc0, 0x0c, 0x90, 0x18, 0xd0, 0x1c,
36 0x84, 0x48, 0xc4, 0x4c, 0x94, 0x58, 0xd4, 0x5c,
37 0x82, 0x0a, 0xc2, 0x0e, 0x92, 0x1a, 0xd2, 0x1e,
38 0x86, 0x4a, 0xc6, 0x4e, 0x96, 0x5a, 0xd6, 0x5e,
39 0x20, 0x20, 0x60, 0x24, 0x30, 0x30, 0x70, 0x34,
40 0x24, 0x60, 0x64, 0x64, 0x34, 0x70, 0x74, 0x74,
[all …]
/linux/arch/arc/net/
H A Dbpf_jit_arcv2.c91 #define REG_LO(r) (bpf2arc[(r)][0])
110 ZZ_4_byte = 0,
126 AA_none = 0,
134 X_zero = 0,
140 CC_always = 0, /* condition is true all the time */
155 #define IN_U6_RANGE(x) ((x) <= (0x40 - 1) && (x) >= 0)
156 #define IN_S9_RANGE(x) ((x) <= (0x100 - 1) && (x) >= -0x100)
157 #define IN_S12_RANGE(x) ((x) <= (0x800 - 1) && (x) >= -0x800)
158 #define IN_S21_RANGE(x) ((x) <= (0x100000 - 1) && (x) >= -0x100000)
159 #define IN_S25_RANGE(x) ((x) <= (0x1000000 - 1) && (x) >= -0x1000000)
[all …]