summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell/include/soc/ehci.h
blob: 9eb32cd909989d808a7bcf5945b2e78fe6dd77b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _SOC_EHCI_H_
#define _SOC_EHCI_H_

/* EHCI PCI Registers */
#define EHCI_CMD_STS		0x04
# define  INTRDIS		  (1 << 10)

#endif /* _SOC_EHCI_H_ */