Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ps2/
Dps2_npcx_controller.c36 #define PS2_RETRY_COUNT 10000 macro
174 while (ps2_npcx_ctrl_bus_busy(dev) && (i < PS2_RETRY_COUNT)) { in ps2_npcx_ctrl_write()
179 if (unlikely(i == PS2_RETRY_COUNT)) { in ps2_npcx_ctrl_write()