Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-octeon.c37 #define SW_TWSI_V 0x8000000000000000ull macro
89 __raw_writeq(SW_TWSI_V | eop_reg | data, i2c->twsi_base + SW_TWSI); in octeon_i2c_write_sw()
92 } while ((tmp & SW_TWSI_V) != 0); in octeon_i2c_write_sw()
108 __raw_writeq(SW_TWSI_V | eop_reg | SW_TWSI_R, i2c->twsi_base + SW_TWSI); in octeon_i2c_read_sw()
111 } while ((tmp & SW_TWSI_V) != 0); in octeon_i2c_read_sw()