aboutsummaryrefslogtreecommitdiff
path: root/plat/brcm/board/stingray/include/platform_usb.h
blob: 5b5309f2e0e31e84836e48c13fc79d130547ba50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2019 - 2021, Broadcom
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef PLATFORM_USB_H
#define PLATFORM_USB_H

#include <platform_def.h>

#define USB3_DRD		BIT(0U)
#define USB3H_USB2DRD		BIT(1U)

extern const unsigned int xhc_portsc_reg_offset[MAX_USB_PORTS];

void xhci_phy_init(void);

#endif /* PLATFORM_USB_H */