Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/pci/
H A 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/fs/9p/
H A Dv9fs.h34 V9FS_PROTO_2000U = 0x01,
35 V9FS_PROTO_2000L = 0x02,
36 V9FS_ACCESS_SINGLE = 0x04,
37 V9FS_ACCESS_USER = 0x08,
38 V9FS_ACCESS_CLIENT = 0x10,
39 V9FS_POSIX_ACL = 0x20,
40 V9FS_NO_XATTR = 0x40,
41 V9FS_IGNORE_QV = 0x80, /* ignore qid.version for cache hints */
42 V9FS_DIRECT_IO = 0x100,
43 V9FS_SYNC = 0x200
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_topology.c27 for (i = 0; i < numregs; i++) in load_dss_mask()
39 u32 val = 0; in load_eu_mask()
58 for (i = 0; i < fls(reg_val); i++) in load_eu_mask()
60 val |= 0x3 << 2 * i; in load_eu_mask()
81 * @pattern = 0b1111
84 * @mask = 0b0101
86 * │││└────────────────── 0b1111 (=1×0b1111)
87 * ││└──────────── 0b0000 │ (=0×0b1111)
88 * │└────── 0b1111 │ │ (=1×0b1111)
89 * └ 0b0000 │ │ │ (=0×0b1111)
[all …]
/linux/Documentation/devicetree/bindings/virtio/
H A 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/Documentation/filesystems/
H A D9p.rst65 … rootfstype=9p rootflags=trans=usbg,cache=loose,uname=root,access=0,dfltuid=0,dfltgid=0,aname=/pat…
91 $ diod -f -n -d 0 -S -l 0.0.0.0:9999 -e $PWD
142 0b00000000 all caches disabled, mmap disabled
143 0b00000001 file caches enabled
144 0b00000010 meta-data caches enabled
145 0b00000100 writeback behavior (as opposed to writethrough)
146 0b00001000 loose caches (no explicit consistency with server)
147 0b10000000 fscache enabled for persistent caching
153 none 0b00000000 (no caching)
154 readahead 0b00000001 (only read-ahead file caching)
[all …]
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddpp.h44 * - video format conversion from 4:2:0 or 4:2:2 to 4:4:4
99 { 0x2000, 0, 0, 0,
100 0, 0x2000, 0, 0,
101 0, 0, 0x2000, 0 } },
103 { 0x2000, 0, 0, 0,
104 0, 0x2000, 0, 0,
105 0, 0, 0x2000, 0 } },
107 { 0x2cdd, 0x2000, 0, 0xe991,
108 0xe926, 0x2000, 0xf4fd, 0x10ef,
109 0, 0x2000, 0x38b4, 0xe3a6 } },
[all …]
/linux/arch/x86/crypto/
H A Dsm3-avx-asm_64.S20 #define state_h0 0
33 #define K0 2043430169 /* 0x79cc4519 */
34 #define K1 -208106958 /* 0xf3988a32 */
35 #define K2 -416213915 /* 0xe7311465 */
36 #define K3 -832427829 /* 0xce6228cb */
37 #define K4 -1664855657 /* 0x9cc45197 */
38 #define K5 965255983 /* 0x3988a32f */
39 #define K6 1930511966 /* 0x7311465e */
40 #define K7 -433943364 /* 0xe6228cbc */
41 #define K8 -867886727 /* 0xcc451979 */
[all …]
/linux/drivers/media/i2c/
H A 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 …]