coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ufs.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_MEDIATEK_COMMON_UFS_H
4 #define SOC_MEDIATEK_COMMON_UFS_H
5 
6 #include <device/mmio.h>
7 #include <soc/addressmap.h>
8 
9 void ufs_disable_refclk(void);
10 
13 };
14 
15 #define UFS_REFCLK_CTRL (UFSHCI_BASE + REG_UFS_REFCLK_CTRL)
16 
17 #endif /* SOC_MEDIATEK_COMMON_UFS_H */
ufshci_offset
Definition: ufs.h:11
@ REG_UFS_REFCLK_CTRL
Definition: ufs.h:12
void ufs_disable_refclk(void)
Definition: ufs.c:5