Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/mdio-util/files/
H A Dmdio-util11 RETRY_CNT=30
39 for i in $(seq 1 1 $RETRY_CNT)
45 elif [ "$i" -eq "${RETRY_CNT}" ]; then
53 for i in $(seq 1 1 $RETRY_CNT)
61 elif [ "$i" -eq "$RETRY_CNT" ]; then
83 for i in $(seq 1 1 $RETRY_CNT)
89 elif [ "$i" -eq "$RETRY_CNT" ]; then
131 for i in $(seq 1 1 $RETRY_CNT)
137 elif [ "$i" -eq "$RETRY_CNT" ]; then
156 for i in $(seq 1 1 $RETRY_CNT)
[all …]
/openbmc/linux/drivers/misc/eeprom/
H A Didt_89hpesx.c237 #define RETRY_CNT (128) macro
239 int __retry = RETRY_CNT; \
560 retry = RETRY_CNT; in idt_eeprom_read_byte()