Home
last modified time | relevance | path

Searched refs:LPC_HICRB (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/aspeed/evb_ast2600/
H A Devb_ast2600.c14 #define LPC_HICRB (LPC_BASE + 0x100) macro
52 value = readl(LPC_HICRB) | HICRB_EN80HSGIO; in port80h_snoop_init()
53 writel(value, LPC_HICRB); in port80h_snoop_init()
/openbmc/u-boot/board/aspeed/ast2600_dcscm/
H A Dast2600_dcscm.c14 #define LPC_HICRB (LPC_BASE + 0x100) macro
52 value = readl(LPC_HICRB) | HICRB_EN80HSGIO; in port80h_snoop_init()
53 writel(value, LPC_HICRB); in port80h_snoop_init()
/openbmc/u-boot/board/aspeed/ast2600_intel/
H A Dintel.c48 #define LPC_HICRB (LPC_BASE + 0x100) macro
95 val = readl(LPC_HICRB); in snoop_init()
97 writel(val, LPC_HICRB); in snoop_init()
/openbmc/linux/drivers/char/ipmi/
H A Dkcs_bmc_aspeed.c84 #define LPC_HICRB 0x100 macro
244 regmap_update_bits(priv->map, LPC_HICRB, LPC_HICRB_EN16LADR1, in aspeed_kcs_set_address()
257 regmap_update_bits(priv->map, LPC_HICRB, LPC_HICRB_EN16LADR2, in aspeed_kcs_set_address()
374 regmap_update_bits(priv->map, LPC_HICRB, LPC_HICRB_LPC4E, enable * LPC_HICRB_LPC4E); in aspeed_kcs_enable_channel()
452 regmap_update_bits(priv->map, LPC_HICRB, LPC_HICRB_IBFIE4, in aspeed_kcs_irq_mask_update()