Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-octeon-core.c192 case STAT_IDLE: in octeon_i2c_check_status()
707 for (tries = 10; tries && status != STAT_IDLE; tries--) { in octeon_i2c_init_lowlevel()
710 if (status == STAT_IDLE) in octeon_i2c_init_lowlevel()
714 if (status != STAT_IDLE) { in octeon_i2c_init_lowlevel()
H A Di2c-octeon-core.h74 #define STAT_IDLE 0xF8 macro
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_lpuart.c31 #define STAT_IDLE (1 << 20) macro
38 #define STAT_FLAGS (STAT_LBKDIF | STAT_RXEDGIF | STAT_IDLE | STAT_OR | \