Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-octeon.c48 #define TWSI_CTL_ENAB 0x40 macro
233 TWSI_CTL_ENAB | TWSI_CTL_STA); in octeon_i2c_start()
245 TWSI_CTL_ENAB | TWSI_CTL_STA); in octeon_i2c_start()
273 TWSI_CTL_ENAB | TWSI_CTL_STP); in octeon_i2c_stop()
306 octeon_i2c_write_sw(i2c, SW_TWSI_EOP_TWSI_CTL, TWSI_CTL_ENAB); in octeon_i2c_write()
322 octeon_i2c_write_sw(i2c, SW_TWSI_EOP_TWSI_CTL, TWSI_CTL_ENAB); in octeon_i2c_write()
357 octeon_i2c_write_sw(i2c, SW_TWSI_EOP_TWSI_CTL, TWSI_CTL_ENAB); in octeon_i2c_read()
374 TWSI_CTL_ENAB | TWSI_CTL_AAK); in octeon_i2c_read()
377 TWSI_CTL_ENAB); in octeon_i2c_read()
493 octeon_i2c_write_sw(i2c, SW_TWSI_EOP_TWSI_CTL, TWSI_CTL_ENAB); in octeon_i2c_initlowlevel()