Searched refs:channel_enable (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hwmon/
H A Dmax31730.c50 u8 channel_enable; member in struct:max31730_data
112 &data->channel_enable, channel, enable);
126 if (!(data->channel_enable & BIT(channel)))
137 *val = !!(data->channel_enable & BIT(channel));
315 data->channel_enable = status;
329 data->channel_enable ? 0 : MAX31730_STOP,
330 data->channel_enable ? MAX31730_STOP : 0);
/linux-master/drivers/pwm/
H A Dpwm-microchip-core.c74 u8 channel_enable, reg_offset, shift; local
84 channel_enable = readb_relaxed(mchp_core_pwm->base + reg_offset);
85 channel_enable &= ~(1 << shift);
86 channel_enable |= (enable << shift);
88 writel_relaxed(channel_enable, mchp_core_pwm->base + reg_offset);
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h3178 uint32_t channel_enable; // bit vector, each bit indicate specific channel enable or not member in struct:atom_vram_module_v9
3249 uint32_t channel_enable; member in struct:atom_vram_info_header_v3_0
3301 uint32_t channel_enable; // bit vector, each bit indicate specific channel enable or not member in struct:atom_vram_module_v10
3343 uint32_t channel_enable; // bit vector, each bit indicate specific channel enable or not member in struct:atom_vram_module_v11

Completed in 182 milliseconds