Home
last modified time | relevance | path

Searched refs:verid (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/mmc/host/
Ddw_mmc-zx.c149 if (host->verid == 0x290a) /* only for emmc */ in dw_mci_zx_execute_tuning()
Ddw_mmc.h206 u16 verid; member
Ddw_mmc.c1059 if (host->verid < DW_MMC_240A || in dw_mci_ctrl_thld()
1060 (host->verid < DW_MMC_280A && data->flags & MMC_DATA_WRITE)) in dw_mci_ctrl_thld()
3337 host->verid = SDMMC_GET_VERID(mci_readl(host, VERID)); in dw_mci_probe()
3338 dev_info(host->dev, "Version ID is %04x\n", host->verid); in dw_mci_probe()
3342 else if (host->verid < DW_MMC_240A) in dw_mci_probe()
/Linux-v4.19/drivers/cdrom/
Dgdrom.c130 char verid; member
/Linux-v4.19/drivers/nvme/host/
Dlightnvm.c179 __le16 verid; member
525 if (le16_to_cpu(bb_tbl->verid) != 1) { in nvme_nvm_get_bb_tbl()