Home | History | Annotate | Download | only in ic

Lines Matching defs:cor

255 clmpcc_speed(struct clmpcc_softc *sc, speed_t speed, int *cor, int *bpr)
262 *cor = co;
799 u_char cor;
844 cor = 0;
846 cor |= CLMPCC_COR1_NORM_PARITY;
848 cor |= CLMPCC_COR1_ODD_PARITY;
852 cor |= CLMPCC_COR1_IGNORE_PAR;
856 cor |= CLMPCC_COR1_CHAR_5BITS;
860 cor |= CLMPCC_COR1_CHAR_6BITS;
864 cor |= CLMPCC_COR1_CHAR_7BITS;
868 cor |= CLMPCC_COR1_CHAR_8BITS;
872 ch->ch_cor1 = cor;