[go: nahoru, domu]

Searched defs:crystal (Results 1 - 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/therm/
H A Dnv50.c99 int crystal = nv_device(therm)->crystal; local
111 pwm_clock = (crystal * 1000) >> pwm_div;
115 pwm_clock = (crystal * 1000) / 20;
/drivers/gpu/drm/nouveau/core/subdev/clock/
H A Dpllnv04.c49 int crystal = info->refclk; local
56 /* possibly correlated with introduction of 27MHz crystal */
94 if (crystal/M < minU)
96 if (crystal/M > maxU)
99 /* add crystal/2 to round better */
100 N = (clkP * M + crystal/2) / crystal;
108 calcclk = ((N * crystal + P/2) / P + M/2) / M;
150 int crystal = info->refclk; local
166 if (crystal/M
[all...]
/drivers/gpu/drm/nouveau/core/include/core/
H A Ddevice.h95 u32 crystal; member in struct:nouveau_device
/drivers/media/common/siano/
H A Dsms-cards.h95 unsigned int crystal; member in struct:sms_board
/drivers/tty/serial/
H A Dmax3100.c20 .crystal = 0,
121 int crystal; /* 1 if 3.6864Mhz crystal 0 for 1.8432 */ member in struct:max3100_port
446 if (s->crystal)
452 param_new = 14 + s->crystal;
455 param_new = 13 + s->crystal;
458 param_new = 12 + s->crystal;
461 param_new = 11 + s->crystal;
464 param_new = 10 + s->crystal;
467 param_new = 9 + s->crystal;
[all...]

Completed in 146 milliseconds