Searched defs:pnv_phb (Results 1 – 1 of 1) sorted by relevance
109 struct pnv_phb { struct111 enum pnv_phb_type type; argument112 enum pnv_phb_model model; argument127 int (*init_m64)(struct pnv_phb *phb); argument128 int (*get_pe_state)(struct pnv_phb *phb, int pe_no); argument129 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); argument130 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); argument132 struct {192 static inline bool pnv_pci_is_m64(struct pnv_phb *phb, struct resource *r) in pnv_pci_is_m64() argument