Home
last modified time | relevance | path

Searched +full:0 +full:x1e8 (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/misc/
H A Dxlnx-versal-cframe-reg.h35 * and read them through 4 sequential 32 bit accesses (address[3:2] = 0,
38 REG32(CRC0, 0x0)
39 FIELD(CRC, CRC, 0, 32)
40 REG32(CRC1, 0x4)
41 REG32(CRC2, 0x8)
42 REG32(CRC3, 0xc)
43 REG32(FAR0, 0x10)
46 FIELD(FAR0, FRAME_ADDR, 0, 20)
47 REG32(FAR1, 0x14)
48 REG32(FAR2, 0x18)
[all …]
/qemu/hw/net/
H A Dcadence_gem.c40 #define CADENCE_GEM_ERR_DEBUG 0
46 } while (0)
48 REG32(NWCTRL, 0x0) /* Network Control reg */
49 FIELD(NWCTRL, LOOPBACK , 0, 1)
81 REG32(NWCFG, 0x4) /* Network Config reg */
82 FIELD(NWCFG, SPEED, 0, 1)
111 REG32(NWSTATUS, 0x8) /* Network Status reg */
112 REG32(USERIO, 0xc) /* User IO reg */
114 REG32(DMACFG, 0x10) /* DMA Control reg */
131 FIELD(DMACFG, AMBA_BURST_LEN , 0, 5)
[all …]
/qemu/ui/
H A Dvnc_keysym.h6 { "space", 0x020},
7 { "exclam", 0x021},
8 { "quotedbl", 0x022},
9 { "numbersign", 0x023},
10 { "dollar", 0x024},
11 { "percent", 0x025},
12 { "ampersand", 0x026},
13 { "apostrophe", 0x027},
14 { "parenleft", 0x028},
15 { "parenright", 0x029},
[all …]
/qemu/hw/gpio/
H A Daspeed_gpio.c24 #define ASPEED_CMD_SRC_MASK 0x01010101
25 #define ASPEED_SOURCE_ARM 0
35 * | 2 | 1 | 0 | trigger mode
37 * | 0 | 0 | 0 | falling-edge
38 * | 0 | 0 | 1 | rising-edge
39 * | 0 | 1 | 0 | level-low
40 * | 0 | 1 | 1 | level-high
43 #define ASPEED_FALLING_EDGE 0
50 #define GPIO_ABCD_DATA_VALUE (0x000 >> 2)
51 #define GPIO_ABCD_DIRECTION (0x004 >> 2)
[all …]