Searched refs:xn (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/clk/pxa/ |
D | clk-pxa3xx.c | 245 unsigned int xn = (acsr & ACCR_XN_MASK) >> 8; in clk_pxa3xx_run_get_rate() local 252 return t ? (parent_rate / xn) * 2 : parent_rate; in clk_pxa3xx_run_get_rate() 261 unsigned int xn = (acsr & ACCR_XN_MASK) >> 8; in clk_pxa3xx_cpll_get_rate() local 269 pr_info("RJK: parent_rate=%lu, xl=%u, xn=%u\n", parent_rate, xl, xn); in clk_pxa3xx_cpll_get_rate() 270 return t ? parent_rate * xl * xn : parent_rate * xl; in clk_pxa3xx_cpll_get_rate()
|
/linux-4.4.14/include/linux/input/ |
D | as5011.h | 16 char xp, xn; /* threshold for x axis */ member
|
/linux-4.4.14/sound/pci/ |
D | sonicvibes.c | 488 unsigned int xm, xn, xr, xd, metric = ~0U; in snd_sonicvibes_pll() local 496 for (xn = 3; xn < 33; xn++) /* 35 */ in snd_sonicvibes_pll() 498 xr = ((SV_REFFREQUENCY / SV_ADCMULT) * xm) / xn; in snd_sonicvibes_pll() 506 n = xn - 2; in snd_sonicvibes_pll() 514 "metric = %i, xm = %i, xn = %i\n", metric, xm, xn); in snd_sonicvibes_pll()
|
D | cmipci.c | 625 int xm, xn, xr; in snd_cmipci_pll_rmn() local 634 for (xn = (1+2); xn < (0x1f+2); xn++) { in snd_cmipci_pll_rmn() 636 xr = ((CM_REFFREQ_XIN/adcmult) * xm) / xn; in snd_cmipci_pll_rmn() 650 *n = xn - 2; in snd_cmipci_pll_rmn()
|
/linux-4.4.14/drivers/block/paride/ |
D | pt.c | 518 static int xn(char *buf, int offs, int size) in xn() function 565 tape->bs = xn(buf, 10, 2); in pt_identify() 569 tape->capacity = xn(buf, 24, 4); in pt_identify()
|
/linux-4.4.14/drivers/input/joystick/ |
D | as5011.c | 200 error = as5011_i2c_write(client, AS5011_XN, plat_dat->xn); in as5011_configure_chip()
|