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