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 version; /* cached version */
332 u32 port_map; /* port map to use */
333 u32 saved_cap; /* saved initial cap */
334 u32 saved_cap2; /* saved initial cap2 */
335 u32 saved_port_map; /* saved initial port_map */
336 u32 em_loc; /* enclosure management location */
337 u32 em_buf_sz; /* EM buffer size in byte */
338 u32 em_msg_type; /* EM message type */
339 bool got_runtime_pm; /* Did we do pm_runtime_get? */
340 struct clk *clks[AHCI_MAX_CLKS]; /* Optional */
341 struct reset_control *rsts; /* Optional */
342 struct regulator **target_pwrs; /* Optional */
343 struct regulator *ahci_regulator;/* Optional */
344 struct regulator *phy_regulator;/* Optional */
349 struct phy **phys;
350 unsigned nports; /* Number of ports */
351 void *plat_data; /* Other platform data */
352 unsigned int irq; /* interrupt line */
358 void (*start_engine)(struct ata_port *ap);
364 int (*stop_engine)(struct ata_port *ap);
366 irqreturn_t (*irq_handler)(int irq, void *dev_instance);
369 int (*get_irq_vector)(struct ata_host *host,