/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_dccg.c | 58 int modulo, phase; local in function:dccg2_update_dpp_dto 60 // phase / modulo = dpp pipe clk / dpp global clk 61 modulo = 0xff; // use FF at the end 62 phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk; 71 DPPCLK0_DTO_MODULO, modulo);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
M0209.h | 12 u8 modulo; member in struct:nvbios_M0209E
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_M0209.c | 88 info->modulo = nvbios_rd08(bios, data + 0x01); 126 u32 bits = (i % M0209E.modulo) * M0209E.bits;
|
/src/sys/arch/dreamcast/dev/ |
pvr.c | 470 int modulo = 1, voffset, hoffset; local in function:pvrinit 529 modulo += 640 * 2 / 4; /* interlace -> skip every other line */ 547 PVR_REG_WRITE(dc, PVRREG_DIWSIZE, DIWSIZE_MODULO(modulo) |
|
/src/sbin/nvmectl/ |
bignum.c | 1174 modulo(mp_int * a, mp_int * b, mp_int * c) function in typeref:typename:int 1322 if ((res = modulo(a, b, &y)) != MP_OKAY) { 1442 if ((res = modulo(a, b, &x)) != MP_OKAY) { 2678 /* reduces a modulo n where n is of the form 2**p - d 3299 if ((err = modulo(G, P, &M[1])) != MP_OKAY) { 3317 /* reduce modulo P */ 3533 res = modulo(&t, c, d); 3851 /* reduce "x" in place modulo "n" using the Diminished Radix algorithm. 3959 /* reduces a modulo n where n is of the form 2**p - d */ 4138 if ((err = modulo(G, P, &M[1])) != MP_OKAY) [all...] |
/src/sys/arch/sparc64/sparc64/ |
locore.s | 4409 and %g2, 0x7ff, %g2 ! modulo queue size 2048 (32*64)
|