|
@@ -51,6 +51,13 @@ static struct port_params tx_frame_params_default[SWR_MSTR_PORT_LEN] = {
|
|
|
{7, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX3 */
|
|
|
};
|
|
|
|
|
|
+/* TX UC1: TX1: 1ch, TX2: 2chs, TX3: 1ch(MBHC) */
|
|
|
+static struct port_params tx_frame_params_shima[SWR_MSTR_PORT_LEN] = {
|
|
|
+ {3, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
|
|
|
+ {3, 0, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 1, 0x00, 0x00}, /* TX2 */
|
|
|
+ {7, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX3 */
|
|
|
+};
|
|
|
+
|
|
|
static struct swr_mstr_port_map sm_port_map[] = {
|
|
|
{TX_MACRO, SWR_UC0, tx_frame_params_default},
|
|
|
{RX_MACRO, SWR_UC0, rx_frame_params_default},
|
|
@@ -58,4 +65,11 @@ static struct swr_mstr_port_map sm_port_map[] = {
|
|
|
{WSA_MACRO, SWR_UC0, wsa_frame_params_default},
|
|
|
};
|
|
|
|
|
|
+static struct swr_mstr_port_map sm_port_map_shima[] = {
|
|
|
+ {TX_MACRO, SWR_UC0, tx_frame_params_shima},
|
|
|
+ {RX_MACRO, SWR_UC0, rx_frame_params_default},
|
|
|
+ {RX_MACRO, SWR_UC1, rx_frame_params_dsd},
|
|
|
+ {WSA_MACRO, SWR_UC0, wsa_frame_params_default},
|
|
|
+};
|
|
|
+
|
|
|
#endif /* _LAHAINA_PORT_CONFIG */
|