Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/peci/
Dpeci_mchp_xec.c40 #define PECI_IO_DELAY 10 macro
279 k_busy_wait(PECI_IO_DELAY); in peci_xec_write()
283 if (k_sem_take(&data->tx_lock, PECI_IO_DELAY * tx_buf->len)) { in peci_xec_write()
291 k_busy_wait(PECI_IO_DELAY); in peci_xec_write()
330 k_usleep(PECI_IO_DELAY); in peci_xec_read()