Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dxilinx_xiic.c54 #define XIIC_SR_BUS_BUSY_MASK 0x04 /* 1 = bus is busy */ macro
294 XIIC_SR_BUS_BUSY_MASK, false, 1000, true); in xilinx_xiic_probe_chip()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-xiic.c171 #define XIIC_SR_BUS_BUSY_MASK 0x04 /* 1 = bus is busy */ macro
843 return (sr & XIIC_SR_BUS_BUSY_MASK) ? -EBUSY : 0; in xiic_bus_busy()