summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell/include/soc/ehci.h
blob: 109620b0bb0c0780c3ebfc39b38da569bfab6826 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_EHCI_H_
#define _SOC_EHCI_H_

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

#endif /* _SOC_EHCI_H_ */