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