Searched refs:magic3 (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/befs/
H A Dsuper.c33 befs_sb->magic3 = fs32_to_cpu(sb, disk_sb->magic3);
65 || (befs_sb->magic3 != BEFS_SUPER_MAGIC3)) {
H A Dbefs.h57 u32 magic3; member in struct:befs_sb_info
H A Dbefs_fs_types.h137 fs32 magic3; member in struct:__anon10021
H A Ddebug.c191 befs_debug(sb, " magic3 %08x", fs32_to_cpu(sb, sup->magic3));
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c2650 int magic3; local
2653 magic3 = 0x1000;
2661 magic3 = 0x1e00;
2664 magic3 = 0;
2693 if (magic3)
2694 xf_emit(ctx, 1, magic3); /* 00007fff tesla UNK141C */
2707 if (magic3)
2708 xf_emit(ctx, 1, magic3); /* 7fff tesla UNK141C */

Completed in 117 milliseconds