Searched +full:0 +full:xd000000 (Results 1 – 3 of 3) sorted by relevance
74 first child APLIC domain assigned child index 0. The APLIC domain child122 reg = <0xc000000 0x4080>;134 reg = <0xd000000 0x4080>;144 reg = <0xe000000 0x4080>;156 reg = <0xc000000 0x4000>;167 reg = <0xd000000 0x4000>;
20 #define CS40L50_BLOCK_ENABLES2 0x201C21 #define CS40L50_ERR_RLS 0x203422 #define CS40L50_BST_LPMODE_SEL 0x381023 #define CS40L50_DCM_LOW_POWER 0x124 #define CS40L50_OVERTEMP_WARN 0x400001027 #define CS40L50_IRQ1_INT_1 0xE01029 #define CS40L50_IRQ1_INT_2 0xE01430 #define CS40L50_IRQ1_INT_8 0xE02C31 #define CS40L50_IRQ1_INT_9 0xE03032 #define CS40L50_IRQ1_INT_10 0xE034[all …]
53 The magic is ``0xeB9F``, which has different encoding for big and little68 The type id ``0`` is reserved for ``void`` type. The type section is parsed100 * bits 0-15: vlen (e.g. # of struct's members)130 * ``info.kind_flag``: 0132 * ``info.vlen``: 0137 #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 …]