Searched refs:loadval (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | timer_s10.c | 17 int loadval = ~0; in timer_init() local 23 asm volatile("msr cntp_tval_el0, %0" : : "r" (loadval)); in timer_init()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | outp.h | 20 int nvif_outp_load_detect(struct nvif_outp *, u32 loadval);
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | outp.c | 200 nvif_outp_load_detect(struct nvif_outp *outp, u32 loadval) in nvif_outp_load_detect() argument 206 args.data = loadval; in nvif_outp_load_detect()
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-ti-dm-systimer.c | 62 unsigned int loadval; member 732 clksrc->loadval = readl_relaxed(t->base + t->counter); in dmtimer_clocksource_suspend() 748 writel_relaxed(clksrc->loadval, t->base + t->counter); in dmtimer_clocksource_resume()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | ior.h | 61 int (*sense)(struct nvkm_ior *, u32 loadval);
|
H A 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()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 517 u32 loadval; in nv50_dac_detect() local 520 loadval = nouveau_drm(encoder->dev)->vbios.dactestval; in nv50_dac_detect() 521 if (loadval == 0) in nv50_dac_detect() 522 loadval = 340; in nv50_dac_detect() 524 ret = nvif_outp_load_detect(&nv_encoder->outp, loadval); in nv50_dac_detect()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 5434 TCGv loadval; in DISAS_INSN() local 5460 loadval = gen_load(s, OS_LONG, addr, 0, IS_USER(s)); in DISAS_INSN() 5466 loadval = addr = NULL_QREG; in DISAS_INSN() 5579 tcg_gen_mov_i32(rw, loadval); in DISAS_INSN()
|