Home
last modified time | relevance | path

Searched refs:RV3029_TRICKLE_1K (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/rtc/
H A Drv3029.c63 #define RV3029_TRICKLE_1K BIT(4) /* 1.5K resistance */ macro
67 #define RV3029_TRICKLE_MASK (RV3029_TRICKLE_1K |\
385 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K | in rv3029_trickle_config()
389 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K | in rv3029_trickle_config()
393 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K | in rv3029_trickle_config()
397 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K, in rv3029_trickle_config()
400 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_20K | in rv3029_trickle_config()
404 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_20K, in rv3029_trickle_config()
407 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_80K, in rv3029_trickle_config()
410 .conf = RV3029_TRICKLE_1K, in rv3029_trickle_config()
/openbmc/linux/drivers/rtc/
H A Drtc-rv3029c2.c97 #define RV3029_TRICKLE_1K BIT(4) /* 1.5K resistance */ macro
101 #define RV3029_TRICKLE_MASK (RV3029_TRICKLE_1K |\
493 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K |
497 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K |
501 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K |
505 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_5K,
508 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_20K |
512 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_20K,
515 .conf = RV3029_TRICKLE_1K | RV3029_TRICKLE_80K,
518 .conf = RV3029_TRICKLE_1K,