Searched refs:fclk (Results 1 – 1 of 1) sorted by relevance
207 unsigned int fclk; member386 bc->cfg.extmodem ? "ext" : "int", bc->cfg.fclk, bc->cfg.bps, in exec_eppfpga()387 (bc->cfg.fclk + 8 * bc->cfg.bps) / (16 * bc->cfg.bps), in exec_eppfpga()1182 bc->cfg.fclk = simple_strtoul(cp+5, NULL, 0); in baycom_setmode()1183 if (bc->cfg.fclk < 1000000) in baycom_setmode()1184 bc->cfg.fclk = 1000000; in baycom_setmode()1185 if (bc->cfg.fclk > 25000000) in baycom_setmode()1186 bc->cfg.fclk = 25000000; in baycom_setmode()1308 bc->cfg.extmodem ? "ext" : "int", bc->cfg.fclk, bc->cfg.bps, in baycom_ioctl()1447 bc->cfg.fclk = 19666600; in init_baycomepp()