Lines Matching refs:write_regm
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()
363 status = write_regm(ci, 0x03, 0x02, 0x02); in init()
374 status = write_regm(ci, 0x09, 0x08, 0x08); in init()
447 write_regm(ci, 0x20, 0x80, 0x80); in slot_reset()
476 write_regm(ci, 0x09, 0x08, 0x08); in slot_shutdown()
477 write_regm(ci, 0x20, 0x80, 0x80); /* Reset CAM Mode */ in slot_shutdown()
478 write_regm(ci, 0x06, 0x07, 0x07); /* Clear IO Mode */ in slot_shutdown()
491 write_regm(ci, 0x09, 0x00, 0x08); in slot_ts_enable()
520 write_regm(ci, 0x03, 0x08, 0x08); in campoll()
526 write_regm(ci, 0x03, 0x00, 0x08); in campoll()