summaryrefslogtreecommitdiff
path: root/driver/usb_mux/amd_fp5.h
blob: 9a23cf57b041a88a48953f2070ef16b451fdd034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Copyright 2019 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 *
 * AMD FP5 USB/DP Mux.
 */

#ifndef __CROS_EC_USB_MUX_AMD_FP5_H
#define __CROS_EC_USB_MUX_AMD_FP5_H

#define AMD_FP5_MUX_I2C_ADDR_FLAGS 0x5C

#define AMD_FP5_MUX_SAFE 0x00
#define AMD_FP5_MUX_USB 0x02
#define AMD_FP5_MUX_USB_INVERTED 0x11
#define AMD_FP5_MUX_DOCK 0x06
#define AMD_FP5_MUX_DOCK_INVERTED 0x19
#define AMD_FP5_MUX_DP 0x0C
#define AMD_FP5_MUX_DP_INVERTED 0x1C

#endif /* __CROS_EC_USB_MUX_AMD_FP5_H */