Home
last modified time | relevance | path

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

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