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