Lines Matching defs:fadc
496 unsigned int fadc;
499 fadc = DIV_ROUND_CLOSEST(st->fclk,
501 freq[0] = DIV_ROUND_CLOSEST(fadc * 240, 1024);
503 fadc = DIV_ROUND_CLOSEST(st->fclk,
505 freq[1] = DIV_ROUND_CLOSEST(fadc * 240, 1024);
507 fadc = DIV_ROUND_CLOSEST(st->fclk, AD7192_MODE_RATE(st->mode));
508 freq[2] = DIV_ROUND_CLOSEST(fadc * 230, 1024);
509 freq[3] = DIV_ROUND_CLOSEST(fadc * 272, 1024);
626 unsigned int fadc;
628 fadc = DIV_ROUND_CLOSEST(st->fclk,
632 return DIV_ROUND_CLOSEST(fadc * 240, 1024);
634 return DIV_ROUND_CLOSEST(fadc * 272, 1024);
636 return DIV_ROUND_CLOSEST(fadc * 230, 1024);