Searched refs:RV3029_TRICKLE_20K (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/rtc/ |
H A D | rv3029.c | 66 #define RV3029_TRICKLE_20K BIT(6) /* 20K resistance */ macro 70 RV3029_TRICKLE_20K |\ 387 RV3029_TRICKLE_20K | RV3029_TRICKLE_80K, in rv3029_trickle_config() 391 RV3029_TRICKLE_20K, in rv3029_trickle_config() 401 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_20K | in rv3029_trickle_config() 405 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_20K, in rv3029_trickle_config() 414 .conf = RV3029_TRICKLE_5K | RV3029_TRICKLE_20K | in rv3029_trickle_config() 418 .conf = RV3029_TRICKLE_5K | RV3029_TRICKLE_20K, in rv3029_trickle_config() 427 .conf = RV3029_TRICKLE_20K | RV3029_TRICKLE_80K, in rv3029_trickle_config() 430 .conf = RV3029_TRICKLE_20K, in rv3029_trickle_config()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-rv3029c2.c | 99 #define RV3029_TRICKLE_20K BIT(6) /* 20K resistance */ macro 103 RV3029_TRICKLE_20K |\ 494 RV3029_TRICKLE_20K | RV3029_TRICKLE_80K, 498 RV3029_TRICKLE_20K, 508 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_20K | 512 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_20K, 521 .conf = RV3029_TRICKLE_5K | RV3029_TRICKLE_20K | 525 .conf = RV3029_TRICKLE_5K | RV3029_TRICKLE_20K, 534 .conf = RV3029_TRICKLE_20K | RV3029_TRICKLE_80K, 537 .conf = RV3029_TRICKLE_20K,
|