Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-sun6i-p2wi.c48 #define P2WI_CTRL_START_TRANS BIT(7) macro
141 if (readl(p2wi->regs + P2WI_CTRL) & P2WI_CTRL_START_TRANS) { in p2wi_smbus_xfer()
151 writel(P2WI_CTRL_START_TRANS | P2WI_CTRL_GLOBAL_INT_ENB, in p2wi_smbus_xfer()