Lines Matching +full:precharge +full:- +full:current

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 */
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 */
171 #define CCM_UOCSR_WKUP (0x0004) /* USB OTG controller wake-up event */
173 #define CCM_UOCSR_XPDE (0x0001) /* On-chip transceiver pull-down en */
473 #define SDRAMC_SDCR_DPD (0x00000001) /* Deep Power-Down Mode */
474 #define SDRAMC_SDCR_IPALL (0x00000002) /* Initiate Precharge All */
491 #define SDRAMC_SDCFG1_PRE2ACT(x) (((x)&0x00000007)<<12) /* Precharge to active delay */
494 #define SDRAMC_SDCFG1_SWT2RWP(x) (((x)&0x00000007)<<24) /* Single write to read/write/precharge del…
495 #define SDRAMC_SDCFG1_SRD2RWP(x) (((x)&0x0000000F)<<28) /* Single read to read/write/precharge dela…
500 #define SDRAMC_SDCFG2_BWT2RWP(x) (((x)&0x0000000F)<<24) /* Burst write to read/write/precharge dela…
501 #define SDRAMC_SDCFG2_BRD2RP(x) (((x)&0x0000000F)<<28) /* Burst read to read/precharge delay */
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 */