|
@@ -1080,3 +1080,112 @@ void peripheral_free_list(const unsigned short per[]);
|
|
|
|
|
|
#ifndef P_ATAPI_DMARQ
|
|
#ifndef P_ATAPI_DMARQ
|
|
#define P_ATAPI_DMARQ P_UNDEF
|
|
#define P_ATAPI_DMARQ P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_ATAPI_INTRQ
|
|
|
|
+#define P_ATAPI_INTRQ P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_ATAPI_IORDY
|
|
|
|
+#define P_ATAPI_IORDY P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_AMC_BR
|
|
|
|
+#define P_AMC_BR P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_AMC_BG
|
|
|
|
+#define P_AMC_BG P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_AMC_BGH
|
|
|
|
+#define P_AMC_BGH P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+/* EMAC */
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ETxD0
|
|
|
|
+#define P_MII0_ETxD0 P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ETxD1
|
|
|
|
+#define P_MII0_ETxD1 P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ETxD2
|
|
|
|
+#define P_MII0_ETxD2 P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ETxD3
|
|
|
|
+#define P_MII0_ETxD3 P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ETxEN
|
|
|
|
+#define P_MII0_ETxEN P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_TxCLK
|
|
|
|
+#define P_MII0_TxCLK P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_PHYINT
|
|
|
|
+#define P_MII0_PHYINT P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_COL
|
|
|
|
+#define P_MII0_COL P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ERxD0
|
|
|
|
+#define P_MII0_ERxD0 P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ERxD1
|
|
|
|
+#define P_MII0_ERxD1 P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ERxD2
|
|
|
|
+#define P_MII0_ERxD2 P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ERxD3
|
|
|
|
+#define P_MII0_ERxD3 P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ERxDV
|
|
|
|
+#define P_MII0_ERxDV P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ERxCLK
|
|
|
|
+#define P_MII0_ERxCLK P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_ERxER
|
|
|
|
+#define P_MII0_ERxER P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MII0_CRS
|
|
|
|
+#define P_MII0_CRS P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_RMII0_REF_CLK
|
|
|
|
+#define P_RMII0_REF_CLK P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_RMII0_MDINT
|
|
|
|
+#define P_RMII0_MDINT P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_RMII0_CRS_DV
|
|
|
|
+#define P_RMII0_CRS_DV P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MDC
|
|
|
|
+#define P_MDC P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifndef P_MDIO
|
|
|
|
+#define P_MDIO P_UNDEF
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#endif /* _PORTMUX_H_ */
|