Home
last modified time | relevance | path

Searched refs:tconst (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/csh/
H A DMakefile27 CLOBBERFILES += sh.tconst.h
28 CLEANFILES += sh.tconst.h
58 _msg: $(MSGDOMAIN) sh.tconst.h .WAIT $(POFILE)
70 sh.tconst.h: sh.tconst.c make.sh.tconst.h.ed
71 $(RM) $@; $(ED) sh.tconst.c < make.sh.tconst.h.ed
83 $(MACH): sh.tconst.h .WAIT FRC
H A Dmake.sh.tconst.h.ed7 * This file was made from sh.tconst by the ed script make.sh.tconst.h.ed.
10 w sh.tconst.h
/titanic_44/usr/src/cmd/csh/i386/
H A DMakefile47 sh.time.o sh.tchar.o sh.tconst.o sh.o \
73 $(HDDEP): ../sh.tconst.h
77 lint: ../sh.tconst.h
/titanic_44/usr/src/cmd/csh/sparc/
H A DMakefile49 sh.time.o sh.tchar.o sh.tconst.o sh.o \
75 $(HDDEP): ../sh.tconst.h
79 lint: ../sh.tconst.h
/titanic_44/usr/src/uts/sun/io/
H A Dzs_hdlc.c1909 register ushort_t tconst = 0; in zsh_program() local
1975 tconst = (PCLK + speed) / (2 * speed) - 2; in zsh_program()
1976 if (tconst == 0) { in zsh_program()
1981 sm->sm_baudrate = PCLK / (2 * ((int)tconst + 2)); in zsh_program()
1983 tconst = 0; /* Stop BRG. Also quiesces pin 24. */ in zsh_program()
1988 tconst = (PCLK + speed) / (2 * speed) - 2; in zsh_program()
1990 tconst = 0; in zsh_program()
1991 if (tconst == 0) { in zsh_program()
1996 speed = PCLK / (2 * ((int)tconst + 2)); in zsh_program()
2019 zspp->wr12 = (uchar_t)(tconst & 0xff); in zsh_program()
[all …]
/titanic_44/
H A D.gitignore861 usr/src/cmd/csh/sh.tconst.h