Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Lei Wen | 26cc512 | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 2 | /* |
3 | * Copyright 2011, Marvell Semiconductor Inc. | ||||
4 | * Lei Wen <leiwen@marvell.com> | ||||
Lei Wen | 26cc512 | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 5 | */ |
6 | |||||
7 | |||||
Marek Vasut | f016f8c | 2014-02-06 02:43:45 +0100 | [diff] [blame] | 8 | #ifndef __CI_UDC_H__ |
9 | #define __CI_UDC_H__ | ||||
Lei Wen | 26cc512 | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 10 | |
Lei Wen | 26cc512 | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 11 | #define EP_MAX_PACKET_SIZE 0x200 |
Lei Wen | 26cc512 | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 12 | #define EP0_MAX_PACKET_SIZE 64 |
Marek Vasut | f016f8c | 2014-02-06 02:43:45 +0100 | [diff] [blame] | 13 | #endif /* __CI_UDC_H__ */ |