Searched defs:pnv_phb (Results 1 – 1 of 1) sorted by relevance
113 struct pnv_phb { struct115 enum pnv_phb_type type; argument116 enum pnv_phb_model model; argument133 int (*msi_setup)(struct pnv_phb *phb, struct pci_dev *dev, argument136 int (*init_m64)(struct pnv_phb *phb); argument137 int (*get_pe_state)(struct pnv_phb *phb, int pe_no); argument138 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); argument139 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); argument141 struct {201 static inline bool pnv_pci_is_m64(struct pnv_phb *phb, struct resource *r) in pnv_pci_is_m64() argument