Home
last modified time | relevance | path

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

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