HomeSort by: relevance | last modified time | path
    Searched refs:cor (Results 1 - 4 of 4) 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);
cy.c 1379 cy_speed(speed_t speed, int *cor, int *bpr, int cy_clock)
1390 *cor = c;
  /src/sys/dev/sbus/
magma.c 229 * cd1400_compute_baud calculate COR/BPR register values
237 * compute the bpr/cor pair for any baud rate
241 cd1400_compute_baud(speed_t speed, int clock, int *cor, int *bpr)
252 *cor = c;

Completed in 15 milliseconds