Searched refs:SW_TWSI_R (Results 1 – 2 of 2) sorted by relevance
424 cmd = SW_TWSI_V | SW_TWSI_R | SW_TWSI_SOVR | SW_TWSI_OP_7; in octeon_i2c_hlc_read()436 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_read()484 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_write()538 cmd = SW_TWSI_V | SW_TWSI_R | SW_TWSI_SOVR | SW_TWSI_OP_7_IA; in octeon_i2c_hlc_comp_read()550 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_comp_read()600 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_comp_write()
16 #define SW_TWSI_R BIT_ULL(56) /* Result or read bit */ macro185 __raw_writeq(SW_TWSI_V | eop_reg | SW_TWSI_R, i2c->twsi_base + OCTEON_REG_SW_TWSI(i2c)); in octeon_i2c_reg_read()