coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ufs.h File Reference
#include <device/mmio.h>
#include <soc/addressmap.h>
Include dependency graph for ufs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UFS_REFCLK_CTRL   (UFSHCI_BASE + REG_UFS_REFCLK_CTRL)
 

Enumerations

enum  ufshci_offset { REG_UFS_REFCLK_CTRL = 0x144 }
 

Functions

void ufs_disable_refclk (void)
 

Macro Definition Documentation

◆ UFS_REFCLK_CTRL

#define UFS_REFCLK_CTRL   (UFSHCI_BASE + REG_UFS_REFCLK_CTRL)

Definition at line 15 of file ufs.h.

Enumeration Type Documentation

◆ ufshci_offset

Enumerator
REG_UFS_REFCLK_CTRL 

Definition at line 11 of file ufs.h.

Function Documentation

◆ ufs_disable_refclk()

void ufs_disable_refclk ( void  )

Definition at line 5 of file ufs.c.

References UFS_REFCLK_CTRL, and write32().

Referenced by soc_init().

Here is the call graph for this function:
Here is the caller graph for this function: