Searched defs:ptm_picno (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp123_pcbe.c139 uint8_t ptm_picno; /* 0 for pic0 or 1 for pic1 */ member in struct:_ptm_pcbe_config
755 conf->ptm_picno = picnum;
911 if (pic0->ptm_picno != 0) {
912 empty.ptm_picno = 0;
918 ASSERT(pic0->ptm_picno == 0 && pic1->ptm_picno == 1);
981 if (pic0->ptm_picno != 0) {
982 empty.ptm_picno = 0;
991 ASSERT(pic0->ptm_picno == 0 && pic1->ptm_picno
[all...]

Completed in 46 milliseconds