OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nom
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pll.c
42
* @
nom
: nominator
51
static void amdgpu_pll_reduce_ratio(unsigned *
nom
, unsigned *den,
57
tmp = gcd(*
nom
, *den);
58
*
nom
/= tmp;
62
if (*
nom
< nom_min) {
63
tmp = DIV_ROUND_UP(nom_min, *
nom
);
64
*
nom
*= tmp;
71
*
nom
*= tmp;
79
* @
nom
: nominator
90
static void amdgpu_pll_get_fb_ref_div(unsigned
nom
, unsigned den, unsigned post_div
136
unsigned
nom
, den;
local
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_display.c
874
* @
nom
: nominator
883
static void avivo_reduce_ratio(unsigned *
nom
, unsigned *den,
889
tmp = gcd(*
nom
, *den);
890
*
nom
/= tmp;
894
if (*
nom
< nom_min) {
895
tmp = DIV_ROUND_UP(nom_min, *
nom
);
896
*
nom
*= tmp;
903
*
nom
*= tmp;
911
* @
nom
: nominator
922
static void avivo_get_fb_ref_div(unsigned
nom
, unsigned den, unsigned post_div
968
unsigned
nom
, den;
local
[
all
...]
/src/sys/dev/i2c/
dbcool.c
192
*
nom
-voltage-index
1052
int64_t
nom
;
local
1054
nom
= nominal_voltages[nom_idx];
1055
if (
nom
< 0)
1056
nom
= sc->sc_supply_voltage;
1109
val =
nom
= 0;
1122
ret = (ret *
nom
) / 0x300;
1989
int
nom
;
local
1991
nom
= nominal_voltages[sc->sc_dc.dc_chip->table[idx].nom_volt_index];
1992
if (
nom
< 0
2123
int
nom
;
local
[
all
...]
/src/usr.sbin/sysinst/
msg.mi.fr
413
{Veuillez donner un
nom
� votre disque.}
510
{Voici la configuration actuelle pour :
nom
du site ($1), r�pertoire,
nom
526
{Veuillez indiquer le
nom
du serveur NFS ainsi que le r�pertoire contenant
534
{Veuillez sp�cifier le
nom
du lecteur de disquette � utiliser.
541
{Veuillez sp�cifier le
nom
du lecteur CD-ROM � utiliser,
542
ainsi que le
nom
du r�pertoire contenant les fichiers d'installation.
571
{Veuillez sp�cifier le
nom
du p�riph�rique local (qui ne doit pas
578
{Veuillez sp�cificer le
nom
du r�pertoire local (d�j� mont�)
610
{Votre
nom
de domaine
[
all
...]
Completed in 104 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026