/src/sys/dev/ic/ |
z8530sc.h | 203 int zs_set_speed(struct zs_chanstate *, int);
|
/src/sys/arch/mvme68k/dev/ |
zs.c | 168 zs_set_speed(cs, cs->cs_defspeed); 302 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int 311 panic("zs_set_speed"); 526 zs_set_speed(cs, cs->cs_defspeed);
|
/src/sys/arch/ews4800mips/dev/ |
zs.c | 112 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int 121 panic("zs_set_speed");
|
ewsms.c | 205 zs_set_speed(cs, baud);
|
ewskbd.c | 280 /* reg[11] and reg[12] are set by zs_set_speed() with cs_brg_clk */ 281 zs_set_speed(cs, EWSKBD_BAUD);
|
/src/sys/arch/ews4800mips/sbd/ |
zs_sbdio.c | 252 zs_set_speed(cs, ZS_DEFSPEED);
|
/src/sys/arch/newsmips/dev/ |
zs.c | 119 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int 128 panic("zs_set_speed");
|
/src/sys/dev/tc/ |
zskbd.c | 218 (void) zs_set_speed(cs, ZSKBD_BPS); 243 (void) zs_set_speed(cs, ZSKBD_BPS);
|
zsms.c | 171 (void) zs_set_speed(cs, ZSMS_BPS);
|
zs_ioasic.c | 451 zs_set_speed(struct zs_chanstate *cs, int bps /*bits per second*/) function in typeref:typename:int 460 panic("zs_set_speed");
|
/src/sys/arch/x68k/dev/ |
zs.c | 353 zs_set_speed(struct zs_chanstate *cs, int bps /* bits per second */) function in typeref:typename:int 362 panic("zs_set_speed"); 588 zs_set_speed(&zscn_cs, ZSCN_SPEED);
|
ms.c | 236 (void)zs_set_speed(cs, MS_BPS);
|
/src/sys/arch/sgimips/dev/ |
zs_ms.c | 166 zs_set_speed(cs, ZSMS_BAUD);
|
zs_kbd.c | 238 zs_set_speed(cs, ZSKBD_BAUD);
|
/src/sys/dev/sun/ |
ms_zs.c | 155 (void)zs_set_speed(cs, bps);
|
kbd_zs.c | 179 (void) zs_set_speed(cs, bps);
|
/src/sys/arch/cesfic/dev/ |
zs.c | 271 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int
|
/src/sys/arch/cobalt/dev/ |
zs.c | 311 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int 320 panic("zs_set_speed");
|
/src/sys/arch/news68k/dev/ |
zs.c | 342 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int 351 panic("zs_set_speed");
|
/src/sys/arch/mipsco/obio/ |
zs.c | 395 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int 413 panic("zs_set_speed");
|
/src/sys/arch/next68k/dev/ |
zs.c | 354 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int 363 panic("zs_set_speed"); 633 * can't use zs_set_speed as we haven't set up the
|
/src/sys/arch/sun2/dev/ |
zs.c | 407 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int 416 panic("zs_set_speed");
|
/src/sys/arch/sun3/dev/ |
zs.c | 413 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int 422 panic("zs_set_speed");
|
/src/sys/arch/sparc/dev/ |
zs.c | 653 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int 662 panic("zs_set_speed");
|
/src/sys/arch/mac68k/dev/ |
zs.c | 501 zs_set_speed(struct zs_chanstate *cs, int bps) function in typeref:typename:int 836 /* can't use zs_set_speed as we haven't set up the
|