Home
last modified time | relevance | path

Searched refs:LPC_HICR6 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/aspeed/evb_ast2600/
H A Devb_ast2600.c12 #define LPC_HICR6 (LPC_BASE + 0x84) macro
42 value = readl(LPC_HICR6); in port80h_snoop_init()
44 writel(value, LPC_HICR6); in port80h_snoop_init()
/openbmc/u-boot/board/aspeed/ast2600_dcscm/
H A Dast2600_dcscm.c12 #define LPC_HICR6 (LPC_BASE + 0x84) macro
42 value = readl(LPC_HICR6); in port80h_snoop_init()
44 writel(value, LPC_HICR6); in port80h_snoop_init()
/openbmc/u-boot/board/aspeed/ast2600_intel/
H A Dintel.c42 #define LPC_HICR6 (LPC_BASE + 0x84) macro
83 val = readl(LPC_HICR6); in snoop_init()
86 writel(val, LPC_HICR6); in snoop_init()