Home
last modified time | relevance | path

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

/Documentation/devicetree/bindings/virtio/
Dpci-iommu.yaml40 BDF as 0b00000000 bbbbbbbb dddddfff 00000000. The other cells should be
63 reg = <0x0 0x40000000 0x0 0x1000000>;
64 ranges = <0x02000000 0x0 0x41000000 0x0 0x41000000 0x0 0x0f000000>;
70 iommu-map = <0x0 &iommu0 0x0 0x8
71 0x9 &iommu0 0x9 0xfff7>;
74 iommu0: iommu@1,0 {
76 reg = <0x800 0 0 0 0>;
85 reg = <0x0 0x50000000 0x0 0x1000000>;
86 ranges = <0x02000000 0x0 0x51000000 0x0 0x51000000 0x0 0x0f000000>;
90 * with endpoint IDs 0x10000 - 0x1ffff
[all …]
/Documentation/devicetree/bindings/interrupt-controller/
Dloongson,liointc.yaml19 need to define two nodes in dts{i} to describe the "0-31" and "32-61" interrupt
54 pattern: int[0-3]
64 interrupt lines. Each cell refers to a parent interrupt line from 0 to 3
65 and each bit in the cell refers to a child interrupt from 0 to 31.
109 reg = <0x3ff01400 0x64>;
118 loongson,parent_int_map = <0xf0ffffff>, /* int0 */
119 <0x0f000000>, /* int1 */
120 <0x00000000>, /* int2 */
121 <0x00000000>; /* int3 */
/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 …]