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;
316 QEMUBH *check_bh;
317 uint8_t *lst;
318 uint8_t *res_fis;
320 int32_t busy_slot;
[all …]
/openbmc/qemu/include/hw/ide/
H A Dahci.h30 typedef struct AHCIDevice AHCIDevice; typedef