Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dmeson_i2c.c17 #define REG_CTRL_ERROR BIT(3) macro
192 if (readl(&i2c->regs->ctrl) & REG_CTRL_ERROR) { in meson_i2c_xfer_msg()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-meson.c35 #define REG_CTRL_ERROR BIT(3) macro
280 if (ctrl & REG_CTRL_ERROR) { in meson_i2c_transfer_complete()
/openbmc/linux/drivers/phy/ti/
H A Dphy-twl4030-usb.c96 #define REG_CTRL_ERROR 0xB5 macro