curregs            73 drivers/tty/serial/ip22zilog.c 	unsigned char			curregs[NUM_ZSREGS];
curregs            94 drivers/tty/serial/ip22zilog.c 	(UART_ZILOG(PORT)->curregs[REGNUM])
curregs            96 drivers/tty/serial/ip22zilog.c 	((UART_ZILOG(PORT)->curregs[REGNUM]) = (REGVAL))
curregs           244 drivers/tty/serial/ip22zilog.c 			__load_zsregs(channel, up->curregs);
curregs           329 drivers/tty/serial/ip22zilog.c 	if (up->curregs[R15] & BRKIE) {
curregs           383 drivers/tty/serial/ip22zilog.c 		__load_zsregs(channel, up->curregs);
curregs           565 drivers/tty/serial/ip22zilog.c 	up->curregs[R5] |= set_bits;
curregs           566 drivers/tty/serial/ip22zilog.c 	up->curregs[R5] &= ~clear_bits;
curregs           567 drivers/tty/serial/ip22zilog.c 	write_zsreg(channel, R5, up->curregs[R5]);
curregs           636 drivers/tty/serial/ip22zilog.c 	up->curregs[R1] &= ~RxINT_MASK;
curregs           648 drivers/tty/serial/ip22zilog.c 	new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
curregs           649 drivers/tty/serial/ip22zilog.c 	if (new_reg != up->curregs[R15]) {
curregs           650 drivers/tty/serial/ip22zilog.c 		up->curregs[R15] = new_reg;
curregs           653 drivers/tty/serial/ip22zilog.c 		write_zsreg(channel, R15, up->curregs[R15]);
curregs           675 drivers/tty/serial/ip22zilog.c 	new_reg = (up->curregs[R5] | set_bits) & ~clear_bits;
curregs           676 drivers/tty/serial/ip22zilog.c 	if (new_reg != up->curregs[R5]) {
curregs           677 drivers/tty/serial/ip22zilog.c 		up->curregs[R5] = new_reg;
curregs           680 drivers/tty/serial/ip22zilog.c 		write_zsreg(channel, R5, up->curregs[R5]);
curregs           723 drivers/tty/serial/ip22zilog.c 	__load_zsregs(channel, up->curregs);
curregs           725 drivers/tty/serial/ip22zilog.c 	write_zsreg(channel, R9, up->curregs[R9]);
curregs           729 drivers/tty/serial/ip22zilog.c 	up->curregs[R3] |= RxENAB;
curregs           730 drivers/tty/serial/ip22zilog.c 	up->curregs[R5] |= TxENAB;
curregs           732 drivers/tty/serial/ip22zilog.c 	up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
curregs           789 drivers/tty/serial/ip22zilog.c 	up->curregs[R3] &= ~RxENAB;
curregs           790 drivers/tty/serial/ip22zilog.c 	up->curregs[R5] &= ~TxENAB;
curregs           793 drivers/tty/serial/ip22zilog.c 	up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
curregs           794 drivers/tty/serial/ip22zilog.c 	up->curregs[R5] &= ~SND_BRK;
curregs           808 drivers/tty/serial/ip22zilog.c 	up->curregs[R10] = NRZ;
curregs           809 drivers/tty/serial/ip22zilog.c 	up->curregs[R11] = TCBR | RCBR;
curregs           812 drivers/tty/serial/ip22zilog.c 	up->curregs[R4] &= ~XCLK_MASK;
curregs           813 drivers/tty/serial/ip22zilog.c 	up->curregs[R4] |= X16CLK;
curregs           814 drivers/tty/serial/ip22zilog.c 	up->curregs[R12] = brg & 0xff;
curregs           815 drivers/tty/serial/ip22zilog.c 	up->curregs[R13] = (brg >> 8) & 0xff;
curregs           816 drivers/tty/serial/ip22zilog.c 	up->curregs[R14] = BRENAB;
curregs           819 drivers/tty/serial/ip22zilog.c 	up->curregs[3] &= ~RxN_MASK;
curregs           820 drivers/tty/serial/ip22zilog.c 	up->curregs[5] &= ~TxN_MASK;
curregs           823 drivers/tty/serial/ip22zilog.c 		up->curregs[3] |= Rx5;
curregs           824 drivers/tty/serial/ip22zilog.c 		up->curregs[5] |= Tx5;
curregs           828 drivers/tty/serial/ip22zilog.c 		up->curregs[3] |= Rx6;
curregs           829 drivers/tty/serial/ip22zilog.c 		up->curregs[5] |= Tx6;
curregs           833 drivers/tty/serial/ip22zilog.c 		up->curregs[3] |= Rx7;
curregs           834 drivers/tty/serial/ip22zilog.c 		up->curregs[5] |= Tx7;
curregs           839 drivers/tty/serial/ip22zilog.c 		up->curregs[3] |= Rx8;
curregs           840 drivers/tty/serial/ip22zilog.c 		up->curregs[5] |= Tx8;
curregs           844 drivers/tty/serial/ip22zilog.c 	up->curregs[4] &= ~0x0c;
curregs           846 drivers/tty/serial/ip22zilog.c 		up->curregs[4] |= SB2;
curregs           848 drivers/tty/serial/ip22zilog.c 		up->curregs[4] |= SB1;
curregs           850 drivers/tty/serial/ip22zilog.c 		up->curregs[4] |= PAR_ENAB;
curregs           852 drivers/tty/serial/ip22zilog.c 		up->curregs[4] &= ~PAR_ENAB;
curregs           854 drivers/tty/serial/ip22zilog.c 		up->curregs[4] |= PAR_EVEN;
curregs           856 drivers/tty/serial/ip22zilog.c 		up->curregs[4] &= ~PAR_EVEN;
curregs          1045 drivers/tty/serial/ip22zilog.c 	up->curregs[R15] |= BRKIE;
curregs          1141 drivers/tty/serial/ip22zilog.c 		up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
curregs          1142 drivers/tty/serial/ip22zilog.c 		up->curregs[R4] = PAR_EVEN | X16CLK | SB1;
curregs          1143 drivers/tty/serial/ip22zilog.c 		up->curregs[R3] = RxENAB | Rx8;
curregs          1144 drivers/tty/serial/ip22zilog.c 		up->curregs[R5] = TxENAB | Tx8;
curregs          1145 drivers/tty/serial/ip22zilog.c 		up->curregs[R9] = NV | MIE;
curregs          1146 drivers/tty/serial/ip22zilog.c 		up->curregs[R10] = NRZ;
curregs          1147 drivers/tty/serial/ip22zilog.c 		up->curregs[R11] = TCBR | RCBR;
curregs          1149 drivers/tty/serial/ip22zilog.c 		up->curregs[R12] = (brg & 0xff);
curregs          1150 drivers/tty/serial/ip22zilog.c 		up->curregs[R13] = (brg >> 8) & 0xff;
curregs          1151 drivers/tty/serial/ip22zilog.c 		up->curregs[R14] = BRENAB;
curregs           202 drivers/tty/serial/pmac_zilog.c 			pmz_load_zsregs(uap, uap->curregs);
curregs           210 drivers/tty/serial/pmac_zilog.c 		uap->curregs[1] |= INT_ALL_Rx | TxINT_ENAB;
curregs           212 drivers/tty/serial/pmac_zilog.c 			uap->curregs[1] |= EXT_INT_ENAB;
curregs           214 drivers/tty/serial/pmac_zilog.c 		uap->curregs[1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
curregs           216 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R1, uap->curregs[1]);
curregs           380 drivers/tty/serial/pmac_zilog.c 		pmz_load_zsregs(uap, uap->curregs);
curregs           567 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R5] |= set_bits;
curregs           568 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R5] &= ~clear_bits;
curregs           570 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R5, uap->curregs[R5]);
curregs           572 drivers/tty/serial/pmac_zilog.c 		  set_bits, clear_bits, uap->curregs[R5]);
curregs           668 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R1] &= ~RxINT_MASK;
curregs           685 drivers/tty/serial/pmac_zilog.c 	new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
curregs           686 drivers/tty/serial/pmac_zilog.c 	if (new_reg != uap->curregs[R15]) {
curregs           687 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R15] = new_reg;
curregs           690 drivers/tty/serial/pmac_zilog.c 		write_zsreg(uap, R15, uap->curregs[R15]);
curregs           713 drivers/tty/serial/pmac_zilog.c 	new_reg = (uap->curregs[R5] | set_bits) & ~clear_bits;
curregs           714 drivers/tty/serial/pmac_zilog.c 	if (new_reg != uap->curregs[R5]) {
curregs           715 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R5] = new_reg;
curregs           716 drivers/tty/serial/pmac_zilog.c 		write_zsreg(uap, R5, uap->curregs[R5]);
curregs           836 drivers/tty/serial/pmac_zilog.c 	memset(&uap->curregs, 0, sizeof(uap->curregs));
curregs           845 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R9] = 0;
curregs           860 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R4] = X16CLK | SB1;
curregs           861 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R3] = Rx8;
curregs           862 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R5] = Tx8 | RTS;
curregs           864 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R5] |= DTR;
curregs           865 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R12] = 0;
curregs           866 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R13] = 0;
curregs           867 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R14] = BRENAB;
curregs           870 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R15] = BRKIE;
curregs           873 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R9] |= NV | MIE;
curregs           875 drivers/tty/serial/pmac_zilog.c 	pmz_load_zsregs(uap, uap->curregs);
curregs           878 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R3, uap->curregs[R3] |= RxENABLE);
curregs           879 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R5, uap->curregs[R5] |= TxENABLE);
curregs           892 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R5] |= DTR;
curregs           893 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R5, uap->curregs[R5]);
curregs           899 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R5] &= ~DTR;
curregs           900 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R5, uap->curregs[R5]);
curregs           972 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R3] &= ~RxENABLE;
curregs           973 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R5] &= ~TxENABLE;
curregs           976 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R5] &= ~SND_BRK;
curregs          1010 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R4] = X1CLK;
curregs          1011 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R11] = RCTRxCP | TCTRxCP;
curregs          1012 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R14] = 0; /* BRG off */
curregs          1013 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R12] = 0;
curregs          1014 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R13] = 0;
curregs          1019 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R4] = X16CLK;
curregs          1020 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R11] = 0;
curregs          1021 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R14] = 0;
curregs          1024 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R4] = X32CLK;
curregs          1025 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R11] = 0;
curregs          1026 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R14] = 0;
curregs          1029 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R4] = X16CLK;
curregs          1030 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R11] = TCBR | RCBR;
curregs          1032 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R12] = (brg & 255);
curregs          1033 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R13] = ((brg >> 8) & 255);
curregs          1034 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R14] = BRENAB;
curregs          1040 drivers/tty/serial/pmac_zilog.c 	uap->curregs[3] &= ~RxN_MASK;
curregs          1041 drivers/tty/serial/pmac_zilog.c 	uap->curregs[5] &= ~TxN_MASK;
curregs          1045 drivers/tty/serial/pmac_zilog.c 		uap->curregs[3] |= Rx5;
curregs          1046 drivers/tty/serial/pmac_zilog.c 		uap->curregs[5] |= Tx5;
curregs          1050 drivers/tty/serial/pmac_zilog.c 		uap->curregs[3] |= Rx6;
curregs          1051 drivers/tty/serial/pmac_zilog.c 		uap->curregs[5] |= Tx6;
curregs          1055 drivers/tty/serial/pmac_zilog.c 		uap->curregs[3] |= Rx7;
curregs          1056 drivers/tty/serial/pmac_zilog.c 		uap->curregs[5] |= Tx7;
curregs          1061 drivers/tty/serial/pmac_zilog.c 		uap->curregs[3] |= Rx8;
curregs          1062 drivers/tty/serial/pmac_zilog.c 		uap->curregs[5] |= Tx8;
curregs          1066 drivers/tty/serial/pmac_zilog.c 	uap->curregs[4] &= ~(SB_MASK);
curregs          1068 drivers/tty/serial/pmac_zilog.c 		uap->curregs[4] |= SB2;
curregs          1070 drivers/tty/serial/pmac_zilog.c 		uap->curregs[4] |= SB1;
curregs          1072 drivers/tty/serial/pmac_zilog.c 		uap->curregs[4] |= PAR_ENAB;
curregs          1074 drivers/tty/serial/pmac_zilog.c 		uap->curregs[4] &= ~PAR_ENAB;
curregs          1076 drivers/tty/serial/pmac_zilog.c 		uap->curregs[4] |= PAR_EVEN;
curregs          1078 drivers/tty/serial/pmac_zilog.c 		uap->curregs[4] &= ~PAR_EVEN;
curregs          1173 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R5] |= DTR;
curregs          1174 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R5, uap->curregs[R5]);
curregs          1180 drivers/tty/serial/pmac_zilog.c 	pmz_load_zsregs(uap, uap->curregs);
curregs          1223 drivers/tty/serial/pmac_zilog.c 	uap->curregs[R5] &= ~DTR;
curregs          1224 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R5, uap->curregs[R5]);
curregs          1258 drivers/tty/serial/pmac_zilog.c 		pmz_load_zsregs(uap, uap->curregs);
curregs          1265 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE;
curregs          1268 drivers/tty/serial/pmac_zilog.c 			uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE);
curregs          1964 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R1, uap->curregs[1] & ~TxINT_ENAB);
curregs          1965 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR);
curregs          1970 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R1, uap->curregs[1]);
curregs            34 drivers/tty/serial/pmac_zilog.h 	u8				curregs[NUM_ZSREGS];
curregs            81 drivers/tty/serial/sunzilog.c 	unsigned char			curregs[NUM_ZSREGS];
curregs           279 drivers/tty/serial/sunzilog.c 			__load_zsregs(channel, up->curregs);
curregs           293 drivers/tty/serial/sunzilog.c 	up->curregs[R12] = (brg & 0xff);
curregs           294 drivers/tty/serial/sunzilog.c 	up->curregs[R13] = (brg >> 8) & 0xff;
curregs           481 drivers/tty/serial/sunzilog.c 		__load_zsregs(channel, up->curregs);
curregs           665 drivers/tty/serial/sunzilog.c 	up->curregs[R5] |= set_bits;
curregs           666 drivers/tty/serial/sunzilog.c 	up->curregs[R5] &= ~clear_bits;
curregs           667 drivers/tty/serial/sunzilog.c 	write_zsreg(channel, R5, up->curregs[R5]);
curregs           736 drivers/tty/serial/sunzilog.c 	up->curregs[R1] &= ~RxINT_MASK;
curregs           748 drivers/tty/serial/sunzilog.c 	new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
curregs           749 drivers/tty/serial/sunzilog.c 	if (new_reg != up->curregs[R15]) {
curregs           750 drivers/tty/serial/sunzilog.c 		up->curregs[R15] = new_reg;
curregs           753 drivers/tty/serial/sunzilog.c 		write_zsreg(channel, R15, up->curregs[R15] & ~WR7pEN);
curregs           775 drivers/tty/serial/sunzilog.c 	new_reg = (up->curregs[R5] | set_bits) & ~clear_bits;
curregs           776 drivers/tty/serial/sunzilog.c 	if (new_reg != up->curregs[R5]) {
curregs           777 drivers/tty/serial/sunzilog.c 		up->curregs[R5] = new_reg;
curregs           780 drivers/tty/serial/sunzilog.c 		write_zsreg(channel, R5, up->curregs[R5]);
curregs           794 drivers/tty/serial/sunzilog.c 	up->curregs[R3] |= RxENAB;
curregs           795 drivers/tty/serial/sunzilog.c 	up->curregs[R5] |= TxENAB;
curregs           797 drivers/tty/serial/sunzilog.c 	up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
curregs           854 drivers/tty/serial/sunzilog.c 	up->curregs[R3] &= ~RxENAB;
curregs           855 drivers/tty/serial/sunzilog.c 	up->curregs[R5] &= ~TxENAB;
curregs           858 drivers/tty/serial/sunzilog.c 	up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
curregs           859 drivers/tty/serial/sunzilog.c 	up->curregs[R5] &= ~SND_BRK;
curregs           873 drivers/tty/serial/sunzilog.c 	up->curregs[R10] = NRZ;
curregs           874 drivers/tty/serial/sunzilog.c 	up->curregs[R11] = TCBR | RCBR;
curregs           877 drivers/tty/serial/sunzilog.c 	up->curregs[R4] &= ~XCLK_MASK;
curregs           878 drivers/tty/serial/sunzilog.c 	up->curregs[R4] |= X16CLK;
curregs           879 drivers/tty/serial/sunzilog.c 	up->curregs[R12] = brg & 0xff;
curregs           880 drivers/tty/serial/sunzilog.c 	up->curregs[R13] = (brg >> 8) & 0xff;
curregs           881 drivers/tty/serial/sunzilog.c 	up->curregs[R14] = BRSRC | BRENAB;
curregs           884 drivers/tty/serial/sunzilog.c 	up->curregs[R3] &= ~RxN_MASK;
curregs           885 drivers/tty/serial/sunzilog.c 	up->curregs[R5] &= ~TxN_MASK;
curregs           888 drivers/tty/serial/sunzilog.c 		up->curregs[R3] |= Rx5;
curregs           889 drivers/tty/serial/sunzilog.c 		up->curregs[R5] |= Tx5;
curregs           893 drivers/tty/serial/sunzilog.c 		up->curregs[R3] |= Rx6;
curregs           894 drivers/tty/serial/sunzilog.c 		up->curregs[R5] |= Tx6;
curregs           898 drivers/tty/serial/sunzilog.c 		up->curregs[R3] |= Rx7;
curregs           899 drivers/tty/serial/sunzilog.c 		up->curregs[R5] |= Tx7;
curregs           904 drivers/tty/serial/sunzilog.c 		up->curregs[R3] |= Rx8;
curregs           905 drivers/tty/serial/sunzilog.c 		up->curregs[R5] |= Tx8;
curregs           909 drivers/tty/serial/sunzilog.c 	up->curregs[R4] &= ~0x0c;
curregs           911 drivers/tty/serial/sunzilog.c 		up->curregs[R4] |= SB2;
curregs           913 drivers/tty/serial/sunzilog.c 		up->curregs[R4] |= SB1;
curregs           915 drivers/tty/serial/sunzilog.c 		up->curregs[R4] |= PAR_ENAB;
curregs           917 drivers/tty/serial/sunzilog.c 		up->curregs[R4] &= ~PAR_ENAB;
curregs           919 drivers/tty/serial/sunzilog.c 		up->curregs[R4] |= PAR_EVEN;
curregs           921 drivers/tty/serial/sunzilog.c 		up->curregs[R4] &= ~PAR_EVEN;
curregs          1255 drivers/tty/serial/sunzilog.c 	up->curregs[R15] |= BRKIE;
curregs          1297 drivers/tty/serial/sunzilog.c 	up->curregs[R15] |= BRKIE;
curregs          1351 drivers/tty/serial/sunzilog.c 		up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
curregs          1352 drivers/tty/serial/sunzilog.c 		up->curregs[R4] = PAR_EVEN | X16CLK | SB1;
curregs          1353 drivers/tty/serial/sunzilog.c 		up->curregs[R3] = RxENAB | Rx8;
curregs          1354 drivers/tty/serial/sunzilog.c 		up->curregs[R5] = TxENAB | Tx8;
curregs          1355 drivers/tty/serial/sunzilog.c 		up->curregs[R6] = 0x00; /* SDLC Address */
curregs          1356 drivers/tty/serial/sunzilog.c 		up->curregs[R7] = 0x7E; /* SDLC Flag    */
curregs          1357 drivers/tty/serial/sunzilog.c 		up->curregs[R9] = NV;
curregs          1358 drivers/tty/serial/sunzilog.c 		up->curregs[R7p] = 0x00;
curregs          1362 drivers/tty/serial/sunzilog.c 			up->curregs[R9] |= MIE;
curregs          1363 drivers/tty/serial/sunzilog.c 		write_zsreg(channel, R9, up->curregs[R9]);
curregs          1367 drivers/tty/serial/sunzilog.c 		up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
curregs          1368 drivers/tty/serial/sunzilog.c 		up->curregs[R4] = PAR_EVEN | X16CLK | SB1;
curregs          1369 drivers/tty/serial/sunzilog.c 		up->curregs[R3] = RxENAB | Rx8;
curregs          1370 drivers/tty/serial/sunzilog.c 		up->curregs[R5] = TxENAB | Tx8;
curregs          1371 drivers/tty/serial/sunzilog.c 		up->curregs[R6] = 0x00; /* SDLC Address */
curregs          1372 drivers/tty/serial/sunzilog.c 		up->curregs[R7] = 0x7E; /* SDLC Flag    */
curregs          1373 drivers/tty/serial/sunzilog.c 		up->curregs[R9] = NV;
curregs          1374 drivers/tty/serial/sunzilog.c 		up->curregs[R10] = NRZ;
curregs          1375 drivers/tty/serial/sunzilog.c 		up->curregs[R11] = TCBR | RCBR;
curregs          1378 drivers/tty/serial/sunzilog.c 		up->curregs[R12] = (brg & 0xff);
curregs          1379 drivers/tty/serial/sunzilog.c 		up->curregs[R13] = (brg >> 8) & 0xff;
curregs          1380 drivers/tty/serial/sunzilog.c 		up->curregs[R14] = BRSRC | BRENAB;
curregs          1381 drivers/tty/serial/sunzilog.c 		up->curregs[R15] = FIFOEN; /* Use FIFO if on ESCC */
curregs          1382 drivers/tty/serial/sunzilog.c 		up->curregs[R7p] = TxFIFO_LVL | RxFIFO_LVL;
curregs          1383 drivers/tty/serial/sunzilog.c 		if (__load_zsregs(channel, up->curregs)) {
curregs          1388 drivers/tty/serial/sunzilog.c 			up->curregs[R9] |= MIE;
curregs          1389 drivers/tty/serial/sunzilog.c 		write_zsreg(channel, R9, up->curregs[R9]);
curregs          1595 drivers/tty/serial/sunzilog.c 			up->curregs[R9] |= MIE;
curregs          1596 drivers/tty/serial/sunzilog.c 			write_zsreg(channel, R9, up->curregs[R9]);
curregs          1632 drivers/tty/serial/sunzilog.c 			up->curregs[R9] &= ~MIE;
curregs          1633 drivers/tty/serial/sunzilog.c 			write_zsreg(channel, R9, up->curregs[R9]);
curregs           207 drivers/watchdog/cpwd.c 	unsigned char curregs = cpwd_readb(p->regs + PLD_IMASK);
curregs           214 drivers/watchdog/cpwd.c 		curregs &= ~setregs;
curregs           216 drivers/watchdog/cpwd.c 		curregs |= setregs;
curregs           218 drivers/watchdog/cpwd.c 	cpwd_writeb(curregs, p->regs + PLD_IMASK);