Go to the documentation of this file.
17 #ifndef _FSL_DEVICE_H_
18 #define _FSL_DEVICE_H_
20 #define FSL_UTMI_PHY_DLY 10
22 #define FSL_USB_PHY_CLK_TIMEOUT 10000
23 #define FSL_USB_VER_OLD 0
24 #define FSL_USB_VER_1_6 1
25 #define FSL_USB_VER_2_2 2
26 #define FSL_USB_VER_2_4 3
28 #include <linux/types.h>
110 #define FSL_USB2_PORT0_ENABLED 0x00000001
111 #define FSL_USB2_PORT1_ENABLED 0x00000002
113 #define FLS_USB2_WORKAROUND_ENGCM09152 (1 << 0)
121 #define SPI_QE_CPU_MODE (1 << 0)
122 #define SPI_CPM_MODE (1 << 1)
123 #define SPI_CPM1 (1 << 2)
124 #define SPI_CPM2 (1 << 3)
125 #define SPI_QE (1 << 4)
141 #if defined(CONFIG_PPC_83xx) && defined(CONFIG_SUSPEND)