FreeCalypso > hg > fc-magnetite
view cdg3/cdginc-locosto/p_ra.val @ 685:3fb7384e820d
tpudrv12.h: FCDEV3B goes back to being itself
A while back we had the idea of a FreeCalypso modem family whereby our
current fcdev3b target would some day morph into fcmodem, with multiple
FC modem family products, potentially either triband or quadband, being
firmware-compatible with each other and with our original FCDEV3B. But
in light of the discovery of Tango modules that earlier idea is now being
withdrawn: instead the already existing Tango hw is being adopted into
our FreeCalypso family.
Tango cannot be firmware-compatible with triband OM/FCDEV3B targets
because the original quadband RFFE on Tango modules is wired in TI's
original Leonardo arrangement. Because this Leonardo/Tango way is now
becoming the official FreeCalypso way of driving quadband RFFEs thanks
to the adoption of Tango into our FC family, our earlier idea of
extending FIC's triband RFFE control signals with TSPACT5 no longer makes
much sense - we will probably never produce any new hardware with that
once-proposed arrangement. Therefore, that triband-or-quadband FCFAM
provision is being removed from the code base, and FCDEV3B goes back to
being treated the same way as CONFIG_TARGET_GTAMODEM for RFFE control
purposes.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 24 Sep 2020 21:03:08 +0000 |
parents | c15047b3d00d |
children |
line wrap: on
line source
/* +--------------------------------------------------------------------------+ | PROJECT : PROTOCOL STACK | | FILE : p_ra.val | | SOURCE : "sap\ra.pdf" | | LastModified : "2002-04-26" | | IdAndVersion : "8411.102.98.204" | | SrcFileTime : "Thu Nov 29 09:51:34 2007" | | Generated by CCDGEN_2.5.5A on Thu Sep 25 09:18:53 2014 | | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! | +--------------------------------------------------------------------------+ */ /* PRAGMAS * PREFIX : NONE * COMPATIBILITY_DEFINES : NO (require PREFIX) * ALWAYS_ENUM_IN_VAL_FILE: NO * ENABLE_GROUP: NO * CAPITALIZE_TYPENAME: NO */ #ifndef P_RA_VAL #define P_RA_VAL #define CDG_ENTER__P_RA_VAL #define CDG_ENTER__FILENAME _P_RA_VAL #define CDG_ENTER__P_RA_VAL__FILE_TYPE CDGINC #define CDG_ENTER__P_RA_VAL__LAST_MODIFIED _2002_04_26 #define CDG_ENTER__P_RA_VAL__ID_AND_VERSION _8411_102_98_204 #define CDG_ENTER__P_RA_VAL__SRC_FILE_TIME _Thu_Nov_29_09_51_34_2007 #include "CDG_ENTER.h" #undef CDG_ENTER__P_RA_VAL #undef CDG_ENTER__FILENAME /* * Value constants for VAL_model */ #define RA_MODEL_SPEECH (0x0) /* model speech */ #define RA_MODEL_TRANS (0x1) /* model 1b async transparent */ #define RA_MODEL_RLP (0x2) /* model 3b async nontransparent */ #define RA_MODEL_FAX (0x3) /* model 5b fax 3.45 */ /* * Value constants for VAL_tra_rate */ #define TRA_FULLRATE_2400 (0x0) /* fullrate 2,4/3,6 kBit */ #define TRA_HALFRATE_2400 (0x1) /* halfrate 2,4/3,6 kBit */ #define TRA_FULLRATE_4800 (0x2) /* fullrate 4,8/6 kBit */ #define TRA_HALFRATE_4800 (0x3) /* halfrate 4,8/6 kBit */ #define TRA_FULLRATE_9600 (0x4) /* fullrate 9,6/12 kBit */ #define TRA_FULLRATE_14400 (0x5) /* fullrate 13,4/14,4 kBit */ /* * Value constants for VAL_user_rate */ #define URA_300 (0x0) /* user rate 300bps */ #define URA_1200 (0x1) /* user rate 1200bps */ #define URA_2400 (0x2) /* user rate 2400bps */ #define URA_4800 (0x3) /* user rate 4800bps */ #define URA_9600 (0x4) /* user rate 9600bps */ #define URA_1200_75 (0x5) /* user rate 1200/75bps */ #define URA_14400 (0x6) /* user rate 14400bps */ /* * Value constants for VAL_dtx_flg */ #define DTX_DIS (0x0) /* Disable DTX */ #define DTX_EN (0x1) /* Enable DTX */ /* * Value constants for VAL_fr_type */ #define FR_T4DATA (0x0) /* GSM 3.45 Data frame */ #define FR_STATUS (0x1) /* GSM 3.45 Status (BCS) frame */ #define FR_SYNC (0x2) /* GSM 3.45 Sync frame */ #define FR_TRAIN (0x3) /* GSM 3.45 Status (TRAIN) frame */ #define FR_TRANS (0x4) /* Transparent Data frame */ #define FR_RLP (0x5) /* Valid RLP frame */ #define FR_INVALID (0xf) /* Invalid frame or FCS error detected in RLP mode */ /* * Value constants for VAL_status */ #define ST_SA (0x1) /* Status SA */ #define ST_SB (0x2) /* Status SB */ #define ST_X (0x4) /* Status X */ #define ST_OVER (0x8) /* Overspeed flag */ /* * Value constants for VAL_ack_flg */ #define RA_ACK (0x0) /* acknowledged */ #define RA_NAK (0x1) /* not acknowledged */ /* * Value constants for VAL_detect */ #define DET_NO_STATUS (0x0) /* do not detect status frames */ #define DET_STATUS (0x1) /* detect status frames */ /* * Value constants for VAL_tick_dir */ #define TICK_UL (0x1) /* tick uplink */ #define TICK_DL (0x2) /* tick downlink */ #define TICK_UL_DL (0x3) /* tick uplink & downlink */ /* * Value constants for VAL_offset */ #define ra_conf (0x0) /* Configurations */ #define ra_act (0x1) /* Activities */ #define ra_test (0x2) /* Test */ #define ra_statu (0x3) /* Uplink status */ #define ra_statd (0x4) /* Downlink status */ #define fax_status_det (0x5) /* Fax status detection */ #define rau (0x6) /* Buffer for uplink characters */ #define rad (0x7) /* Buffer for downlink characters */ #define ntu (0x8) /* Buffer for uplink RLP frames */ #define ntd (0x9) /* Buffer for downlink RLP frames */ #define faxu (0xa) /* Buffer for uplink fax data */ #define faxd (0xb) /* Buffer for downlink fax data */ /* * user defined constants */ #define DUMMY_RA (0x0) #include "CDG_LEAVE.h" #endif