Searched refs:hfd (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/ |
D | rtc-rv3032.c | 589 int i, hfd; in rv3032_clkout_round_rate() local 596 hfd = DIV_ROUND_CLOSEST(rate, RV3032_HFD_STEP); in rv3032_clkout_round_rate() 598 return RV3032_HFD_STEP * clamp(hfd, 0, 8192); in rv3032_clkout_round_rate() 606 int i, hfd, ret; in rv3032_clkout_set_rate() local 615 hfd = DIV_ROUND_CLOSEST(rate, RV3032_HFD_STEP); in rv3032_clkout_set_rate() 616 hfd = clamp(hfd, 1, 8192) - 1; in rv3032_clkout_set_rate() 622 ret = regmap_write(rv3032->regmap, RV3032_CLKOUT1, hfd & 0xff); in rv3032_clkout_set_rate() 627 FIELD_PREP(RV3032_CLKOUT2_HFD_MSK, hfd >> 8)); in rv3032_clkout_set_rate()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
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;
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-sgmii.c | 101 pcsx_anx_adv_reg.s.hfd = 1; in __cvmx_helper_sgmii_hardware_init_one_time()
|