Home
last modified time | relevance | path

Searched defs:AHCIDevice (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/ide/
H A Dahci-internal.h307 struct AHCIDevice { struct
308 IDEDMA dma;
309 IDEBus port;
310 int port_no;
311 uint32_t port_state;
312 uint32_t finished;
313 AHCIPortRegs port_regs;
314 struct AHCIState *hba;
315 QEMUBH *check_bh;
316 uint8_t *lst;
[all …]
/qemu/include/hw/ide/
H A Dahci.h29 typedef struct AHCIDevice AHCIDevice; typedef