Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dgt64120.c45 #define GT_CPU (0x000 >> 2) macro
48 REG32(GT_CPU, 0x000)
49 FIELD(GT_CPU, Endianness, 12, 1)
449 if (!(s->regs[GT_CPU] & 0x00001000)) { in gt64120_writel()
456 case GT_CPU: in gt64120_writel()
457 s->regs[GT_CPU] = val; in gt64120_writel()
794 case GT_CPU: in gt64120_readl()
1011 if (!(s->regs[GT_CPU] & 0x00001000)) { in gt64120_readl()
1036 s->regs[GT_CPU] = s->cpu_little_endian ? R_GT_CPU_Endianness_MASK : 0; in gt64120_reset()