Home
last modified time | relevance | path

Searched refs:hfd (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/rtc/
Drtc-rv3032.c653 int i, hfd; in rv3032_clkout_round_rate() local
660 hfd = DIV_ROUND_CLOSEST(rate, RV3032_HFD_STEP); in rv3032_clkout_round_rate()
662 return RV3032_HFD_STEP * clamp(hfd, 0, 8192); in rv3032_clkout_round_rate()
670 int i, hfd, ret; in rv3032_clkout_set_rate() local
679 hfd = DIV_ROUND_CLOSEST(rate, RV3032_HFD_STEP); in rv3032_clkout_set_rate()
680 hfd = clamp(hfd, 1, 8192) - 1; in rv3032_clkout_set_rate()
686 ret = regmap_write(rv3032->regmap, RV3032_CLKOUT1, hfd & 0xff); in rv3032_clkout_set_rate()
691 FIELD_PREP(RV3032_CLKOUT2_HFD_MSK, hfd >> 8)); in rv3032_clkout_set_rate()
/linux-6.12.1/arch/mips/include/asm/octeon/
Dcvmx-pcsx-defs.h349 uint64_t hfd:1; member
355 uint64_t hfd:1;
397 uint64_t hfd:1; member
403 uint64_t hfd:1;
/linux-6.12.1/arch/mips/cavium-octeon/executive/
Dcvmx-helper-sgmii.c101 pcsx_anx_adv_reg.s.hfd = 1; in __cvmx_helper_sgmii_hardware_init_one_time()