| /kernel/linux/linux-5.10/sound/soc/fsl/ |
| D | fsl_sai.c | 868 /* Set VERID and PARAM be volatile for reading value in probe */ in fsl_sai_volatile_reg() 964 dev_dbg(dev, "VERID: 0x%016X\n", val); in fsl_sai_check_version() 966 sai->verid.major = (val & FSL_SAI_VERID_MAJOR_MASK) >> in fsl_sai_check_version() 968 sai->verid.minor = (val & FSL_SAI_VERID_MINOR_MASK) >> in fsl_sai_check_version() 970 sai->verid.feature = val & FSL_SAI_VERID_FEATURE_MASK; in fsl_sai_check_version() 1126 sai->verid.major >= 3 && sai->verid.minor >= 1) { in fsl_sai_probe()
|
| D | fsl_sai.h | 171 /* SAI VERID Register */ 274 struct fsl_sai_verid verid; member
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/ |
| D | nxp,imx8qxp-adc.yaml | 44 External ADC reference voltage supply on VREFH pad. If VERID[MVI] is
|
| /kernel/linux/linux-6.6/sound/soc/fsl/ |
| D | fsl_sai.h | 177 /* SAI VERID Register */ 306 struct fsl_sai_verid verid; member
|
| D | fsl_micfil.c | 69 struct fsl_micfil_verid verid; member 414 dev_dbg(dev, "VERID: 0x%016X\n", val); in fsl_micfil_use_verid() 416 micfil->verid.version = val & in fsl_micfil_use_verid() 418 micfil->verid.version >>= MICFIL_VERID_MINOR_SHIFT; in fsl_micfil_use_verid() 419 micfil->verid.feature = val & MICFIL_VERID_FEATURE_MASK; in fsl_micfil_use_verid()
|
| D | fsl_sai.c | 413 bool support_1_1_ratio = sai->verid.version >= 0x0301; in fsl_sai_set_bclk() 1080 /* Set VERID and PARAM be volatile for reading value in probe */ in fsl_sai_volatile_reg() 1176 dev_dbg(dev, "VERID: 0x%016X\n", val); in fsl_sai_check_version() 1178 sai->verid.version = val & in fsl_sai_check_version() 1180 sai->verid.version >>= FSL_SAI_VERID_MINOR_SHIFT; in fsl_sai_check_version() 1181 sai->verid.feature = val & FSL_SAI_VERID_FEATURE_MASK; in fsl_sai_check_version()
|
| D | fsl_micfil.h | 90 /* MICFIL VERID Register -- REG_MICFIL_VERID */
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| D | dw_mmc-zx.c | 145 if (host->verid == 0x290a) /* only for emmc */ in dw_mci_zx_execute_tuning()
|
| D | dw_mmc.h | 101 * @verid: Denote Version ID. 202 u16 verid; member
|
| D | dw_mmc.c | 1036 if (host->verid < DW_MMC_240A || in dw_mci_ctrl_thld() 1037 (host->verid < DW_MMC_280A && data->flags & MMC_DATA_WRITE)) in dw_mci_ctrl_thld() 3304 host->verid = SDMMC_GET_VERID(mci_readl(host, VERID)); in dw_mci_probe() 3305 dev_info(host->dev, "Version ID is %04x\n", host->verid); in dw_mci_probe() 3309 else if (host->verid < DW_MMC_240A) in dw_mci_probe()
|
| /kernel/linux/linux-6.6/drivers/mmc/host/ |
| D | dw_mmc.h | 104 * @verid: Denote Version ID. 207 u16 verid; member
|
| D | dw_mmc.c | 1041 if (host->verid < DW_MMC_240A || in dw_mci_ctrl_thld() 1042 (host->verid < DW_MMC_280A && data->flags & MMC_DATA_WRITE)) in dw_mci_ctrl_thld() 3527 host->verid = SDMMC_GET_VERID(mci_readl(host, VERID)); in dw_mci_probe() 3528 dev_info(host->dev, "Version ID is %04x\n", host->verid); in dw_mci_probe() 3532 else if (host->verid < DW_MMC_240A) in dw_mci_probe()
|
| /kernel/linux/linux-5.10/drivers/hsi/clients/ |
| D | ssi_protocol.c | 687 dev_warn(&cl->device, "boot info req verid mismatch\n"); in ssip_rx_bootinforeq() 704 dev_warn(&cl->device, "boot info resp verid mismatch\n"); in ssip_rx_bootinforesp()
|
| /kernel/linux/linux-6.6/drivers/hsi/clients/ |
| D | ssi_protocol.c | 686 dev_warn(&cl->device, "boot info req verid mismatch\n"); in ssip_rx_bootinforeq() 703 dev_warn(&cl->device, "boot info resp verid mismatch\n"); in ssip_rx_bootinforesp()
|
| /kernel/linux/linux-5.10/drivers/nvme/host/ |
| D | lightnvm.c | 165 __le16 verid; member 511 if (le16_to_cpu(bb_tbl->verid) != 1) { in nvme_nvm_get_bb_tbl()
|
| /kernel/linux/linux-6.6/drivers/cdrom/ |
| D | gdrom.c | 110 char verid; member
|
| /kernel/linux/linux-5.10/drivers/cdrom/ |
| D | gdrom.c | 111 char verid; member
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0009_linux_sound.patch | 13472 + (ratio == 1 && sai->verid.major >= 3 && sai->verid.minor >= 1)) { 13525 + if (sai->verid.major >= 3 && sai->verid.minor >= 1) { 14069 - sai->verid.major >= 3 && sai->verid.minor >= 1) { 14076 + if (sai->verid.feature & FSL_SAI_VERID_TSTMP_EN) { 14123 + if (sai->verid.feature & FSL_SAI_VERID_TSTMP_EN) 14138 + if (sai->verid.feature & FSL_SAI_VERID_TSTMP_EN) 14383 struct fsl_sai_verid verid;
|