Lines Matching +full:needs +full:- +full:reset +full:- +full:on +full:- +full:resume
1 /* SPDX-License-Identifier: GPL-2.0+ */
13 * Based on AT91RM9200 datasheet revision E.
24 #define AT91_UDP_ESR (1 << 2) /* Enable Send Resume */
25 #define AT91_UDP_RSMINPR (1 << 3) /* Resume has been sent */
39 #define AT91_UDP_RXRSM (1 << 9) /* USB Resume Interrupt Status */
40 #define AT91_UDP_EXTRSM (1 << 10) /* External Resume Interrupt Status [AT91RM9200 only] */
42 #define AT91_UDP_ENDBUSRES (1 << 12) /* End of Bus Reset Interrupt Status */
46 #define AT91_UDP_RST_EP 0x28 /* Reset Endpoint Register */
48 #define AT91_UDP_CSR(n) (0x30+((n)*4)) /* Endpoint Control/Status Registers 0-7 */
69 #define AT91_UDP_FDR(n) (0x50+((n)*4)) /* Endpoint FIFO Data Registers 0-7 */
73 #define AT91_UDP_TXVC_PUON (1 << 9) /* PullUp On [AT91SAM9260 only] */
75 /*-------------------------------------------------------------------------*/
84 * hardware won't disable bus reset, or resume while the controller
112 * driver is non-SMP, and just blocks IRQs whenever it needs
147 /*-------------------------------------------------------------------------*/