Minda Chen | e198b0d | 2025-03-06 14:20:26 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | |||||
3 | #ifndef PHY_JH7110_USB_SYSCON_H_ | ||||
4 | #define PHY_JH7110_USB_SYSCON_H_ | ||||
5 | |||||
6 | #define SYSCON_USB_PDRSTN_REG_OFFSET 0x18 | ||||
7 | #define USB_PDRSTN_SPLIT_BIT 17 | ||||
8 | |||||
9 | #endif |