Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-sun6i-p2wi.c61 #define P2WI_INTS_TRANS_ERR BIT(1) macro
103 status &= (P2WI_INTS_LOAD_BSY | P2WI_INTS_TRANS_ERR | in p2wi_interrupt()
148 writel(P2WI_INTS_LOAD_BSY | P2WI_INTS_TRANS_ERR | P2WI_INTS_TRANS_OVER, in p2wi_smbus_xfer()
161 if (p2wi->status & P2WI_INTS_TRANS_ERR) { in p2wi_smbus_xfer()