Searched refs:mc_base_version (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.c | 11650 u32 mc_dev_type, mc_version, mc_base_version; in drx_check_firmware() local 11662 DRX_ATTR_MCRECORD(demod).mc_base_version = 0; in drx_check_firmware() 11701 mc_base_version = be32_to_cpu(*(__be32 *)(auxblk)); in drx_check_firmware() 11706 DRX_ATTR_MCRECORD(demod).mc_base_version = mc_base_version; in drx_check_firmware() 11709 mc_dev_type, mc_version, mc_base_version); in drx_check_firmware()
|
H A D | drx_driver.h | 951 * - mc_base_version == 0.0.0 => full microcode (mc_version is the version) 952 * - mc_base_version != 0.0.0 => patch microcode, the base microcode version 961 u32 mc_base_version; /* in case of patch: the original microcode version */ member
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.c | 11648 u32 mc_dev_type, mc_version, mc_base_version; in drx_check_firmware() local 11660 DRX_ATTR_MCRECORD(demod).mc_base_version = 0; in drx_check_firmware() 11699 mc_base_version = be32_to_cpu(*(__be32 *)(auxblk)); in drx_check_firmware() 11704 DRX_ATTR_MCRECORD(demod).mc_base_version = mc_base_version; in drx_check_firmware() 11707 mc_dev_type, mc_version, mc_base_version); in drx_check_firmware()
|
H A D | drx_driver.h | 951 * - mc_base_version == 0.0.0 => full microcode (mc_version is the version) 952 * - mc_base_version != 0.0.0 => patch microcode, the base microcode version 961 u32 mc_base_version; /* in case of patch: the original microcode version */ member
|
Completed in 41 milliseconds