Searched refs:write_regm (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | cxd2099.c | 139 static int write_regm(struct cxd *ci, u8 reg, u8 val, u8 mask) in write_regm() function 161 return write_regm(ci, reg, val, 0xff); in write_reg() 197 write_regm(ci, 0x06, 0x00, 0x07); in set_mode() 200 write_regm(ci, 0x06, 0x02, 0x07); in set_mode() 217 write_regm(ci, 0x20, 0x80, 0x80); in cam_mode() 226 write_regm(ci, 0x08, 0x40, 0x40); in cam_mode() 228 write_regm(ci, 0x08, 0x80, 0x80); in cam_mode() 285 status = write_regm(ci, 0x14, 0x00, 0x0F); in init() 291 status = write_regm(ci, 0x16, 0x00, 0x0F); in init() 360 status = write_regm(ci, 0x20, 0x80, 0x80); in init() [all …]
|