Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Ddwiicreg.h83 #define DW_IC_STATUS_ACTIVITY 0x1 macro
Ddwiic.c247 if (!(st & DW_IC_STATUS_ACTIVITY)) in dwiic_i2c_exec()
252 if (st & DW_IC_STATUS_ACTIVITY) { in dwiic_i2c_exec()