Lines Matching refs:device
31 struct nvkm_device *device = subdev->device; in gf100_bus_intr() local
32 u32 stat = nvkm_rd32(device, 0x001100) & nvkm_rd32(device, 0x001140); in gf100_bus_intr()
35 u32 addr = nvkm_rd32(device, 0x009084); in gf100_bus_intr()
36 u32 data = nvkm_rd32(device, 0x009088); in gf100_bus_intr()
46 nvkm_wr32(device, 0x009084, 0x00000000); in gf100_bus_intr()
47 nvkm_wr32(device, 0x001100, (stat & 0x0000000e)); in gf100_bus_intr()
53 nvkm_mask(device, 0x001140, stat, 0x00000000); in gf100_bus_intr()
60 struct nvkm_device *device = bus->subdev.device; in gf100_bus_init() local
61 nvkm_wr32(device, 0x001100, 0xffffffff); in gf100_bus_init()
62 nvkm_wr32(device, 0x001140, 0x0000000e); in gf100_bus_init()
72 gf100_bus_new(struct nvkm_device *device, int index, struct nvkm_bus **pbus) in gf100_bus_new() argument
74 return nvkm_bus_new_(&gf100_bus, device, index, pbus); in gf100_bus_new()