Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dgt64120.c200 #define GT_PCI1_CMD (0xc80 >> 2) macro
225 REG32(GT_PCI1_CMD, 0xc80)
226 FIELD(GT_PCI1_CMD, MByteSwap, 0, 1)
227 FIELD(GT_PCI1_CMD, SByteSwap, 16, 1)
646 case GT_PCI1_CMD: in gt64120_writel()
954 case GT_PCI1_CMD: in gt64120_readl()
1160 s->regs[GT_PCI1_CMD] = s->cpu_little_endian ? R_GT_PCI1_CMD_ByteSwap_MASK : 0; in gt64120_reset()