Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/stk1160/
H A Dstk1160-i2c.c39 stk1160_read_reg(dev, STK1160_SICTL+1, &flag); in stk1160_i2c_busy_wait()
74 rc = stk1160_write_reg(dev, STK1160_SICTL, 0x01); in stk1160_i2c_write_reg()
101 rc = stk1160_write_reg(dev, STK1160_SICTL, 0x20); in stk1160_i2c_read_reg()
136 rc = stk1160_write_reg(dev, STK1160_SICTL, 0x20); in stk1160_i2c_check_for_device()
H A Dstk1160-reg.h83 #define STK1160_SICTL 0x200 macro