Lines Matching refs:write_regm
138 static int write_regm(struct cxd *ci, u8 reg, u8 val, u8 mask) in write_regm() function
160 return write_regm(ci, reg, val, 0xff); in write_reg()
196 write_regm(ci, 0x06, 0x00, 0x07); in set_mode()
199 write_regm(ci, 0x06, 0x02, 0x07); in set_mode()
216 write_regm(ci, 0x20, 0x80, 0x80); in cam_mode()
225 write_regm(ci, 0x08, 0x40, 0x40); in cam_mode()
227 write_regm(ci, 0x08, 0x80, 0x80); in cam_mode()
284 status = write_regm(ci, 0x14, 0x00, 0x0F); in init()
290 status = write_regm(ci, 0x16, 0x00, 0x0F); in init()
359 status = write_regm(ci, 0x20, 0x80, 0x80); in init()
362 status = write_regm(ci, 0x03, 0x02, 0x02); in init()
373 status = write_regm(ci, 0x09, 0x08, 0x08); in init()
446 write_regm(ci, 0x20, 0x80, 0x80); in slot_reset()
475 write_regm(ci, 0x09, 0x08, 0x08); in slot_shutdown()
476 write_regm(ci, 0x20, 0x80, 0x80); /* Reset CAM Mode */ in slot_shutdown()
477 write_regm(ci, 0x06, 0x07, 0x07); /* Clear IO Mode */ in slot_shutdown()
490 write_regm(ci, 0x09, 0x00, 0x08); in slot_ts_enable()
519 write_regm(ci, 0x03, 0x08, 0x08); in campoll()
525 write_regm(ci, 0x03, 0x00, 0x08); in campoll()