Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpcie_aspeed.c17 static u8 txTag; variable
36 txTag %= 0x7; 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()
89 txTag++; in aspeed_pcie_set_slot_power_limit()
118 txTag %= 0x7; in aspeed_pcie_cfg_read()
121 writel(0x0000200f | (txTag << 8), &h2x_reg->h2x_tx_desc2); in aspeed_pcie_cfg_read()
190 txTag++; in aspeed_pcie_cfg_read()
250 txTag %= 0x7; in aspeed_pcie_cfg_write()
253 writel(0x00002000 | (txTag << 8) | byte_en, &h2x_reg->h2x_tx_desc2); in aspeed_pcie_cfg_write()
[all …]