Searched refs:XIIC_SR_BUS_BUSY_MASK (Results 1 – 1 of 1) sorted by relevance
117 #define XIIC_SR_BUS_BUSY_MASK 0x04 /* 1 = bus is busy */ macro507 return (sr & XIIC_SR_BUS_BUSY_MASK) ? -EBUSY : 0; in xiic_bus_busy()