Home
last modified time | relevance | path

Searched defs:UHCIState (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/qemu/qemu-6.2.0/hw/usb/
H A Dhcd-uhci.h45 typedef struct UHCIState { struct
46 PCIDevice dev;
47 MemoryRegion io_bar;
48 USBBus bus; /* Note unused when we're a companion controller */
49 uint16_t cmd; /* cmd register */
50 uint16_t status;
51 uint16_t intr; /* interrupt enable register */
75 } UHCIState; argument
H A Dhcd-uhci.c63 typedef struct UHCIState UHCIState; typedef
/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Dhcd-uhci.h45 typedef struct UHCIState { struct
46 PCIDevice dev;
47 MemoryRegion io_bar;
48 USBBus bus; /* Note unused when we're a companion controller */
49 uint16_t cmd; /* cmd register */
50 uint16_t status;
51 uint16_t intr; /* interrupt enable register */
75 } UHCIState; argument
H A Dhcd-uhci.c62 typedef struct UHCIState UHCIState; typedef
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/usb/
H A Dhcd-uhci.h45 typedef struct UHCIState { struct
46 PCIDevice dev;
47 MemoryRegion io_bar;
48 USBBus bus; /* Note unused when we're a companion controller */
49 uint16_t cmd; /* cmd register */
50 uint16_t status;
51 uint16_t intr; /* interrupt enable register */
75 } UHCIState; typedef
H A Dhcd-uhci.c62 typedef struct UHCIState UHCIState; typedef
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Dhcd-uhci.c115 struct UHCIState { struct
116 PCIDevice dev;
117 MemoryRegion io_bar;
120 uint16_t status;
124 uint8_t sof_timing;
126 int64_t expire_time;
127 QEMUTimer *frame_timer;
128 QEMUBH *bh;
129 uint32_t frame_bytes;
131 bool completions_only;
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/usb/
H A Dhcd-uhci.c114 struct UHCIState { struct
115 PCIDevice dev;
116 MemoryRegion io_bar;
119 uint16_t status;
123 uint8_t sof_timing;
125 int64_t expire_time;
126 QEMUTimer *frame_timer;
127 QEMUBH *bh;
128 uint32_t frame_bytes;
130 bool completions_only;
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/usb/
H A Dhcd-uhci.c114 struct UHCIState { struct
115 PCIDevice dev;
116 MemoryRegion io_bar;
119 uint16_t status;
123 uint8_t sof_timing;
125 int64_t expire_time;
126 QEMUTimer *frame_timer;
127 QEMUBH *bh;
128 uint32_t frame_bytes;
130 bool completions_only;
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/usb/
H A Dhcd-uhci.c111 struct UHCIState { struct
112 PCIDevice dev;
113 MemoryRegion io_bar;
116 uint16_t status;
120 uint8_t sof_timing;
122 int64_t expire_time;
123 QEMUTimer *frame_timer;
124 QEMUBH *bh;
125 uint32_t frame_bytes;
127 bool completions_only;
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/usb/
H A Dhcd-uhci.c114 struct UHCIState { struct
115 PCIDevice dev;
116 MemoryRegion io_bar;
119 uint16_t status;
123 uint8_t sof_timing;
125 int64_t expire_time;
126 QEMUTimer *frame_timer;
127 QEMUBH *bh;
128 uint32_t frame_bytes;
130 bool completions_only;
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/usb/
H A Dhcd-uhci.c114 struct UHCIState { struct
115 PCIDevice dev;
116 MemoryRegion io_bar;
119 uint16_t status;
123 uint8_t sof_timing;
125 int64_t expire_time;
126 QEMUTimer *frame_timer;
127 QEMUBH *bh;
128 uint32_t frame_bytes;
130 bool completions_only;
[all …]