Searched refs:tconst (Results 1 – 6 of 6) sorted by relevance
27 CLOBBERFILES += sh.tconst.h28 CLEANFILES += sh.tconst.h58 _msg: $(MSGDOMAIN) sh.tconst.h .WAIT $(POFILE)70 sh.tconst.h: sh.tconst.c make.sh.tconst.h.ed71 $(RM) $@; $(ED) sh.tconst.c < make.sh.tconst.h.ed83 $(MACH): sh.tconst.h .WAIT FRC
7 * This file was made from sh.tconst by the ed script make.sh.tconst.h.ed.10 w sh.tconst.h
47 sh.time.o sh.tchar.o sh.tconst.o sh.o \73 $(HDDEP): ../sh.tconst.h77 lint: ../sh.tconst.h
49 sh.time.o sh.tchar.o sh.tconst.o sh.o \75 $(HDDEP): ../sh.tconst.h79 lint: ../sh.tconst.h
1909 register ushort_t tconst = 0; in zsh_program() local1975 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 …]
861 usr/src/cmd/csh/sh.tconst.h