mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
|
* $Id: md.equates,v 1.1 1998/02/02 08:18:15 taubert Exp $
|
||
|
* Specific equates for the modem port version of the driver
|
||
|
|
||
|
CtlPanBaud gequ $12
|
||
|
PortControl gequ $E0C038
|
||
|
PortData gequ $E0C03A
|
||
|
PortNum gequ 2 SIM modem port number
|
||
|
Channel_Rx gequ %00000100
|
||
|
Channel_Tx gequ %00000010
|
||
|
Reg11 gequ %01010000 modem
|
||
|
PortReset gequ %01000000
|