Searched refs:mxl692_memwrite (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | mxl692.c | 300 static int mxl692_memwrite(struct mxl692_dev *dev, u32 addr, in mxl692_memwrite() function 596 status = mxl692_memwrite(dev, 0x70000018, (u8 *)®_val, sizeof(u32)); in mxl692_fwdownload() 658 status = mxl692_memwrite(dev, 0x80000100, (u8 *)®_val, sizeof(u32)); in mxl692_reset() 693 status = mxl692_memwrite(dev, 0x90000000, (u8 *)®_val, sizeof(u32)); in mxl692_config_regulators() 704 status = mxl692_memwrite(dev, 0x90000018, (u8 *)®_val, sizeof(u32)); in mxl692_config_regulators() 731 status = mxl692_memwrite(dev, 0x90000000, (u8 *)®_val, sizeof(u32)); in mxl692_config_xtal() 738 status = mxl692_memwrite(dev, 0x90000000, (u8 *)®_val, sizeof(u32)); in mxl692_config_xtal() 745 status = mxl692_memwrite(dev, 0x90000000, (u8 *)®_val, sizeof(u32)); in mxl692_config_xtal() 790 status = mxl692_memwrite(dev, 0x70000010, (u8 *)®_val, sizeof(u32)); in mxl692_config_xtal() 800 status = mxl692_memwrite(dev, 0x70000018, (u8 *)®_val, sizeof(u32)); in mxl692_config_xtal() [all …]
|