Searched refs:update_by_mnemonic (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | mxl5xx.c | 314 static int update_by_mnemonic(struct mxl *state, in update_by_mnemonic() function 819 update_by_mnemonic(state, 0x90200054, 23, 1, enable); in cfg_dev_xtal() 921 update_by_mnemonic(state, 0x8003003C, 0, 1, 1); in do_firmware_download() 978 status = update_by_mnemonic(state, 0x8003003C, 0, 1, 0); in firmware_download() 1027 status = update_by_mnemonic(state, 0x8003003C, 0, 1, 1); in firmware_download() 1083 status |= update_by_mnemonic(state, 0x90000170, 24, 3, in cfg_ts_pad_mux() 1085 status |= update_by_mnemonic(state, 0x90000170, 28, 3, in cfg_ts_pad_mux() 1087 status |= update_by_mnemonic(state, 0x90000174, 0, 3, in cfg_ts_pad_mux() 1089 status |= update_by_mnemonic(state, 0x90000174, 4, 3, in cfg_ts_pad_mux() 1091 status |= update_by_mnemonic(state, 0x90000174, 8, 3, in cfg_ts_pad_mux() [all …]
|