1 /* SPDX-License-Identifier: BSD-3-Clause */
3 * Copyright (c) 2020, MIPI Alliance, Inc.
5 * Author: Nicolas Pitre <npitre@baylibre.com>
7 * Common DCT related stuff
13 void i3c_hci_dct_get_val(struct i3c_hci
*hci
, unsigned int dct_idx
,
14 u64
*pid
, unsigned int *dcr
, unsigned int *bcr
);