Lines Matching refs:pit
57 volatile PitRegsPtr pit = (PitRegsPtr)BVME_PIT_BASE;
65 pit->pcddr |= 0x10; /* WDOG enable */
87 volatile PitRegsPtr pit = (PitRegsPtr)BVME_PIT_BASE;
115 pit->pgcr = 0x00; /* Unidirectional 8 bit, no handshake for now */
116 pit->psrr = 0x18; /* PIACK and PIRQ functions enabled */
117 pit->pacr = 0x00; /* Sub Mode 00, H2 i/p, no DMA */
118 pit->padr = 0x00; /* Just to be tidy! */
119 pit->paddr = 0x00; /* All inputs for now (safest) */
120 pit->pbcr = 0x80; /* Sub Mode 1x, H4 i/p, no DMA */
121 pit->pbdr = 0xbc | (*config_reg_ptr & BVME_CONFIG_SW1 ? 0 : 0x40);
123 pit->pbddr = 0xf3; /* Mostly outputs */
124 pit->pcdr = 0x01; /* PA transceiver disabled */
125 pit->pcddr = 0x03; /* WDOG disable */
235 volatile PitRegsPtr pit = (PitRegsPtr)BVME_PIT_BASE;
248 t1op = pit->pcdr & 0x04;
253 t1op != (pit->pcdr & 0x04) ||