Searched refs:msm_host_readl (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/mmc/host/ | 
| D | sdhci-msm.c | 136 #define msm_host_readl(msm_host, host, offset) \  macro1514 		val = msm_host_readl(msm_host, host,  in sdhci_msm_check_power_status()
 1568 		msm_host_readl(msm_host, host, msm_offset->core_pwrctl_status),  in sdhci_msm_dump_pwr_ctrl_regs()
 1569 		msm_host_readl(msm_host, host, msm_offset->core_pwrctl_mask),  in sdhci_msm_dump_pwr_ctrl_regs()
 1570 		msm_host_readl(msm_host, host, msm_offset->core_pwrctl_ctl));  in sdhci_msm_dump_pwr_ctrl_regs()
 1584 	irq_status = msm_host_readl(msm_host, host,  in sdhci_msm_handle_pwr_irq()
 1598 	while (irq_status & msm_host_readl(msm_host, host,  in sdhci_msm_handle_pwr_irq()
 2355 		config = msm_host_readl(msm_host, host,  in sdhci_msm_probe()
 2367 	core_version = msm_host_readl(msm_host, host,  in sdhci_msm_probe()
 
 |