Lines Matching defs:ixpcom_cr
124 uint32_t ixpcom_cr = 0; /* tell cr to *_intr.c */
222 ixpcom_cr = IXPCOMSPEED2BRD(DEFAULT_COMSPEED)
297 ixpcom_cr = (ixpcom_cr & ~CFLAGS2CR_MASK) | cr;
423 SET(ixpcom_cr, CR_BRK);
425 CLR(ixpcom_cr, CR_BRK);
805 ixpcom_cr &= ~(CR_RIE | CR_XIE);
806 ixpcom_cr |= sc->sc_rie | sc->sc_xie;
807 bus_space_write_4(sc->sc_iot, sc->sc_ioh, IXPCOM_CR,
808 ixpcom_cr & ~ixpcom_imask);
843 ixpcom_cr = cr;
846 bus_space_write_4(iot, iobase, IXPCOM_CR, cr);
1048 cr = bus_space_read_4(iot, ioh, IXPCOM_CR) & CR_UE;