Searched refs:update_by_mnemonic (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/dvb-frontends/ |
D | mxl5xx.c | 304 static int update_by_mnemonic(struct mxl *state, in update_by_mnemonic() function 810 update_by_mnemonic(state, 0x90200054, 23, 1, enable); in cfg_dev_xtal() 912 update_by_mnemonic(state, 0x8003003C, 0, 1, 1); in do_firmware_download() 969 status = update_by_mnemonic(state, 0x8003003C, 0, 1, 0); in firmware_download() 1018 status = update_by_mnemonic(state, 0x8003003C, 0, 1, 1); in firmware_download() 1074 status |= update_by_mnemonic(state, 0x90000170, 24, 3, in cfg_ts_pad_mux() 1076 status |= update_by_mnemonic(state, 0x90000170, 28, 3, in cfg_ts_pad_mux() 1078 status |= update_by_mnemonic(state, 0x90000174, 0, 3, in cfg_ts_pad_mux() 1080 status |= update_by_mnemonic(state, 0x90000174, 4, 3, in cfg_ts_pad_mux() 1082 status |= update_by_mnemonic(state, 0x90000174, 8, 3, in cfg_ts_pad_mux() [all …]
|