Searched refs:h2x_reg (Results 1 – 1 of 1) sorted by relevance
14 struct aspeed_h2x_reg *h2x_reg; member22 struct aspeed_h2x_reg *h2x_reg = pcie->h2x_reg; in aspeed_pcie_set_slot_power_limit() local27 writel(BIT(4) | readl(&h2x_reg->h2x_rc_l_ctrl), in aspeed_pcie_set_slot_power_limit()28 &h2x_reg->h2x_rc_l_ctrl); in aspeed_pcie_set_slot_power_limit()31 writel(BIT(4) | readl(&h2x_reg->h2x_rc_h_ctrl), in aspeed_pcie_set_slot_power_limit()32 &h2x_reg->h2x_rc_h_ctrl); in aspeed_pcie_set_slot_power_limit()38 writel(0x74000001, &h2x_reg->h2x_tx_desc3); in aspeed_pcie_set_slot_power_limit()41 writel(0x00400050 | (txTag << 8), &h2x_reg->h2x_tx_desc2); in aspeed_pcie_set_slot_power_limit()44 writel(0x00200050 | (txTag << 8), &h2x_reg->h2x_tx_desc2); in aspeed_pcie_set_slot_power_limit()47 writel(0x0, &h2x_reg->h2x_tx_desc1); in aspeed_pcie_set_slot_power_limit()[all …]