Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-xiic.c112 #define XIIC_SR_BUS_BUSY_MASK 0x04 /* 1 = bus is busy */ macro
520 return (sr & XIIC_SR_BUS_BUSY_MASK) ? -EBUSY : 0; in xiic_bus_busy()