HomeSort by: relevance | last modified time | path
    Searched defs:lock_status (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
xc5k.c 428 uint16_t lock_status; local in function:xc5k_get_status
431 if (xc5k_read_2(xc, XC5K_REG_LOCK, &lock_status))
433 if (lock_status & XC5K_LOCK_LOCKED) {
435 if ((lock_status & XC5K_LOCK_NOSIGNAL) == 0)

Completed in 11 milliseconds