swrm_port_config.h 826 B

1234567891011121314151617181920212223242526272829
  1. /* Copyright (c) 2018 The Linux Foundation. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. */
  12. #ifndef _SWRM_PORT_CONFIG
  13. #define _SWRM_PORT_CONFIG
  14. #define WSA_MSTR_PORT_MASK 0xFF
  15. struct port_params wsa_frame_superset[SWR_MSTR_PORT_LEN] = {
  16. {7, 1, 0},
  17. {31, 2, 0},
  18. {63, 12, 31},
  19. {7, 6, 0},
  20. {31, 18, 0},
  21. {63, 13, 31},
  22. {15, 7, 0},
  23. {15, 10, 0},
  24. };
  25. #endif /* _SWRM_REGISTERS_H */