Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dgt64120.c183 #define GT_PCI0_CMD (0xc00 >> 2) macro
220 REG32(GT_PCI0_CMD, 0xc00)
221 FIELD(GT_PCI0_CMD, MByteSwap, 0, 1)
222 FIELD(GT_PCI0_CMD, SByteSwap, 16, 1)
347 pci_host_data_ops[s->regs[GT_PCI0_CMD] & 1], in gt64120_update_pci_cfgdata_mapping()
645 case GT_PCI0_CMD: in gt64120_writel()
938 case GT_PCI0_CMD: in gt64120_readl()
1143 s->regs[GT_PCI0_CMD] = s->cpu_little_endian ? R_GT_PCI0_CMD_ByteSwap_MASK : 0; in gt64120_reset()