Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: BSD-3-Clause */
0002 /*
0003  * Copyright (c) 2020, MIPI Alliance, Inc.
0004  *
0005  * Author: Nicolas Pitre <npitre@baylibre.com>
0006  *
0007  * Common DCT related stuff
0008  */
0009 
0010 #ifndef DCT_H
0011 #define DCT_H
0012 
0013 void i3c_hci_dct_get_val(struct i3c_hci *hci, unsigned int dct_idx,
0014              u64 *pid, unsigned int *dcr, unsigned int *bcr);
0015 
0016 #endif