Lei Wen | 26cc512 | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 1 | /* |
2 | * Copyright 2011, Marvell Semiconductor Inc. | ||||
3 | * Lei Wen <leiwen@marvell.com> | ||||
4 | * | ||||
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
Lei Wen | 26cc512 | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 6 | */ |
7 | |||||
8 | |||||
Marek Vasut | f016f8c | 2014-02-06 02:43:45 +0100 | [diff] [blame] | 9 | #ifndef __CI_UDC_H__ |
10 | #define __CI_UDC_H__ | ||||
Lei Wen | 26cc512 | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 11 | |
Lei Wen | 26cc512 | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 12 | #define EP_MAX_PACKET_SIZE 0x200 |
Lei Wen | 26cc512 | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 13 | #define EP0_MAX_PACKET_SIZE 64 |
Marek Vasut | f016f8c | 2014-02-06 02:43:45 +0100 | [diff] [blame] | 14 | #endif /* __CI_UDC_H__ */ |