Searched refs:RV3029_TRICKLE_80K (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/rtc/ |
H A D | rv3029.c | 66 #define RV3029_TRICKLE_80K BIT(7) /* 80K resistance */ macro 70 RV3029_TRICKLE_80K) 386 RV3029_TRICKLE_20K | RV3029_TRICKLE_80K, in rv3029_trickle_config() 394 RV3029_TRICKLE_80K, in rv3029_trickle_config() 401 RV3029_TRICKLE_80K, in rv3029_trickle_config() 407 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_80K, in rv3029_trickle_config() 414 RV3029_TRICKLE_80K, in rv3029_trickle_config() 420 .conf = RV3029_TRICKLE_5K | RV3029_TRICKLE_80K, in rv3029_trickle_config() 426 .conf = RV3029_TRICKLE_20K | RV3029_TRICKLE_80K, in rv3029_trickle_config() 432 .conf = RV3029_TRICKLE_80K, in rv3029_trickle_config()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-rv3029c2.c | 100 #define RV3029_TRICKLE_80K BIT(7) /* 80K resistance */ macro 104 RV3029_TRICKLE_80K) 494 RV3029_TRICKLE_20K | RV3029_TRICKLE_80K, 502 RV3029_TRICKLE_80K, 509 RV3029_TRICKLE_80K, 515 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_80K, 522 RV3029_TRICKLE_80K, 528 .conf = RV3029_TRICKLE_5K | RV3029_TRICKLE_80K, 534 .conf = RV3029_TRICKLE_20K | RV3029_TRICKLE_80K, 540 .conf = RV3029_TRICKLE_80K,
|