Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Untitled diff
Créé
il y a 11 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
24 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
76 lignes
Copier tout
40 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
91 lignes
Copier tout
+/* Exynos USB PHY registers */
+/* Exynos USB PHY registers */
+
+
+/* PHY power control */
+/* PHY power control */
+#define EXYNOS_421x_UPHYPWR 0x0
+#define EXYNOS_421x_UPHYPWR 0x0
+
+
+#define EXYNOS_421x_UPHYPWR_DEV_SUSPEND (1 << 0)
+#define EXYNOS_421x_UPHYPWR_DEV_SUSPEND (1 << 0)
+#define EXYNOS_421x_UPHYPWR_DEV_PWR (1 << 3)
+#define EXYNOS_421x_UPHYPWR_DEV_PWR (1 << 3)
+#define EXYNOS_421x_UPHYPWR_DEV_OTG_PWR (1 << 4)
+#define EXYNOS_421x_UPHYPWR_DEV_OTG_PWR (1 << 4)
+#define EXYNOS_421x_UPHYPWR_DEV_SLEEP (1 << 5)
+#define EXYNOS_421x_UPHYPWR_DEV_SLEEP (1 << 5)
+#define EXYNOS_421x_UPHYPWR_DEV ( \
+#define EXYNOS_421x_UPHYPWR_DEV ( \
+ EXYNOS_421x_UPHYPWR_DEV_SUSPEND | \
+ EXYNOS_421x_UPHYPWR_DEV_SUSPEND | \
+ EXYNOS_421x_UPHYPWR_DEV_PWR | \
+ EXYNOS_421x_UPHYPWR_DEV_PWR | \
+ EXYNOS_421x_UPHYPWR_DEV_OTG_PWR | \
+ EXYNOS_421x_UPHYPWR_DEV_OTG_PWR | \
+ EXYNOS_421x_UPHYPWR_DEV_SLEEP)
+ EXYNOS_421x_UPHYPWR_DEV_SLEEP)
+
+
+#define EXYNOS_421x_UPHYPWR_HOST_SUSPEND (1 << 6)
+#define EXYNOS_421x_UPHYPWR_HOST_SUSPEND (1 << 6)
+#define EXYNOS_421x_UPHYPWR_HOST_PWR (1 << 7)
+#define EXYNOS_421x_UPHYPWR_HOST_PWR (1 << 7)
+#define EXYNOS_421x_UPHYPWR_HOST_SLEEP (1 << 8)
+#define EXYNOS_421x_UPHYPWR_HOST_SLEEP (1 << 8)
+#define EXYNOS_421x_UPHYPWR_HOST ( \
+#define EXYNOS_421x_UPHYPWR_HOST ( \
+ EXYNOS_421x_UPHYPWR_HOST_SUSPEND | \
+ EXYNOS_421x_UPHYPWR_HOST_SUSPEND | \
+ EXYNOS_421x_UPHYPWR_HOST_PWR | \
+ EXYNOS_421x_UPHYPWR_HOST_PWR | \
+ EXYNOS_421x_UPHYPWR_HOST_SLEEP)
+ EXYNOS_421x_UPHYPWR_HOST_SLEEP)
+
+
+#define EXYNOS_421x_UPHYPWR_HSCI0_SUSPEND (1 << 9)
+#define EXYNOS_421x_UPHYPWR_HSCI0_SUSPEND (1 << 9)
Copier
Copié
Copier
Copié
+#define EXYNOS_421x_UPHYPWR_HSCI0_SLEEP (1 <<
10
)
+#define EXYNOS_421x_UPHYPWR_HSCI0_PWR (1 << 10)
+#define EXYNOS_421x_UPHYPWR_HSCI0_SLEEP (1 <<
11
)
+#define EXYNOS_421x_UPHYPWR_HSCI0 ( \
+#define EXYNOS_421x_UPHYPWR_HSCI0 ( \
+ EXYNOS_421x_UPHYPWR_HSCI0_SUSPEND | \
+ EXYNOS_421x_UPHYPWR_HSCI0_SUSPEND | \
Copier
Copié
Copier
Copié
+ EXYNOS_421x_UPHYPWR_HSCI0_PWR | \
+ EXYNOS_421x_UPHYPWR_HSCI0_SLEEP)
+ EXYNOS_421x_UPHYPWR_HSCI0_SLEEP)
+
+
Copier
Copié
Copier
Copié
+#define EXYNOS_421x_UPHYPWR_HSCI1_SUSPEND (1 <<
11
)
+#define EXYNOS_421x_UPHYPWR_HSCI1_SUSPEND (1 <<
12)
+#define EXYNOS_421x_UPHYPWR_HSCI1_SLEEP (1 <<
12
)
+#define EXYNOS_421x_UPHYPWR_HSCI1_PWR (1 << 13
)
+#define EXYNOS_421x_UPHYPWR_HSCI1_SLEEP (1 <<
14
)
+#define EXYNOS_421x_UPHYPWR_HSCI1 ( \
+#define EXYNOS_421x_UPHYPWR_HSCI1 ( \
+ EXYNOS_421x_UPHYPWR_HSCI1_SUSPEND | \
+ EXYNOS_421x_UPHYPWR_HSCI1_SUSPEND | \
Copier
Copié
Copier
Copié
+ EXYNOS_421x_UPHYPWR_HSCI1_PWR | \
+ EXYNOS_421x_UPHYPWR_HSCI1_SLEEP)
+ EXYNOS_421x_UPHYPWR_HSCI1_SLEEP)
+
+
+/* PHY clock control */
+/* PHY clock control */
+#define EXYNOS_421x_UPHYCLK 0x4
+#define EXYNOS_421x_UPHYCLK 0x4
+
+
Copier
Copié
Copier
Copié
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_MASK (0x
3
<< 0)
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_MASK (0x
7
<< 0)
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_
48MHZ
(0x0 << 0)
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_
9MHZ6
(0x0 << 0)
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_
24MHZ
(0x
3
<< 0)
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_
10MHZ
(0x
1
<< 0)
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_12MHZ (0x2 << 0)
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_12MHZ (0x2 << 0)
Copier
Copié
Copier
Copié
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_19MHZ2 (0x3 << 0)
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_20MHZ (0x4 << 0)
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_24MHZ (0x5 << 0)
+#define EXYNOS_421x_UPHYCLK_PHYFSEL_50MHZ (0x7 << 0)
+
+
Copier
Copié
Copier
Copié
+#define EXYNOS_421x_UPHYCLK_PHY0_ID_PULLUP (0x1 <<
2
)
+#define EXYNOS_421x_UPHYCLK_PHY0_ID_PULLUP (0x1 <<
3
)
+#define EXYNOS_421x_UPHYCLK_PHY0_COMMON_ON (0x1 << 4)
+#define EXYNOS_421x_UPHYCLK_PHY0_COMMON_ON (0x1 << 4)
+#define EXYNOS_421x_UPHYCLK_PHY1_COMMON_ON (0x1 << 7)
+#define EXYNOS_421x_UPHYCLK_PHY1_COMMON_ON (0x1 << 7)
+
+
Copier
Copié
Copier
Copié
+#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_MASK (0x7f << 10)
+#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_12MHZ (0x24 << 10)
+#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_15MHZ (0x1c << 10)
+#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_16MHZ (0x1a << 10)
+#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_19MHZ2 (0x15 << 10)
+#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_20MHZ (0x14 << 10)
+
+/* PHY reset control */
+/* PHY reset control */
+#define EXYNOS_421x_UPHYRST 0x8
+#define EXYNOS_421x_UPHYRST 0x8
+
+
+#define EXYNOS_421x_URSTCON_DEVICE (1 << 0)
+#define EXYNOS_421x_URSTCON_DEVICE (1 << 0)
+#define EXYNOS_421x_URSTCON_OTG_HLINK (1 << 1)
+#define EXYNOS_421x_URSTCON_OTG_HLINK (1 << 1)
+#define EXYNOS_421x_URSTCON_OTG_PHYLINK (1 << 2)
+#define EXYNOS_421x_URSTCON_OTG_PHYLINK (1 << 2)
Copier
Copié
Copier
Copié
+#define EXYNOS_421x_URSTCON_
PHY
1_ALL
(1 << 3)
+#define EXYNOS_421x_URSTCON_
HOST_
PHY
(1 << 3)
+#define EXYNOS_421x_URSTCON_PHY1
_P0
(1 << 4)
+#define EXYNOS_421x_URSTCON_PHY1
(1 << 4)
+#define EXYNOS_421x_URSTCON_
PHY1_P1P2
(1 << 5)
+#define EXYNOS_421x_URSTCON_
HSIC0
(1 << 5)
+#define EXYNOS_421x_URSTCON_
HOST_LINK_ALL
(1 << 6)
+#define EXYNOS_421x_URSTCON_
HSIC1
(1 << 6)
+#define EXYNOS_421x_URSTCON_HOST_LINK_
P0
(1 << 7)
+#define EXYNOS_421x_URSTCON_HOST_LINK_
ALL
(1 << 7)
+#define EXYNOS_421x_URSTCON_HOST_LINK_
P1
(1 << 8)
+#define EXYNOS_421x_URSTCON_HOST_LINK_
P0
(1 << 8)
+#define EXYNOS_421x_URSTCON_HOST_LINK_
P2
(1 << 9)
+#define EXYNOS_421x_URSTCON_HOST_LINK_
P1
(1 << 9)
+#define EXYNOS_421x_URSTCON_HOST_LINK_P2 (1 << 10)
+
+
+/* Isolation, configured in the power management unit */
+/* Isolation, configured in the power management unit */
Copier
Copié
Copier
Copié
+#define EXYNOS_421x_USB_ISOL_
DEVICE_
OFFSET
0x704
+#define EXYNOS_421x_USB_ISOL_
OFFSET
0x704
+#define EXYNOS_421x_USB_ISOL_
DEVICE
(1 << 0)
+#define EXYNOS_421x_USB_ISOL_
OTG
(1 << 0)
+#define EXYNOS_421x_USB_ISOL_
HOST
_OFFSET 0x708
+#define EXYNOS_421x_USB_ISOL_
HSIC0
_OFFSET 0x708
+#define EXYNOS_421x_USB_ISOL_
HOST
(1 << 0)
+#define EXYNOS_421x_USB_ISOL_
HSIC0
(1 << 0)
+
+#define EXYNOS_421x_
USB_ISOL_HSIC1_OFFSET 0x70c
+/* USBYPHY1 Floating prevention */
+#define EXYNOS_421x_
USB_ISOL_HSIC1 (1 << 0)
+#define EXYNOS_421x_
UPHY1CON 0x34
+#define EXYNOS_421x_
UPHY1CON_FLOAT_PREVENTION 0x1
+
+
+/* Mode switching SUB Device <-> Host */
+/* Mode switching SUB Device <-> Host */
+#define EXYNOS_421x_MODE_SWITCH_OFFSET 0x21c
+#define EXYNOS_421x_MODE_SWITCH_OFFSET 0x21c
+#define EXYNOS_421x_MODE_SWITCH_MASK 1
+#define EXYNOS_421x_MODE_SWITCH_MASK 1
+#define EXYNOS_421x_MODE_SWITCH_DEVICE 0
+#define EXYNOS_421x_MODE_SWITCH_DEVICE 0
Copier
Copié
Copier
Copié
+#define EXYNOS_421x_MODE_SWITCH_HOST 1
+#define EXYNOS_421x_MODE_SWITCH_HOST 1
+
Différences enregistrées
Texte d'origine
Ouvrir un fichier
+/* Exynos USB PHY registers */ + +/* PHY power control */ +#define EXYNOS_421x_UPHYPWR 0x0 + +#define EXYNOS_421x_UPHYPWR_DEV_SUSPEND (1 << 0) +#define EXYNOS_421x_UPHYPWR_DEV_PWR (1 << 3) +#define EXYNOS_421x_UPHYPWR_DEV_OTG_PWR (1 << 4) +#define EXYNOS_421x_UPHYPWR_DEV_SLEEP (1 << 5) +#define EXYNOS_421x_UPHYPWR_DEV ( \ + EXYNOS_421x_UPHYPWR_DEV_SUSPEND | \ + EXYNOS_421x_UPHYPWR_DEV_PWR | \ + EXYNOS_421x_UPHYPWR_DEV_OTG_PWR | \ + EXYNOS_421x_UPHYPWR_DEV_SLEEP) + +#define EXYNOS_421x_UPHYPWR_HOST_SUSPEND (1 << 6) +#define EXYNOS_421x_UPHYPWR_HOST_PWR (1 << 7) +#define EXYNOS_421x_UPHYPWR_HOST_SLEEP (1 << 8) +#define EXYNOS_421x_UPHYPWR_HOST ( \ + EXYNOS_421x_UPHYPWR_HOST_SUSPEND | \ + EXYNOS_421x_UPHYPWR_HOST_PWR | \ + EXYNOS_421x_UPHYPWR_HOST_SLEEP) + +#define EXYNOS_421x_UPHYPWR_HSCI0_SUSPEND (1 << 9) +#define EXYNOS_421x_UPHYPWR_HSCI0_SLEEP (1 << 10) +#define EXYNOS_421x_UPHYPWR_HSCI0 ( \ + EXYNOS_421x_UPHYPWR_HSCI0_SUSPEND | \ + EXYNOS_421x_UPHYPWR_HSCI0_SLEEP) + +#define EXYNOS_421x_UPHYPWR_HSCI1_SUSPEND (1 << 11) +#define EXYNOS_421x_UPHYPWR_HSCI1_SLEEP (1 << 12) +#define EXYNOS_421x_UPHYPWR_HSCI1 ( \ + EXYNOS_421x_UPHYPWR_HSCI1_SUSPEND | \ + EXYNOS_421x_UPHYPWR_HSCI1_SLEEP) + +/* PHY clock control */ +#define EXYNOS_421x_UPHYCLK 0x4 + +#define EXYNOS_421x_UPHYCLK_PHYFSEL_MASK (0x3 << 0) +#define EXYNOS_421x_UPHYCLK_PHYFSEL_48MHZ (0x0 << 0) +#define EXYNOS_421x_UPHYCLK_PHYFSEL_24MHZ (0x3 << 0) +#define EXYNOS_421x_UPHYCLK_PHYFSEL_12MHZ (0x2 << 0) + +#define EXYNOS_421x_UPHYCLK_PHY0_ID_PULLUP (0x1 << 2) +#define EXYNOS_421x_UPHYCLK_PHY0_COMMON_ON (0x1 << 4) +#define EXYNOS_421x_UPHYCLK_PHY1_COMMON_ON (0x1 << 7) + +/* PHY reset control */ +#define EXYNOS_421x_UPHYRST 0x8 + +#define EXYNOS_421x_URSTCON_DEVICE (1 << 0) +#define EXYNOS_421x_URSTCON_OTG_HLINK (1 << 1) +#define EXYNOS_421x_URSTCON_OTG_PHYLINK (1 << 2) +#define EXYNOS_421x_URSTCON_PHY1_ALL (1 << 3) +#define EXYNOS_421x_URSTCON_PHY1_P0 (1 << 4) +#define EXYNOS_421x_URSTCON_PHY1_P1P2 (1 << 5) +#define EXYNOS_421x_URSTCON_HOST_LINK_ALL (1 << 6) +#define EXYNOS_421x_URSTCON_HOST_LINK_P0 (1 << 7) +#define EXYNOS_421x_URSTCON_HOST_LINK_P1 (1 << 8) +#define EXYNOS_421x_URSTCON_HOST_LINK_P2 (1 << 9) + +/* Isolation, configured in the power management unit */ +#define EXYNOS_421x_USB_ISOL_DEVICE_OFFSET 0x704 +#define EXYNOS_421x_USB_ISOL_DEVICE (1 << 0) +#define EXYNOS_421x_USB_ISOL_HOST_OFFSET 0x708 +#define EXYNOS_421x_USB_ISOL_HOST (1 << 0) + +/* USBYPHY1 Floating prevention */ +#define EXYNOS_421x_UPHY1CON 0x34 +#define EXYNOS_421x_UPHY1CON_FLOAT_PREVENTION 0x1 + +/* Mode switching SUB Device <-> Host */ +#define EXYNOS_421x_MODE_SWITCH_OFFSET 0x21c +#define EXYNOS_421x_MODE_SWITCH_MASK 1 +#define EXYNOS_421x_MODE_SWITCH_DEVICE 0 +#define EXYNOS_421x_MODE_SWITCH_HOST 1
Texte modifié
Ouvrir un fichier
+/* Exynos USB PHY registers */ + +/* PHY power control */ +#define EXYNOS_421x_UPHYPWR 0x0 + +#define EXYNOS_421x_UPHYPWR_DEV_SUSPEND (1 << 0) +#define EXYNOS_421x_UPHYPWR_DEV_PWR (1 << 3) +#define EXYNOS_421x_UPHYPWR_DEV_OTG_PWR (1 << 4) +#define EXYNOS_421x_UPHYPWR_DEV_SLEEP (1 << 5) +#define EXYNOS_421x_UPHYPWR_DEV ( \ + EXYNOS_421x_UPHYPWR_DEV_SUSPEND | \ + EXYNOS_421x_UPHYPWR_DEV_PWR | \ + EXYNOS_421x_UPHYPWR_DEV_OTG_PWR | \ + EXYNOS_421x_UPHYPWR_DEV_SLEEP) + +#define EXYNOS_421x_UPHYPWR_HOST_SUSPEND (1 << 6) +#define EXYNOS_421x_UPHYPWR_HOST_PWR (1 << 7) +#define EXYNOS_421x_UPHYPWR_HOST_SLEEP (1 << 8) +#define EXYNOS_421x_UPHYPWR_HOST ( \ + EXYNOS_421x_UPHYPWR_HOST_SUSPEND | \ + EXYNOS_421x_UPHYPWR_HOST_PWR | \ + EXYNOS_421x_UPHYPWR_HOST_SLEEP) + +#define EXYNOS_421x_UPHYPWR_HSCI0_SUSPEND (1 << 9) +#define EXYNOS_421x_UPHYPWR_HSCI0_PWR (1 << 10) +#define EXYNOS_421x_UPHYPWR_HSCI0_SLEEP (1 << 11) +#define EXYNOS_421x_UPHYPWR_HSCI0 ( \ + EXYNOS_421x_UPHYPWR_HSCI0_SUSPEND | \ + EXYNOS_421x_UPHYPWR_HSCI0_PWR | \ + EXYNOS_421x_UPHYPWR_HSCI0_SLEEP) + +#define EXYNOS_421x_UPHYPWR_HSCI1_SUSPEND (1 << 12) +#define EXYNOS_421x_UPHYPWR_HSCI1_PWR (1 << 13) +#define EXYNOS_421x_UPHYPWR_HSCI1_SLEEP (1 << 14) +#define EXYNOS_421x_UPHYPWR_HSCI1 ( \ + EXYNOS_421x_UPHYPWR_HSCI1_SUSPEND | \ + EXYNOS_421x_UPHYPWR_HSCI1_PWR | \ + EXYNOS_421x_UPHYPWR_HSCI1_SLEEP) + +/* PHY clock control */ +#define EXYNOS_421x_UPHYCLK 0x4 + +#define EXYNOS_421x_UPHYCLK_PHYFSEL_MASK (0x7 << 0) +#define EXYNOS_421x_UPHYCLK_PHYFSEL_9MHZ6 (0x0 << 0) +#define EXYNOS_421x_UPHYCLK_PHYFSEL_10MHZ (0x1 << 0) +#define EXYNOS_421x_UPHYCLK_PHYFSEL_12MHZ (0x2 << 0) +#define EXYNOS_421x_UPHYCLK_PHYFSEL_19MHZ2 (0x3 << 0) +#define EXYNOS_421x_UPHYCLK_PHYFSEL_20MHZ (0x4 << 0) +#define EXYNOS_421x_UPHYCLK_PHYFSEL_24MHZ (0x5 << 0) +#define EXYNOS_421x_UPHYCLK_PHYFSEL_50MHZ (0x7 << 0) + +#define EXYNOS_421x_UPHYCLK_PHY0_ID_PULLUP (0x1 << 3) +#define EXYNOS_421x_UPHYCLK_PHY0_COMMON_ON (0x1 << 4) +#define EXYNOS_421x_UPHYCLK_PHY1_COMMON_ON (0x1 << 7) + +#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_MASK (0x7f << 10) +#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_12MHZ (0x24 << 10) +#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_15MHZ (0x1c << 10) +#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_16MHZ (0x1a << 10) +#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_19MHZ2 (0x15 << 10) +#define EXYNOS_421x_UPHYCLK_HSIC_REFCLK_20MHZ (0x14 << 10) + +/* PHY reset control */ +#define EXYNOS_421x_UPHYRST 0x8 + +#define EXYNOS_421x_URSTCON_DEVICE (1 << 0) +#define EXYNOS_421x_URSTCON_OTG_HLINK (1 << 1) +#define EXYNOS_421x_URSTCON_OTG_PHYLINK (1 << 2) +#define EXYNOS_421x_URSTCON_HOST_PHY (1 << 3) +#define EXYNOS_421x_URSTCON_PHY1 (1 << 4) +#define EXYNOS_421x_URSTCON_HSIC0 (1 << 5) +#define EXYNOS_421x_URSTCON_HSIC1 (1 << 6) +#define EXYNOS_421x_URSTCON_HOST_LINK_ALL (1 << 7) +#define EXYNOS_421x_URSTCON_HOST_LINK_P0 (1 << 8) +#define EXYNOS_421x_URSTCON_HOST_LINK_P1 (1 << 9) +#define EXYNOS_421x_URSTCON_HOST_LINK_P2 (1 << 10) + +/* Isolation, configured in the power management unit */ +#define EXYNOS_421x_USB_ISOL_OFFSET 0x704 +#define EXYNOS_421x_USB_ISOL_OTG (1 << 0) +#define EXYNOS_421x_USB_ISOL_HSIC0_OFFSET 0x708 +#define EXYNOS_421x_USB_ISOL_HSIC0 (1 << 0) +#define EXYNOS_421x_USB_ISOL_HSIC1_OFFSET 0x70c +#define EXYNOS_421x_USB_ISOL_HSIC1 (1 << 0) + +/* Mode switching SUB Device <-> Host */ +#define EXYNOS_421x_MODE_SWITCH_OFFSET 0x21c +#define EXYNOS_421x_MODE_SWITCH_MASK 1 +#define EXYNOS_421x_MODE_SWITCH_DEVICE 0 +#define EXYNOS_421x_MODE_SWITCH_HOST 1 +
Trouver la différence