Searched refs:write_creg (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/media/pci/ddbridge/ |
D | ddbridge-ci.c | 180 static int write_creg(struct ddb_ci *ci, u8 data, u8 mask) in write_creg() function 240 write_creg(ci, 0x01, 0x01); in slot_reset_xo2() 241 write_creg(ci, 0x04, 0x04); in slot_reset_xo2() 243 write_creg(ci, 0x02, 0x02); in slot_reset_xo2() 244 write_creg(ci, 0x00, 0x04); in slot_reset_xo2() 245 write_creg(ci, 0x18, 0x18); in slot_reset_xo2() 254 write_creg(ci, 0x10, 0xff); in slot_shutdown_xo2() 255 write_creg(ci, 0x08, 0x08); in slot_shutdown_xo2() 264 write_creg(ci, 0x00, 0x10); in slot_ts_enable_xo2() 310 write_creg(ci, 0x10, 0xff); in ci_xo2_attach() [all …]
|