summaryrefslogtreecommitdiff
path: root/driver/retimer/anx7491.h
blob: 045cf9f41155bdb045d39744f6b9d48175e9cd6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 *
 * ANX7491:10G USB 3.2 Re-timer (1-Port)
 */

#ifndef __CROS_EC_USB_RETIMER_ANX7491_H
#define __CROS_EC_USB_RETIMER_ANX7491_H

/* I2C interface addresses */
#define ANX7491_I2C_ADDR0_FLAGS		0x10
#define ANX7491_I2C_ADDR1_FLAGS		0x14
#define ANX7491_I2C_ADDR2_FLAGS		0x16
#define ANX7491_I2C_ADDR3_FLAGS		0x11

#endif /* __CROS_EC_USB_RETIMER_ANX7491_H */