Lines Matching defs:ahci_host_priv
328 struct ahci_host_priv { struct
330 unsigned int flags; /* AHCI_HFLAG_* */
331 u32 mask_port_map; /* mask out particular bits */
333 void __iomem * mmio; /* bus-independent mem map */
334 u32 cap; /* cap to use */
335 u32 cap2; /* cap2 to use */
336 u32 version; /* cached version */
337 u32 port_map; /* port map to use */
338 u32 saved_cap; /* saved initial cap */
339 u32 saved_cap2; /* saved initial cap2 */
340 u32 saved_port_map; /* saved initial port_map */
341 u32 saved_port_cap[AHCI_MAX_PORTS]; /* saved port_cap */
342 u32 em_loc; /* enclosure management location */
343 u32 em_buf_sz; /* EM buffer size in byte */
344 u32 em_msg_type; /* EM message type */
345 u32 remapped_nvme; /* NVMe remapped device count */
346 bool got_runtime_pm; /* Did we do pm_runtime_get? */
347 unsigned int n_clks;
348 struct clk_bulk_data *clks; /* Optional */
349 unsigned int f_rsts;
350 struct reset_control *rsts; /* Optional */
351 struct regulator **target_pwrs; /* Optional */
352 struct regulator *ahci_regulator;/* Optional */
353 struct regulator *phy_regulator;/* Optional */
358 struct phy **phys;
359 unsigned nports; /* Number of ports */
360 void *plat_data; /* Other platform data */
361 unsigned int irq; /* interrupt line */
367 void (*start_engine)(struct ata_port *ap);
373 int (*stop_engine)(struct ata_port *ap);
375 irqreturn_t (*irq_handler)(int irq, void *dev_instance);
378 int (*get_irq_vector)(struct ata_host *host,