Searched refs:hfd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-rv3032.c | 652 int i, hfd; in rv3032_clkout_determine_rate() local 662 hfd = DIV_ROUND_CLOSEST(req->rate, RV3032_HFD_STEP); in rv3032_clkout_determine_rate() 664 req->rate = RV3032_HFD_STEP * clamp(hfd, 0, 8192); in rv3032_clkout_determine_rate() 674 int i, hfd, ret; in rv3032_clkout_set_rate() local 683 hfd = DIV_ROUND_CLOSEST(rate, RV3032_HFD_STEP); in rv3032_clkout_set_rate() 684 hfd = clamp(hfd, 1, 8192) - 1; in rv3032_clkout_set_rate() 690 ret = regmap_write(rv3032->regmap, RV3032_CLKOUT1, hfd & 0xff); in rv3032_clkout_set_rate() 695 FIELD_PREP(RV3032_CLKOUT2_HFD_MSK, hfd >> 8)); in rv3032_clkout_set_rate()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pcsx-defs.h | 349 uint64_t hfd:1; member 355 uint64_t hfd:1; 397 uint64_t hfd:1; member 403 uint64_t hfd:1;
|
| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-helper-sgmii.c | 101 pcsx_anx_adv_reg.s.hfd = 1; in __cvmx_helper_sgmii_hardware_init_one_time()
|