coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
usb.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_MEDIATEK_MT8173_USB_H
4 #define SOC_MEDIATEK_MT8173_USB_H
5 
6 #include <soc/usb_common.h>
7 
8 struct ssusb_sif_port {
9  struct sif_u2_phy_com u2phy;
10  struct sif_u3phyd u3phyd;
12  struct sif_u3phya u3phya;
13  struct sif_u3phya_da u3phya_da;
14  u32 reserved1[64 * 3];
15 };
16 check_member(ssusb_sif_port, u3phyd, 0x100);
17 check_member(ssusb_sif_port, u3phya, 0x300);
18 check_member(ssusb_sif_port, u3phya_da, 0x400);
19 check_member(ssusb_sif_port, reserved1, 0x500);
20 
21 #define USB_PORT_NUMBER 2
22 
23 #endif
check_member(ssusb_sif_port, u3phyd, 0x100)
uint32_t u32
Definition: stdint.h:51
struct sif_u3phya_da u3phya_da
Definition: usb.h:13
struct sif_u3phyd u3phyd
Definition: usb.h:10
struct sif_u2_phy_com u2phy
Definition: usb.h:9
struct sif_u3phya u3phya
Definition: usb.h:12
u32 reserved1[64 *3]
Definition: usb.h:14
u32 reserved0[64]
Definition: usb.h:11