Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dmax31730.c51 u8 channel_enable; member
113 &data->channel_enable, channel, enable); in max31730_set_channel_enable()
127 if (!(data->channel_enable & BIT(channel))) in max31730_read()
138 *val = !!(data->channel_enable & BIT(channel)); in max31730_read()
316 data->channel_enable = status; in max31730_probe()
330 data->channel_enable ? 0 : MAX31730_STOP, in max31730_probe()
331 data->channel_enable ? MAX31730_STOP : 0); in max31730_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dmax31730.c50 u8 channel_enable; member
112 &data->channel_enable, channel, enable); in max31730_set_channel_enable()
126 if (!(data->channel_enable & BIT(channel))) in max31730_read()
137 *val = !!(data->channel_enable & BIT(channel)); in max31730_read()
315 data->channel_enable = status; in max31730_probe()
329 data->channel_enable ? 0 : MAX31730_STOP, in max31730_probe()
330 data->channel_enable ? MAX31730_STOP : 0); in max31730_probe()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-microchip-core.c75 u8 channel_enable, reg_offset, shift; in mchp_core_pwm_enable() local
85 channel_enable = readb_relaxed(mchp_core_pwm->base + reg_offset); in mchp_core_pwm_enable()
86 channel_enable &= ~(1 << shift); in mchp_core_pwm_enable()
87 channel_enable |= (enable << shift); in mchp_core_pwm_enable()
89 writel_relaxed(channel_enable, mchp_core_pwm->base + reg_offset); in mchp_core_pwm_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Datomfirmware.h2488 uint32_t channel_enable; // bit vector, each bit indicate specific channel enable or not member
2566 uint32_t channel_enable; // bit vector, each bit indicate specific channel enable or not member
2608 uint32_t channel_enable; // bit vector, each bit indicate specific channel enable or not member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H A Datomfirmware.h3146 uint32_t channel_enable; // bit vector, each bit indicate specific channel enable or not member
3217 uint32_t channel_enable; member
3269 uint32_t channel_enable; // bit vector, each bit indicate specific channel enable or not member
3311 uint32_t channel_enable; // bit vector, each bit indicate specific channel enable or not member

Completed in 25 milliseconds