Home
last modified time | relevance | path

Searched +full:0 +full:b00000000 (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/pci/
Dpci.txt50 0b00000000 bbbbbbbb dddddfff 00000000. The other cells should be zero.
61 0b00000000 bbbbbbbb ffffffff 00000000. Note that the PCIe specification
81 reg = <0x00000800 0 0 0 0>;
/Linux-v6.1/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 …]
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddpp.h74 {0x2000, 0, 0, 0, 0, 0x2000, 0, 0, 0, 0, 0x2000, 0} },
76 {0x2000, 0, 0, 0, 0, 0x2000, 0, 0, 0, 0, 0x2000, 0} },
78 {0x2cdd, 0x2000, 0, 0xe991, 0xe926, 0x2000, 0xf4fd, 0x10ef,
79 0, 0x2000, 0x38b4, 0xe3a6} },
81 {0x3353, 0x2568, 0, 0xe400, 0xe5dc, 0x2568, 0xf367, 0x1108,
82 0, 0x2568, 0x40de, 0xdd3a} },
84 {0x3265, 0x2000, 0, 0xe6ce, 0xf105, 0x2000, 0xfa01, 0xa7d, 0,
85 0x2000, 0x3b61, 0xe24f} },
88 {0x39a6, 0x2568, 0, 0xe0d6, 0xeedd, 0x2568, 0xf925, 0x9a8, 0,
89 0x2568, 0x43ee, 0xdbb2} }
[all …]
/Linux-v6.1/arch/x86/crypto/
Dsm3-avx-asm_64.S19 #define state_h0 0
32 #define K0 2043430169 /* 0x79cc4519 */
33 #define K1 -208106958 /* 0xf3988a32 */
34 #define K2 -416213915 /* 0xe7311465 */
35 #define K3 -832427829 /* 0xce6228cb */
36 #define K4 -1664855657 /* 0x9cc45197 */
37 #define K5 965255983 /* 0x3988a32f */
38 #define K6 1930511966 /* 0x7311465e */
39 #define K7 -433943364 /* 0xe6228cbc */
40 #define K8 -867886727 /* 0xcc451979 */
[all …]
/Linux-v6.1/drivers/media/i2c/
Dtvaudio.c161 if (subaddr < 0) { in chip_write()
162 v4l2_dbg(1, debug, sd, "chip_write: 0x%x\n", val); in chip_write()
164 buffer[0] = val; in chip_write()
167 v4l2_warn(sd, "I/O error (write 0x%x)\n", val); in chip_write()
168 if (rc < 0) in chip_write()
180 v4l2_dbg(1, debug, sd, "chip_write: reg%d=0x%x\n", in chip_write()
183 buffer[0] = subaddr; in chip_write()
187 v4l2_warn(sd, "I/O error (write reg%d=0x%x)\n", in chip_write()
189 if (rc < 0) in chip_write()
194 return 0; in chip_write()
[all …]