Lines Matching defs:ahci_host_priv
318 struct ahci_host_priv { struct
320 unsigned int flags; /* AHCI_HFLAG_* */
321 u32 force_port_map; /* force port map */
322 u32 mask_port_map; /* mask out particular bits */
324 void __iomem * mmio; /* bus-independent mem map */
325 u32 cap; /* cap to use */
326 u32 cap2; /* cap2 to use */
327 u32 port_map; /* port map to use */
328 u32 saved_cap; /* saved initial cap */
329 u32 saved_cap2; /* saved initial cap2 */
330 u32 saved_port_map; /* saved initial port_map */
331 u32 em_loc; /* enclosure management location */
332 u32 em_buf_sz; /* EM buffer size in byte */
333 u32 em_msg_type; /* EM message type */
334 bool got_runtime_pm; /* Did we do pm_runtime_get? */
335 struct clk *clks[AHCI_MAX_CLKS]; /* Optional */
336 struct regulator **target_pwrs; /* Optional */
341 struct phy **phys;
342 unsigned nports; /* Number of ports */
343 void *plat_data; /* Other platform data */
349 void (*start_engine)(struct ata_port *ap);