Searched refs:loadval (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvif/ |
D | outp.c | 30 nvif_outp_load_detect(struct nvif_outp *outp, u32 loadval) in nvif_outp_load_detect() argument 36 args.data = loadval; in nvif_outp_load_detect()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvif/ |
D | outp.h | 13 int nvif_outp_load_detect(struct nvif_outp *, u32 loadval);
|
/linux-6.1.9/drivers/clocksource/ |
D | timer-ti-dm-systimer.c | 62 unsigned int loadval; member 734 clksrc->loadval = readl_relaxed(t->base + t->counter); in dmtimer_clocksource_suspend() 750 writel_relaxed(clksrc->loadval, t->base + t->counter); in dmtimer_clocksource_resume()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | nv50.c | 250 nv50_dac_sense(struct nvkm_ior *dac, u32 loadval) in nv50_dac_sense() argument 257 nvkm_wr32(device, 0x61a00c + doff, 0x00100000 | loadval); in nv50_dac_sense() 260 loadval = nvkm_mask(device, 0x61a00c + doff, 0xffffffff, 0x00000000); in nv50_dac_sense() 263 if (!(loadval & 0x80000000)) in nv50_dac_sense() 266 return (loadval & 0x38000000) >> 27; in nv50_dac_sense()
|
D | ior.h | 61 int (*sense)(struct nvkm_ior *, u32 loadval);
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 531 u32 loadval; in nv50_dac_detect() local 534 loadval = nouveau_drm(encoder->dev)->vbios.dactestval; in nv50_dac_detect() 535 if (loadval == 0) in nv50_dac_detect() 536 loadval = 340; in nv50_dac_detect() 538 ret = nvif_outp_load_detect(&nv_encoder->outp, loadval); in nv50_dac_detect()
|