Lines Matching +full:drive +full:- +full:vbus +full:- +full:en

1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
6 * TsiChung Liew (Tsi-Chung.Liew@freescale.com)
135 #define CCM_MISCCR_USBPUE (0x2000) /* USB transceiver pull-up */
138 #define CCM_MISCCR_BME (0x0800) /* Bus monitor ext en bit */
152 #define CCM_MISCCR_LCDCHEN (0x0004) /* LCD Int CLK en */
153 #define CCM_MISCCR_USBOC (0x0002) /* USB VBUS over-current sense pol */
162 #define CCM_UOCSR_DPPD (0x2000) /* D+ 15Kohm pull-down (rd-only) */
163 #define CCM_UOCSR_DMPD (0x1000) /* D- 15Kohm pull-down (rd-only) */
164 #define CCM_UOCSR_CRG_VBUS (0x0400) /* VBUS charge resistor enabled (rd-only) */
165 #define CCM_UOCSR_DCR_VBUS (0x0200) /* VBUS discharge resistor en (rd-only) */
166 #define CCM_UOCSR_DPPU (0x0100) /* D+ pull-up for FS enabled (rd-only) */
167 #define CCM_UOCSR_AVLD (0x0080) /* A-peripheral valid indicator */
168 #define CCM_UOCSR_BVLD (0x0040) /* B-peripheral valid indicator */
169 #define CCM_UOCSR_VVLD (0x0020) /* VBUS valid indicator */
171 #define CCM_UOCSR_WKUP (0x0004) /* USB OTG controller wake-up event */
172 #define CCM_UOCSR_UOMIE (0x0002) /* USB OTG misc interrupt en */
173 #define CCM_UOCSR_XPDE (0x0001) /* On-chip transceiver pull-down en */
454 /* Bit definitions and macros for Drive Strength Control */
473 #define SDRAMC_SDCR_DPD (0x00000001) /* Deep Power-Down Mode */
479 #define SDRAMC_SDCR_OE_RULE (0x00400000) /* Drive Rule Selection */
504 #define SDRAMC_SDCS_CSSZ(x) (((x)&0x0000001F)) /* Chip-Select Size */
505 #define SDRAMC_SDCS_CSBA(x) (((x)&0x00000FFF)<<20) /* Chip-Select Base Address */
539 #define PLL_PSR_LOCKS (0x00000001) /* PLL lost lock - sticky */
541 #define PLL_PSR_LOLIRQ (0x00000004) /* PLL loss-of-lock interrupt enable */
542 #define PLL_PSR_LOLRE (0x00000008) /* PLL loss-of-lock reset enable */