Lines Matching defs:BYTE

46 typedef	uint8_t 	BYTE;		/* Type cast for unsigned 8 bit */
55 BYTE initstat;
56 BYTE memsize;
59 BYTE rx_int_count; /* isr_count on Jet */
60 BYTE main_count; /* spare on Z-280 */
63 BYTE int_scounter;
64 BYTE res[0x80 - 13];
72 BYTE sm_type; /* Number of channels */
73 BYTE sm_number; /* Module number on cable */
74 BYTE sm_dsr; /* Private dsr copy */
75 BYTE sm_res[0x80 - 5]; /* Reserve space to 128 bytes */
101 BYTE type; /* Uart type */
102 BYTE fill;
106 BYTE x_status; /* XON / XOFF status */
107 BYTE c_status; /* cooking status */
108 BYTE hi_rxipos; /* stuff into rx buff */
109 BYTE hi_rxopos; /* stuff out of rx buffer */
110 BYTE hi_txopos; /* Stuff into tx ptr */
111 BYTE hi_txipos; /* ditto out */
112 BYTE hi_stat; /* Command register */
113 BYTE dsr_bit; /* Magic bit for DSR */
114 BYTE txon; /* TX XON char */
115 BYTE txoff; /* ditto XOFF */
116 BYTE rxon; /* RX XON char */
117 BYTE rxoff; /* ditto XOFF */
118 BYTE hi_mr1; /* mode 1 image */
119 BYTE hi_mr2; /* mode 2 image */
120 BYTE hi_csr; /* clock register */
121 BYTE hi_op; /* Op control */
122 BYTE hi_ip; /* Input pins */
123 BYTE hi_state; /* status */
124 BYTE hi_prtcl; /* Protocol */
125 BYTE hi_txon; /* host copy tx xon stuff */
126 BYTE hi_txoff;
127 BYTE hi_rxon;
128 BYTE hi_rxoff;
129 BYTE close_prev; /* Was channel previously closed */
130 BYTE hi_break; /* host copy break process */
131 BYTE break_state; /* local copy ditto */
132 BYTE hi_mask; /* Mask for CS7 etc. */
133 BYTE mask_z280; /* Z280's copy */
134 BYTE res[0x60 - 36];
135 BYTE hi_txbuf[SI_BUFFERSIZE];
136 BYTE hi_rxbuf[SI_BUFFERSIZE];
137 BYTE res1[0xA0];