WIP FPC-III support
[linux/fpc-iii.git] / drivers / i3c / master / mipi-i3c-hci / dct.h
blob1028e0b40d897c31838d16284be1440823e2f816
1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /*
3 * Copyright (c) 2020, MIPI Alliance, Inc.
5 * Author: Nicolas Pitre <npitre@baylibre.com>
7 * Common DCT related stuff
8 */
10 #ifndef DCT_H
11 #define DCT_H
13 void i3c_hci_dct_get_val(struct i3c_hci *hci, unsigned int dct_idx,
14 u64 *pid, unsigned int *dcr, unsigned int *bcr);
16 #endif