Lines Matching refs:subdev
30 struct nvkm_subdev *subdev = &tmr->subdev; in nv04_timer_time() local
31 struct nvkm_device *device = subdev->device; in nv04_timer_time()
35 nvkm_debug(subdev, "time low : %08x\n", lo); in nv04_timer_time()
36 nvkm_debug(subdev, "time high : %08x\n", hi); in nv04_timer_time()
45 struct nvkm_device *device = tmr->subdev.device; in nv04_timer_read()
59 struct nvkm_device *device = tmr->subdev.device; in nv04_timer_alarm_fini()
66 struct nvkm_device *device = tmr->subdev.device; in nv04_timer_alarm_init()
74 struct nvkm_subdev *subdev = &tmr->subdev; in nv04_timer_intr() local
75 struct nvkm_device *device = subdev->device; in nv04_timer_intr()
85 nvkm_error(subdev, "intr %08x\n", stat); in nv04_timer_intr()
93 struct nvkm_subdev *subdev = &tmr->subdev; in nv04_timer_init() local
94 struct nvkm_device *device = subdev->device; in nv04_timer_init()
109 nvkm_warn(subdev, "unknown input clock freq\n"); in nv04_timer_init()
128 nvkm_debug(subdev, "input frequency : %dHz\n", f); in nv04_timer_init()
129 nvkm_debug(subdev, "numerator : %08x\n", n); in nv04_timer_init()
130 nvkm_debug(subdev, "denominator : %08x\n", d); in nv04_timer_init()
131 nvkm_debug(subdev, "timer frequency : %dHz\n", f * d / n); in nv04_timer_init()