Home
last modified time | relevance | path

Searched +full:0 +full:xd000000 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Driscv,aplic.yaml74 first child APLIC domain assigned child index 0. The APLIC domain child
122 reg = <0xc000000 0x4080>;
134 reg = <0xd000000 0x4080>;
144 reg = <0xe000000 0x4080>;
156 reg = <0xc000000 0x4000>;
167 reg = <0xd000000 0x4000>;
/linux-6.12.1/include/linux/mfd/
Dcs40l50.h20 #define CS40L50_BLOCK_ENABLES2 0x201C
21 #define CS40L50_ERR_RLS 0x2034
22 #define CS40L50_BST_LPMODE_SEL 0x3810
23 #define CS40L50_DCM_LOW_POWER 0x1
24 #define CS40L50_OVERTEMP_WARN 0x4000010
27 #define CS40L50_IRQ1_INT_1 0xE010
29 #define CS40L50_IRQ1_INT_2 0xE014
30 #define CS40L50_IRQ1_INT_8 0xE02C
31 #define CS40L50_IRQ1_INT_9 0xE030
32 #define CS40L50_IRQ1_INT_10 0xE034
[all …]
/linux-6.12.1/Documentation/bpf/
Dbtf.rst53 The magic is ``0xeB9F``, which has different encoding for big and little
68 The type id ``0`` is reserved for ``void`` type. The type section is parsed
100 * bits 0-15: vlen (e.g. # of struct's members)
130 * ``info.kind_flag``: 0
132 * ``info.vlen``: 0
137 #define BTF_INT_ENCODING(VAL) (((VAL) & 0x0f000000) >> 24)
138 #define BTF_INT_OFFSET(VAL) (((VAL) & 0x00ff0000) >> 16)
139 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff)
143 #define BTF_INT_SIGNED (1 << 0)
171 * the int type has ``BTF_INT_OFFSET() = 0`` and ``BTF_INT_BITS() = 4``
[all …]