coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bh720.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 /* Driver for BayHub Technology BH720 PCI to eMMC 5.0 HS200 bridge */
4 
5 #include <types.h>
6 
7 enum {
8  BH720_PROTECT = 0xd0,
13 
18 
19  BH720_MISC2 = 0xf0,
24 
35 
36  BH720_RTD3_L1 = 0x3e0,
38 
39  BH720_PCR_CSR = 0x3e4,
41 };
@ BH720_PROTECT_LOCK_OFF
Definition: bh720.h:9
@ BH720_PCR_DATA_CMD_DRV_MAX
Definition: bh720.h:31
@ BH720_LINK_CTRL_CLKREQ
Definition: bh720.h:17
@ BH720_PROTECT_LOCK_ON
Definition: bh720.h:10
@ BH720_PCR_CSR_EMMC_MODE_SEL
Definition: bh720.h:40
@ BH720_PCR_CLK_DRV_MAX
Definition: bh720.h:32
@ BH720_PROTECT
Definition: bh720.h:8
@ BH720_MEM_ACCESS_EN
Definition: bh720.h:29
@ BH720_MEM_RW_DATA
Definition: bh720.h:25
@ BH720_PCR_EMMC_SETTING
Definition: bh720.h:33
@ BH720_PCR_DrvStrength_PLL
Definition: bh720.h:30
@ BH720_PCR_CSR
Definition: bh720.h:39
@ BH720_LINK_CTRL_L1_ENABLE
Definition: bh720.h:16
@ BH720_MEM_RW_ADR
Definition: bh720.h:26
@ BH720_LINK_CTRL_L0_ENABLE
Definition: bh720.h:15
@ BH720_MEM_RW_WRITE
Definition: bh720.h:28
@ BH720_MISC2_ASPM_DISABLE
Definition: bh720.h:20
@ BH720_RTD3_L1_DISABLE_L1
Definition: bh720.h:37
@ BH720_MISC2_APSM_MORE
Definition: bh720.h:23
@ BH720_PROTECT_OFF
Definition: bh720.h:11
@ BH720_LINK_CTRL
Definition: bh720.h:14
@ BH720_PCR_EMMC_SETTING_1_8V
Definition: bh720.h:34
@ BH720_PROTECT_ON
Definition: bh720.h:12
@ BH720_MEM_RW_READ
Definition: bh720.h:27
@ BH720_MISC2_APSM_PHY_L1
Definition: bh720.h:22
@ BH720_MISC2
Definition: bh720.h:19
@ BH720_MISC2_APSM_CLKREQ_L1
Definition: bh720.h:21
@ BH720_RTD3_L1
Definition: bh720.h:36
#define BIT(nr)
Definition: ec_commands.h:45