HomeSort by: relevance | last modified time | path
    Searched refs:PCD (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sgimips/hpc/
pi1ppcreg.h 48 #define PCD 0x20
pi1ppc.c 380 if (atppc->sc_ctr_intr & PCD) {
618 ecr |= PCD; /* data is INPUT */
1248 if (!(ctr & PCD)) {
1370 ctr &= ~PCD;
  /src/sys/dev/ppbus/
ppbus_base.h 45 #define PCD 0x20
51 #define nPCD inv(PCD)
pps_ppbus.c 133 ppbus_wctr(sc->ppbus, IRQENABLE | PCD | nINIT | SELECTIN);
  /src/sys/dev/ic/
atppcreg.h 80 #define PCD 0x20
87 #define nPCD inv(PCD)
atppc.c 499 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) | PCD);
545 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) & ~PCD);
658 if (atppc->sc_ctr_intr & PCD) {
1027 ecr |= PCD;
1689 if (!(ctr & PCD)) {
1803 if (!(ctr & PCD)) {

Completed in 15 milliseconds