ports.h 568 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * Port Masks
  3. */
  4. #ifndef __BFIN_PERIPHERAL_PORT__
  5. #define __BFIN_PERIPHERAL_PORT__
  6. /* PORT_MUX Masks */
  7. #define PJSE 0x0001
  8. #define PJCE_MASK 0x0006
  9. #define PJCE_SPORT 0x0000
  10. #define PJCE_CAN 0x0001
  11. #define PJCE_SPI 0x0002
  12. #define PFDE 0x0008
  13. #define PFTE 0x0010
  14. #define PFS6E 0x0020
  15. #define PFS5E 0x0040
  16. #define PFS4E 0x0080
  17. #define PFFE 0x0100
  18. #define PGSE 0x0200
  19. #define PGRE 0x0400
  20. #define PGTE 0x0800
  21. #include "../mach-common/bits/ports-f.h"
  22. #include "../mach-common/bits/ports-g.h"
  23. #include "../mach-common/bits/ports-h.h"
  24. #endif