Searched refs:fuse_enable (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/ |
D | nv50.c | 37 u32 fuse_enable, val; in nv50_fuse_rd32() local 41 fuse_enable = nv_mask(priv, 0x1084, 0x800, 0x800); in nv50_fuse_rd32() 43 nv_wr32(priv, 0x1084, fuse_enable); in nv50_fuse_rd32()
|
D | gf100.c | 37 u32 fuse_enable, unk, val; in gf100_fuse_rd32() local 41 fuse_enable = nv_mask(priv, 0x22400, 0x800, 0x800); in gf100_fuse_rd32() 45 nv_wr32(priv, 0x22400, fuse_enable); in gf100_fuse_rd32()
|