Lines Matching full:only
20 #define AT91RM9200_PMC_UDP (1 << 1) /* USB Devcice Port Clock [AT91RM9200 only] */
21 …MCKUDP (1 << 2) /* USB Device Port Master Clock Automatic Disable on Suspend [AT91RM9200 only] */
22 #define AT91RM9200_PMC_UHP (1 << 4) /* USB Host Port Clock [AT91RM9200 only] */
23 #define AT91SAM926x_PMC_UHP (1 << 6) /* USB Host Port Clock [AT91SAM926x only] */
24 #define AT91SAM926x_PMC_UDP (1 << 7) /* USB Devcice Port Clock [AT91SAM926x only] */
29 #define AT91_PMC_PCK4 (1 << 12) /* Programmable Clock 4 [AT572D940HF only] */
30 #define AT91_PMC_HCK0 (1 << 16) /* AHB Clock (USB host) [AT91SAM9261 only] */
31 #define AT91_PMC_HCK1 (1 << 17) /* AHB Clock (LCD) [AT91SAM9261 only] */
65 #define AT91_PMC3_MUL (0x7f << 18) /* PLL Multiplier [SAMA5 only] */
67 #define AT91_PMC_USBDIV (3 << 28) /* USB Divisor (PLLB only) */
71 #define AT91_PMC_USB96M (1 << 28) /* Divider by 2 Enable (PLLB only) */
81 #define AT91_PMC_CSS_UPLL (3 << 0) /* [some SAM9 only] */
101 #define AT91RM9200_PMC_MDIV_1 (0 << 8) /* [AT91RM9200 only] */
105 #define AT91SAM9_PMC_MDIV_1 (0 << 8) /* [SAM9 only] */
108 #define AT91SAM9_PMC_MDIV_6 (3 << 8) /* [some SAM9 only] */
109 #define AT91SAM9_PMC_MDIV_3 (3 << 8) /* [some SAM9 only] */
110 #define AT91_PMC_PDIV (1 << 12) /* Processor Clock Division [some SAM9 only] */
113 #define AT91_PMC_PLLADIV2 (1 << 12) /* PLLA divisor by 2 [some SAM9 only] */
118 #define AT91_PMC_USB 0x38 /* USB Clock Register [some SAM9 only] */
122 #define AT91_PMC_USBS_PLLB (1 << 0) /* [AT91SAMN12 only] */
127 #define AT91_PMC_SMD 0x3c /* Soft Modem Clock Register [some SAM9 only] */
134 #define AT91_PMC_CSS_MASTER (4 << 0) /* [some SAM9 only] */
183 #define AT91_PMC_PCER1 0x100 /* Peripheral Clock Enable Register 1 [SAMA5 only]*/