Lines Matching refs:byte
173 .byte 0
177 .byte 0 ; filled in by the USB core
181 rx_ring_in: .byte 0
182 rx_ring_out: .byte 0
183 tx_ring_in: .byte 0
184 tx_ring_out: .byte 0
185 tx_unthrottle_threshold: .byte 0
190 .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
596 ;; Get_Configuration. always 1. return one byte.
746 mov dptr, OUT2BC ; get byte count
986 ;; either we ran out of data, or we copied 64 bytes. r1 has byte count
1022 .byte BAUD_HIGH(110)
1023 .byte BAUD_LOW(110)
1025 .byte BAUD_HIGH(300)
1026 .byte BAUD_LOW(300)
1028 .byte BAUD_HIGH(1200)
1029 .byte BAUD_LOW(1200)
1031 .byte BAUD_HIGH(2400)
1032 .byte BAUD_LOW(2400)
1034 .byte BAUD_HIGH(4800)
1035 .byte BAUD_LOW(4800)
1037 .byte BAUD_HIGH(9600)
1038 .byte BAUD_LOW(9600)
1040 .byte BAUD_HIGH(19200)
1041 .byte BAUD_LOW(19200)
1043 .byte BAUD_HIGH(38400)
1044 .byte BAUD_LOW(38400)
1046 .byte BAUD_HIGH(57600)
1047 .byte BAUD_LOW(57600)
1049 .byte BAUD_HIGH(115200)
1050 .byte BAUD_LOW(115200)
1053 .byte 0x12, 0x01, 0x00, 0x01, 0xff, 0xff, 0xff, 0x40
1054 .byte 0xcd, 0x06, 0x04, 0x01, 0x89, 0xab, 1, 2, 3, 0x01
1059 .byte 0x09, 0x02, 0x20, 0x00, 0x01, 0x01, 0x00, 0x80, 0x32
1060 .byte 0x09, 0x04, 0x00, 0x00, 0x02, 0xff, 0xff, 0xff, 0x00
1061 .byte 0x07, 0x05, 0x82, 0x03, 0x40, 0x00, 0x01
1062 .byte 0x07, 0x05, 0x02, 0x02, 0x40, 0x00, 0x00
1068 string_langids: .byte string_langids_end-string_langids
1069 .byte 3
1084 string_mfg: .byte string_mfg_end-string_mfg
1085 .byte 3
1086 ; .byte "ACME usb widgets"
1087 ….byte 0x41, 0x00, 0x43, 0x00, 0x4d, 0x00, 0x45, 0x00, 0x20, 0x00, 0x75, 0x00, 0x73, 0x00, 0x62, 0x…
1090 string_product: .byte string_product_end-string_product
1091 .byte 3
1092 ; .byte "ACME USB serial widget"
1093 ….byte 0x41, 0x00, 0x43, 0x00, 0x4d, 0x00, 0x45, 0x00, 0x20, 0x00, 0x55, 0x00, 0x53, 0x00, 0x42, 0x…
1096 string_serial: .byte string_serial_end-string_serial
1097 .byte 3
1098 ; .byte "47"
1099 .byte 0x34, 0x00, 0x37, 0x00
1103 ;; tx_ring_in+1 is where the next input byte will go