Searched refs:SW_TWSI_R (Results 1 – 2 of 2) sorted by relevance
451 cmd = SW_TWSI_V | SW_TWSI_R | SW_TWSI_SOVR | SW_TWSI_OP_7; in octeon_i2c_hlc_read()463 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_read()511 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_write()565 cmd = SW_TWSI_V | SW_TWSI_R | SW_TWSI_SOVR | SW_TWSI_OP_7_IA; in octeon_i2c_hlc_comp_read()577 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_comp_read()627 if ((cmd & SW_TWSI_R) == 0) in octeon_i2c_hlc_comp_write()660 cmd = SW_TWSI_V | SW_TWSI_R | SW_TWSI_SOVR | SW_TWSI_OP_7_IA; in octeon_i2c_hlc_block_comp_read()669 if ((cmd & SW_TWSI_R) == 0) { in octeon_i2c_hlc_block_comp_read()743 if ((cmd & SW_TWSI_R) == 0) { in octeon_i2c_hlc_block_comp_write()
16 #define SW_TWSI_R BIT_ULL(56) /* Result or read bit */ macro196 __raw_writeq(SW_TWSI_V | eop_reg | SW_TWSI_R, i2c->twsi_base + OCTEON_REG_SW_TWSI(i2c)); in octeon_i2c_reg_read()
Completed in 5 milliseconds