Home
last modified time | relevance | path

Searched refs:h2x_rc_l_isr (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpcie_aspeed.c69 while (!(readl(&h2x_reg->h2x_rc_l_isr) & PCIE_RC_RX_DONE_ISR)) { in aspeed_pcie_set_slot_power_limit()
75 writel(PCIE_RC_RX_DONE_ISR, &h2x_reg->h2x_rc_l_isr); in aspeed_pcie_set_slot_power_limit()
144 while (!(readl(&h2x_reg->h2x_rc_l_isr) & PCIE_RC_RX_DONE_ISR)) { in aspeed_pcie_cfg_read()
161 writel(readl(&h2x_reg->h2x_rc_l_isr), in aspeed_pcie_cfg_read()
162 &h2x_reg->h2x_rc_l_isr); in aspeed_pcie_cfg_read()
278 while (!(readl(&h2x_reg->h2x_rc_l_isr) & PCIE_RC_RX_DONE_ISR)) { in aspeed_pcie_cfg_write()
284 writel(PCIE_RC_RX_DONE_ISR, &h2x_reg->h2x_rc_l_isr); in aspeed_pcie_cfg_write()
H A Dpcie_aspeed.h76 u32 h2x_rc_l_isr; //0x88 member