Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-octeon-core.c411 cmd = SW_TWSI_V | SW_TWSI_R | SW_TWSI_SOVR; in octeon_i2c_hlc_read()
428 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_read()
481 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_write()
496 cmd = SW_TWSI_V | SW_TWSI_R | SW_TWSI_SOVR; in octeon_i2c_hlc_comp_read()
526 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_comp_read()
590 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_comp_write()
H A Di2c-octeon-core.h14 #define SW_TWSI_R BIT_ULL(56) /* Result or read bit */ macro
172 __raw_writeq(SW_TWSI_V | eop_reg | SW_TWSI_R, i2c->twsi_base + SW_TWSI(i2c)); in octeon_i2c_reg_read()