Home
last modified time | relevance | path

Searched defs:pnv_phb (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/arch/powerpc/platforms/powernv/
Dpci.h108 struct pnv_phb { struct
110 enum pnv_phb_type type; argument
111 enum pnv_phb_model model; argument
126 int (*init_m64)(struct pnv_phb *phb); argument
127 int (*get_pe_state)(struct pnv_phb *phb, int pe_no); argument
128 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); argument
129 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); argument
131 struct {
187 static inline bool pnv_pci_is_m64(struct pnv_phb *phb, struct resource *r) in pnv_pci_is_m64() argument