Lines Matching refs:byte
175 .byte 0
179 .byte 0 ; filled in by the USB core
183 rx_ring_in: .byte 0
184 rx_ring_out: .byte 0
185 tx_ring_in: .byte 0
186 tx_ring_out: .byte 0
187 tx_unthrottle_threshold: .byte 0
192 .byte 0
194 .byte 0
196 .byte 0
198 .byte 0
200 .byte 0
202 .byte 0
204 .byte 0
206 .byte 0
208 .byte 0
210 .byte 0
212 .byte 0
214 .byte 0
634 ;; Get_Configuration. always 1. return one byte.
803 mov dptr, OUT2BC ; get byte count
1051 ;; either we ran out of data, or we copied 64 bytes. r1 has byte count
1090 .byte BAUD_HIGH(110)
1091 .byte BAUD_LOW(110)
1093 .byte BAUD_HIGH(300)
1094 .byte BAUD_LOW(300)
1096 .byte BAUD_HIGH(1200)
1097 .byte BAUD_LOW(1200)
1099 .byte BAUD_HIGH(2400)
1100 .byte BAUD_LOW(2400)
1102 .byte BAUD_HIGH(4800)
1103 .byte BAUD_LOW(4800)
1105 .byte BAUD_HIGH(9600)
1106 .byte BAUD_LOW(9600)
1108 .byte BAUD_HIGH(19200)
1109 .byte BAUD_LOW(19200)
1111 .byte BAUD_HIGH(38400)
1112 .byte BAUD_LOW(38400)
1114 .byte BAUD_HIGH(57600)
1115 .byte BAUD_LOW(57600)
1117 .byte BAUD_HIGH(115200)
1118 .byte BAUD_LOW(115200)
1121 .byte 0x12, 0x01, 0x00, 0x01, 0xff, 0xff, 0xff, 0x40
1122 .byte 0xcd, 0x06, 0x04, 0x01, 0x89, 0xab, 1, 2, 3, 0x01
1127 .byte 0x09, 0x02, 0x20, 0x00, 0x01, 0x01, 0x00, 0x80, 0x32
1128 .byte 0x09, 0x04, 0x00, 0x00, 0x02, 0xff, 0xff, 0xff, 0x00
1129 .byte 0x07, 0x05, 0x82, 0x03, 0x40, 0x00, 0x01
1130 .byte 0x07, 0x05, 0x02, 0x02, 0x40, 0x00, 0x00
1136 string_langids: .byte string_langids_end-string_langids
1137 .byte 3
1152 string_mfg: .byte string_mfg_end-string_mfg
1153 .byte 3
1154 ; .byte "ACME usb widgets"
1155 ….byte 0x41, 0x00, 0x43, 0x00, 0x4d, 0x00, 0x45, 0x00, 0x20, 0x00, 0x75, 0x00, 0x73, 0x00, 0x62, 0x…
1158 string_product: .byte string_product_end-string_product
1159 .byte 3
1160 ; .byte "ACME USB serial widget"
1161 ….byte 0x41, 0x00, 0x43, 0x00, 0x4d, 0x00, 0x45, 0x00, 0x20, 0x00, 0x55, 0x00, 0x53, 0x00, 0x42, 0x…
1164 string_serial: .byte string_serial_end-string_serial
1165 .byte 3
1166 ; .byte "47"
1167 .byte 0x34, 0x00, 0x37, 0x00
1171 ;; tx_ring_in+1 is where the next input byte will go