brintos

brintos / linux-shallow public Read only

0
0
Text · 347 B · 3734392 Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */2/*3 * Copyright 2024 NXP4 */5 6#ifndef _DT_BINDINGS_I3C_I3C_H7#define _DT_BINDINGS_I3C_I3C_H8 9#define I2C_FM      (1 << 4)10#define I2C_FM_PLUS (0 << 4)11 12#define I2C_FILTER  (0 << 5)13#define I2C_NO_FILTER_HIGH_FREQUENCY    (1 << 5)14#define I2C_NO_FILTER_LOW_FREQUENCY     (2 << 5)15 16#endif17