Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/media/cxd2099/
Dcxd2099.c212 static int write_regm(struct cxd *ci, u8 reg, u8 val, u8 mask) in write_regm() function
231 return write_regm(ci, reg, val, 0xff); in write_reg()
257 write_regm(ci, 0x06, 0x00, 0x07); in set_mode()
260 write_regm(ci, 0x06, 0x02, 0x07); in set_mode()
275 write_regm(ci, 0x20, 0x80, 0x80); in cam_mode()
284 write_regm(ci, 0x08, 0x40, 0x40); in cam_mode()
286 write_regm(ci, 0x08, 0x80, 0x80); in cam_mode()
351 status = write_regm(ci, 0x14, 0x00, 0x0F); in init()
357 status = write_regm(ci, 0x16, 0x00, 0x0F); in init()
405 status = write_regm(ci, 0x20, 0x80, 0x80); in init()
[all …]