Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-octeon.c48 #define TWSI_CTL_ENAB 0x40 macro
236 TWSI_CTL_ENAB | TWSI_CTL_STA); in octeon_i2c_start()
248 TWSI_CTL_ENAB | TWSI_CTL_STA); in octeon_i2c_start()
276 TWSI_CTL_ENAB | TWSI_CTL_STP); in octeon_i2c_stop()
309 octeon_i2c_write_sw(i2c, SW_TWSI_EOP_TWSI_CTL, TWSI_CTL_ENAB); in octeon_i2c_write()
325 octeon_i2c_write_sw(i2c, SW_TWSI_EOP_TWSI_CTL, TWSI_CTL_ENAB); in octeon_i2c_write()
360 octeon_i2c_write_sw(i2c, SW_TWSI_EOP_TWSI_CTL, TWSI_CTL_ENAB); in octeon_i2c_read()
377 TWSI_CTL_ENAB | TWSI_CTL_AAK); in octeon_i2c_read()
380 TWSI_CTL_ENAB); in octeon_i2c_read()
496 octeon_i2c_write_sw(i2c, SW_TWSI_EOP_TWSI_CTL, TWSI_CTL_ENAB); in octeon_i2c_initlowlevel()