HomeSort by: relevance | last modified time | path
    Searched defs:cor (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
clmpcc.c 255 clmpcc_speed(struct clmpcc_softc *sc, speed_t speed, int *cor, int *bpr)
262 *cor = co;
799 u_char cor; local in function:clmpcc_param
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
    [all...]
elink3.c 783 * Enable options in the PCMCIA LAN COR register, via
788 u_int16_t cor; local in function:epinit
792 cor = bus_space_read_2(iot, ioh, 0) & ~0x30;
794 cor |= 0x10;
796 cor |= 0x20;
797 bus_space_write_2(iot, ioh, 0, cor);

Completed in 14 milliseconds