Home
last modified time | relevance | path

Searched refs:PPMD_PCI66MHZ (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dppmvar.h280 #define PPMD_PCI66MHZ 0x2000 /* 66mhz PCI slot */ macro
/titanic_41/usr/src/uts/common/io/ppm/
H A Dppm_subr.c602 ! (domp->dflags & (PPMD_PCI33MHZ | PPMD_PCI66MHZ))) { in ppm_claim_dev()
614 domp->dflags |= PPMD_PCI66MHZ; in ppm_claim_dev()
952 if ((domp->dflags & PPMD_PCI66MHZ) && in ppm_none_else_holds_power()
H A Dppm.c1457 if (ppmd->domp->dflags & PPMD_PCI66MHZ) { in ppm_dev_init()