| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_pll.c | 44 static void amdgpu_pll_reduce_ratio(unsigned *nom, unsigned *den, in amdgpu_pll_reduce_ratio() argument 50 tmp = gcd(*nom, *den); in amdgpu_pll_reduce_ratio() 51 *nom /= tmp; in amdgpu_pll_reduce_ratio() 55 if (*nom < nom_min) { in amdgpu_pll_reduce_ratio() 56 tmp = DIV_ROUND_UP(nom_min, *nom); in amdgpu_pll_reduce_ratio() 57 *nom *= tmp; in amdgpu_pll_reduce_ratio() 64 *nom *= tmp; in amdgpu_pll_reduce_ratio() 83 static void amdgpu_pll_get_fb_ref_div(unsigned nom, unsigned den, unsigned post_div, in amdgpu_pll_get_fb_ref_div() argument 92 *fb_div = DIV_ROUND_CLOSEST(nom * *ref_div * post_div, den); in amdgpu_pll_get_fb_ref_div() 129 unsigned nom, den; in amdgpu_pll_compute() local [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/img/ |
| H A D | img-spdif-in.c | 152 unsigned int ori, nom, hld; in img_spdif_in_do_clkgen_calc() local 167 nom = (4096 / ori) + 1; in img_spdif_in_do_clkgen_calc() 169 hld = 4096 - (--nom * (ori - 1)); in img_spdif_in_do_clkgen_calc() 172 *pnom = nom; in img_spdif_in_do_clkgen_calc() 181 unsigned int nom, hld; in img_spdif_in_do_clkgen_single() local 190 ret = img_spdif_in_do_clkgen_calc(rate, &nom, &hld, clk_rate); in img_spdif_in_do_clkgen_single() 194 reg = (nom << IMG_SPDIF_IN_CLKGEN_NOM_SHIFT) & in img_spdif_in_do_clkgen_single() 218 unsigned int nom, hld, rate, max_rate = 0; in img_spdif_in_do_clkgen_multi() local 234 ret = img_spdif_in_do_clkgen_calc(rate, &nom, &hld, clk_rate); in img_spdif_in_do_clkgen_multi() 238 reg = (nom << IMG_SPDIF_IN_ACLKGEN_NOM_SHIFT) & in img_spdif_in_do_clkgen_multi()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_clock_utils.c | 64 static u64 div_u64_roundup(u64 nom, u32 den) in div_u64_roundup() argument 66 return div_u64(nom + den - 1, den); in div_u64_roundup()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/ |
| H A D | fbdev.c | 862 int nom, int den) in rivafb_do_maximize() argument 882 if (modes[i].xres * nom / den * modes[i].yres < in rivafb_do_maximize() 900 (nom * var->yres_virtual)) & ~15; in rivafb_do_maximize() 906 (nom * var->xres_virtual); in rivafb_do_maximize() 911 if (var->xres_virtual * nom / den * var->yres_virtual > info->fix.smem_len) { in rivafb_do_maximize() 920 if (var->xres_virtual * nom / den >= 8192) { in rivafb_do_maximize() 923 var->xres_virtual, 8192 * den / nom - 16); in rivafb_do_maximize() 924 var->xres_virtual = 8192 * den / nom - 16; in rivafb_do_maximize() 938 if (var->yres_virtual > 0x7fff/nom) in rivafb_do_maximize() 939 var->yres_virtual = 0x7fff/nom; in rivafb_do_maximize() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_display.c | 888 static void avivo_reduce_ratio(unsigned *nom, unsigned *den, in avivo_reduce_ratio() argument 894 tmp = gcd(*nom, *den); in avivo_reduce_ratio() 895 *nom /= tmp; in avivo_reduce_ratio() 899 if (*nom < nom_min) { in avivo_reduce_ratio() 900 tmp = DIV_ROUND_UP(nom_min, *nom); in avivo_reduce_ratio() 901 *nom *= tmp; in avivo_reduce_ratio() 908 *nom *= tmp; in avivo_reduce_ratio() 927 static void avivo_get_fb_ref_div(unsigned nom, unsigned den, unsigned post_div, in avivo_get_fb_ref_div() argument 936 *fb_div = DIV_ROUND_CLOSEST(nom * *ref_div * post_div, den); in avivo_get_fb_ref_div() 973 unsigned nom, den; in radeon_compute_pll_avivo() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | maud.c | 42 uint32_t nom; in startread() local 98 lsx_readdw(ft, &nom); /* clock source frequency */ in startread() 106 ft->signal.rate = nom / denom; in startread()
|
| /OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/ |
| H A D | mISDNisar.c | 176 u8 nom, noc; in load_firmware() local 240 nom = (2 * noc) + 3; in load_firmware() 258 if (!send_mbox(isar, ISAR_HIS_FIRM, 0, nom, NULL)) { in load_firmware() 1343 u8 ctrl = 0, nom = 0, p1 = 0; in isar_pump_cmd() local 1352 nom = 1; in isar_pump_cmd() 1365 nom = 0; in isar_pump_cmd() 1374 nom = 1; in isar_pump_cmd() 1387 nom = 0; in isar_pump_cmd() 1396 nom = 1; in isar_pump_cmd() 1409 nom = 0; in isar_pump_cmd() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | cirrusfb.c | 407 static void bestclock(long freq, int *nom, int *den, int *div); 668 int nom, den, div; in cirrusfb_set_par_foo() local 844 bestclock(freq, &nom, &den, &div); in cirrusfb_set_par_foo() 847 freq, nom, den, div); in cirrusfb_set_par_foo() 861 nom = 0; in cirrusfb_set_par_foo() 883 if (nom) { in cirrusfb_set_par_foo() 896 vga_wseq(regbase, CL_SEQR1E, nom); in cirrusfb_set_par_foo() 898 vga_wseq(regbase, CL_SEQRE, nom); in cirrusfb_set_par_foo() 2737 static void bestclock(long freq, int *nom, int *den, int *div) in bestclock() argument 2742 assert(nom != NULL); in bestclock() [all …]
|
| /OK3568_Linux_fs/external/xserver/debian/po/ |
| H A D | ca.po | 76 "com a root, cosa que ocorreria si només root puguera iniciar el servidor X. " 77 "Un bon compromís és deixar iniciar el servidor X només a aquells usuaris que "
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | cppc_acpi.c | 1079 u64 high, low, guaranteed, nom, min_nonlinear, low_f = 0, nom_f = 0; in cppc_get_perf_caps() local 1121 cpc_read(cpunum, nominal_reg, &nom); in cppc_get_perf_caps() 1122 perf_caps->nominal_perf = nom; in cppc_get_perf_caps() 1135 if (!high || !low || !nom || !min_nonlinear) in cppc_get_perf_caps()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | radeon_base.c | 835 int nom, den; in radeonfb_check_var() local 857 nom = den = 1; in radeonfb_check_var() 863 nom = 2; in radeonfb_check_var() 872 nom = 2; in radeonfb_check_var() 883 nom = 4; in radeonfb_check_var() 892 nom = 4; in radeonfb_check_var() 924 if (((v.xres_virtual * v.yres_virtual * nom) / den) > rinfo->mapped_vram) in radeonfb_check_var()
|
| /OK3568_Linux_fs/u-boot/arch/x86/dts/ |
| H A D | galileo.dts | 61 rtt-nom-value = <DRAM_RTT_NOM_120OHM>;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | aiutils.c | 58 uint inv = 0, nom = 0; in get_erom_ent() local 86 nom++; in get_erom_ent() 90 if (inv + nom) { in get_erom_ent() 91 SI_VMSG((" after %d invalid and %d non-matching entries\n", inv, nom)); in get_erom_ent()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | aiutils.c | 70 uint inv = 0, nom = 0; in get_erom_ent() local 98 nom++; in get_erom_ent() 102 if (inv + nom) { in get_erom_ent() 103 SI_VMSG((" after %d invalid and %d non-matching entries\n", inv, nom)); in get_erom_ent()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | aiutils.c | 70 uint inv = 0, nom = 0; in get_erom_ent() local 98 nom++; in get_erom_ent() 102 if (inv + nom) { in get_erom_ent() 103 SI_VMSG((" after %d invalid and %d non-matching entries\n", inv, nom)); in get_erom_ent()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | aiutils.c | 70 uint inv = 0, nom = 0; in get_erom_ent() local 98 nom++; in get_erom_ent() 102 if (inv + nom) { in get_erom_ent() 103 SI_VMSG((" after %d invalid and %d non-matching entries\n", inv, nom)); in get_erom_ent()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | aiutils.c | 95 uint inv = 0, nom = 0; in get_erom_ent() local 123 nom++; in get_erom_ent() 127 if (inv + nom) { in get_erom_ent() 128 SI_VMSG((" after %d invalid and %d non-matching entries\n", inv, nom)); in get_erom_ent()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | aiutils.c | 95 uint inv = 0, nom = 0; in get_erom_ent() local 123 nom++; in get_erom_ent() 127 if (inv + nom) { in get_erom_ent() 128 SI_VMSG((" after %d invalid and %d non-matching entries\n", inv, nom)); in get_erom_ent()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | LiLiQ-P-1.1 | 70 …articulières. Toutefois, une version modifiée doit être distribuée sous un nom différent. Toute ré…
|
| H A D | etalab-2.0 | 27 - mentionner la paternité de l’« Information » : sa source (au moins le nom du
|
| H A D | LAL-1.2 | 45 …er précisément où se trouve la licence, – indiquer au destinataire le nom de l’auteur des ori…
|
| H A D | LAL-1.3 | 42 …2. indiquer au destinataire le nom de chaque auteur des originaux, y compris le vôtre si vous avez…
|
| H A D | LiLiQ-R-1.1 | 94 …articulières. Toutefois, une version modifiée doit être distribuée sous un nom différent. Toute ré…
|
| H A D | LiLiQ-Rplus-1.1 | 88 …articulières. Toutefois, une version modifiée doit être distribuée sous un nom différent. Toute ré…
|
| H A D | CECILL-1.0 | 108 … au Logiciel sous réserve de mentionner, de façon explicite, son nom en tant qu’au… 200 …ortée quant à l’existence de droits antérieurs sur le nom du Logiciel et sur …
|