Lines Matching refs:pApm
11 WaitForFifo(ApmPtr pApm, int slots)
13 if (!pApm->UsePCIRetry) {
35 ApmPtr pApm = ((ApmPtr)b->DriverPrivate.ptr);
37 lock = rdinx(pApm->xport, 0x10);
38 wrinx(pApm->xport, 0x10, 0x12);
39 WaitForFifo(pApm, 2);
45 wrinx(pApm->xport, 0x10, 0);
53 ApmPtr pApm = ((ApmPtr)b->DriverPrivate.ptr);
56 lock = rdinx(pApm->xport, 0x10);
57 wrinx(pApm->xport, 0x10, 0x12);
58 WaitForFifo(pApm, 2);
65 wrinx(pApm->xport, 0x10, 0);
77 pApm->I2CPtr = I2CPtr;
83 I2CPtr->DriverPrivate.ptr = pApm;