Lines Matching +full:common +full:- +full:mode +full:- +full:channel
1 /* SPDX-License-Identifier: GPL-2.0-only */
22 * struct omap_vc_common - per-VC register/bitfield data
34 * @i2c_cfg_clear_mask: high-speed mode bit clear mask in I2C config register
35 * @i2c_cfg_hsen_mask: high-speed mode bit field mask in I2C config register
63 * struct omap_vc_channel - VC per-instance data
64 * @i2c_slave_addr: I2C slave address of PMIC for this VC channel
67 * @setup_time: setup time (in sys_clk cycles) of regulator for this channel
68 * @cfg_channel: current value of VC channel configuration register
69 * @i2c_high_speed: whether or not to use I2C high-speed mode
71 * @common: pointer to VC common data for this platform
75 * @cmdval_reg: register for on/ret/off voltage level values for this channel
79 * @cfg_channel_reg: VC channel configuration register
81 * @flags: VC channel-specific flags (optional)
84 /* channel state */
92 const struct omap_vc_common *common; member