xref: /kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/dct.h (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: BSD-3-Clause */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2020, MIPI Alliance, Inc.
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Author: Nicolas Pitre <npitre@baylibre.com>
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Common DCT related stuff
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifndef DCT_H
1162306a36Sopenharmony_ci#define DCT_H
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_civoid i3c_hci_dct_get_val(struct i3c_hci *hci, unsigned int dct_idx,
1462306a36Sopenharmony_ci			 u64 *pid, unsigned int *dcr, unsigned int *bcr);
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#endif
17

Indexes created Thu Nov 07 10:32:03 CST 2024