Home
last modified time | relevance | path

Searched refs:REG_CONTROLLER_STATUS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/ufs/
H A Dufshci.h33 REG_CONTROLLER_STATUS = 0x30, enumerator
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c780 return ufshcd_readl(hba, REG_CONTROLLER_STATUS) & DEVICE_PRESENT; in ufshcd_is_device_present()
2307 REG_CONTROLLER_STATUS); in ufshcd_ready_for_uic_cmd()
2321 return (ufshcd_readl(hba, REG_CONTROLLER_STATUS) >> 8) & 0x7; in ufshcd_get_upmcrs()
4638 reg = ufshcd_readl(hba, REG_CONTROLLER_STATUS); in ufshcd_make_hba_operational()