Lines Matching defs:HbaMem
69 pub struct HbaMem { struct
70 pub cap: u32, // 0x00, Host capability
71 pub ghc: u32, // 0x04, Global host control
72 pub is: u32, // 0x08, Interrupt status
73 pub pi: u32, // 0x0C, Port implemented
74 pub vs: u32, // 0x10, Version
75 pub ccc_ctl: u32, // 0x14, Command completion coalescing control
76 pub ccc_pts: u32, // 0x18, Command completion coalescing ports
77 pub em_loc: u32, // 0x1C, Enclosure management location
78 pub em_ctl: u32, // 0x20, Enclosure management control
79 pub cap2: u32, // 0x24, Host capabilities extended
80 pub bohc: u32, // 0x28, BIOS/OS handoff control and status
81 pub _rsv: [u8; 116], // 0x2C - 0x9F, Reserved
82 pub vendor: [u8; 96], // 0xA0 - 0xFF, Vendor specific registers
83 pub ports: [HbaPort; 32], // 0x100 - 0x10FF, Port control registers