Home
last modified time | relevance | path

Searched refs:busy_dpsm_flag (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
Dmmci.h350 u32 busy_dpsm_flag; member
Dmmci.c183 .busy_dpsm_flag = MCI_DPSM_ST_BUSYMODE,
218 .busy_dpsm_flag = MCI_DPSM_ST_BUSYMODE,
392 datactrl |= host->datactrl_reg & host->variant->busy_dpsm_flag; in mmci_write_datactrlreg()
2092 if (variant->busy_dpsm_flag) in mmci_probe()
2094 host->variant->busy_dpsm_flag); in mmci_probe()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch6737 host->variant->busy_dpsm_flag);
6842 * @busy_dpsm_flag: bitmask enabling busy detection in the DPSM
6859 u32 busy_dpsm_flag;