Home
last modified time | relevance | path

Searched refs:BAUD_LOW (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/firmware/keyspan_pda/
Dkeyspan_pda.S299 #define BAUD_LOW(rate) LOW(BAUD_TIMEOUT(rate)) macro
671 movx a,@dptr ; BAUD_LOW
1023 .byte BAUD_LOW(110)
1026 .byte BAUD_LOW(300)
1029 .byte BAUD_LOW(1200)
1032 .byte BAUD_LOW(2400)
1035 .byte BAUD_LOW(4800)
1038 .byte BAUD_LOW(9600)
1041 .byte BAUD_LOW(19200)
1044 .byte BAUD_LOW(38400)
[all …]
Dxircom_pgs.S337 #define BAUD_LOW(rate) LOW(BAUD_TIMEOUT(rate)) macro
709 movx a,@dptr ; BAUD_LOW
1091 .byte BAUD_LOW(110)
1094 .byte BAUD_LOW(300)
1097 .byte BAUD_LOW(1200)
1100 .byte BAUD_LOW(2400)
1103 .byte BAUD_LOW(4800)
1106 .byte BAUD_LOW(9600)
1109 .byte BAUD_LOW(19200)
1112 .byte BAUD_LOW(38400)
[all …]