Home
last modified time | relevance | path

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

/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/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 …]