Searched defs:AHCIDevice (Results 1 – 2 of 2) sorted by relevance
307 struct AHCIDevice { struct308 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 …]
29 typedef struct AHCIDevice AHCIDevice; typedef