Home
last modified time | relevance | path

Searched refs:enabled (Results 126 – 150 of 4583) sorted by relevance

12345678910>>...184

/openbmc/linux/drivers/pwm/
H A Dpwm-crc.c69 if (pwm_is_enabled(pwm) && !state->enabled) { in crc_pwm_apply()
90 if (pwm_is_enabled(pwm) && state->enabled && in crc_pwm_apply()
101 pwm_is_enabled(pwm) != state->enabled) { in crc_pwm_apply()
103 int pwm_output_enable = state->enabled ? PWM_OUTPUT_ENABLE : 0; in crc_pwm_apply()
113 if (!pwm_is_enabled(pwm) && state->enabled) { in crc_pwm_apply()
151 state->enabled = !!(clk_div_reg & PWM_OUTPUT_ENABLE); in crc_pwm_get_state()
H A Dpwm-renesas-tpu.c245 u64 duty_ns, u64 period_ns, bool enabled) in tpu_pwm_config() argument
322 if (!enabled) in tpu_pwm_config()
399 bool enabled = pwm->state.enabled; in tpu_pwm_apply() local
402 if (enabled) { in tpu_pwm_apply()
404 enabled = false; in tpu_pwm_apply()
412 if (!state->enabled) { in tpu_pwm_apply()
413 if (enabled) in tpu_pwm_apply()
420 state->duty_cycle, state->period, enabled); in tpu_pwm_apply()
424 if (!enabled) in tpu_pwm_apply()
H A Dpwm-bcm-kona.c230 bool enabled = pwm->state.enabled; in kona_pwmc_apply() local
233 if (enabled) { in kona_pwmc_apply()
235 enabled = false; in kona_pwmc_apply()
245 if (!state->enabled) { in kona_pwmc_apply()
246 if (enabled) in kona_pwmc_apply()
249 } else if (!enabled) { in kona_pwmc_apply()
264 if (err && !pwm->state.enabled) in kona_pwmc_apply()
H A Dpwm-dwc.c70 static void __dwc_pwm_set_enable(struct dwc_pwm *dwc, int pwm, int enabled) in __dwc_pwm_set_enable() argument
76 if (enabled) in __dwc_pwm_set_enable()
139 __dwc_pwm_set_enable(dwc, pwm->hwpwm, state->enabled); in __dwc_pwm_configure_timer()
152 if (state->enabled) { in dwc_pwm_apply()
153 if (!pwm->state.enabled) in dwc_pwm_apply()
157 if (pwm->state.enabled) { in dwc_pwm_apply()
174 state->enabled = !!(dwc_pwm_readl(dwc, in dwc_pwm_get_state()
271 if (dwc->chip.pwms[i].state.enabled) { in dwc_pwm_suspend()
/openbmc/u-boot/board/LaCie/netspace_v2/
H A Dkwbimage-ns2l.cfg36 # bit18: 1=cpu lock transaction enabled
75 # bit0: 0, OpenPage enabled
93 # bit0: 0, DDR DLL enabled
95 # bit2: 1, DDR ODT control lsd enabled
97 # bit6: 1, DDR ODT control msb, enabled
99 # bit10: 0, differential DQS enabled
101 # bit12: 0, DDR output buffer enabled
108 # bit7 : 1 , D2P Latency enabled
111 # bit10 : 0 , 1/4 clock cycle skew enabled for addr/ctl signals
121 # bit0: 1, Window enabled
H A Dkwbimage.cfg36 # bit18: 1=cpu lock transaction enabled
75 # bit0: 0, OpenPage enabled
93 # bit0: 0, DDR DLL enabled
95 # bit2: 1, DDR ODT control lsd enabled
97 # bit6: 1, DDR ODT control msb, enabled
99 # bit10: 0, differential DQS enabled
101 # bit12: 0, DDR output buffer enabled
108 # bit7 : 1 , D2P Latency enabled
111 # bit10 : 0 , 1/4 clock cycle skew enabled for addr/ctl signals
121 # bit0: 1, Window enabled
H A Dkwbimage-is2.cfg36 # bit18: 1=cpu lock transaction enabled
75 # bit0: 0, OpenPage enabled
93 # bit0: 0, DDR DLL enabled
95 # bit2: 1, DDR ODT control lsd enabled
97 # bit6: 1, DDR ODT control msb, enabled
99 # bit10: 0, differential DQS enabled
101 # bit12: 0, DDR output buffer enabled
108 # bit7 : 1 , D2P Latency enabled
111 # bit10 : 0 , 1/4 clock cycle skew enabled for addr/ctl signals
121 # bit0: 1, Window enabled
/openbmc/u-boot/board/LaCie/net2big_v2/
H A Dkwbimage.cfg36 # bit18: 1=cpu lock transaction enabled
75 # bit0: 0, OpenPage enabled
93 # bit0: 0, DDR DLL enabled
95 # bit2: 1, DDR ODT control lsd enabled
97 # bit6: 1, DDR ODT control msb, enabled
99 # bit10: 0, differential DQS enabled
101 # bit12: 0, DDR output buffer enabled
108 # bit7 : 1 , D2P Latency enabled
111 # bit10 : 0 , 1/4 clock cycle skew enabled for addr/ctl signals
121 # bit0: 1, Window enabled
/openbmc/qemu/hw/timer/
H A Dsh_timer.c46 int enabled; member
104 if (s->enabled) { in sh_timer_write()
186 if (s->enabled) { in sh_timer_write()
209 trace_sh_timer_start_stop(enable, s->enabled); in sh_timer_start_stop()
211 if (s->enabled && !enable) { in sh_timer_start_stop()
214 if (!s->enabled && enable) { in sh_timer_start_stop()
218 s->enabled = !!enable; in sh_timer_start_stop()
224 s->int_level = s->enabled; in sh_timer_tick()
239 s->enabled = 0; in sh_timer_init()
/openbmc/openpower-occ-control/
H A Dpowermode.hpp139 void updateIPS(const bool enabled, const uint8_t enterUtil, in updateIPS() argument
143 modeData.ipsEnabled = enabled; in updateIPS()
179 bool getIPS(bool& enabled, uint8_t& enterUtil, uint16_t& enterTime, in getIPS() argument
187 enabled = modeData.ipsEnabled; in getIPS()
427 bool getIPSParms(bool& enabled, uint8_t& enterUtil, uint16_t& enterTime,
440 bool updateDbusIPS(const bool enabled, const uint8_t enterUtil,
468 bool getDefaultIPSParms(bool& enabled, uint8_t& enterUtil,
/openbmc/openbmc/poky/meta/recipes-core/glib-networking/
H A Dglib-networking_2.78.1.bb23 PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls"
24 PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl"
25 PACKAGECONFIG[environment] = "-Denvironment_proxy=enabled,-Denvironment_proxy=disabled"
26 PACKAGECONFIG[libproxy] = "-Dlibproxy=enabled,-Dlibproxy=disabled,libproxy"
28 PACKAGECONFIG[gnomeproxy] = "-Dgnome_proxy=enabled,-Dgnome_proxy=disabled,gsettings-desktop-schemas"
/openbmc/u-boot/drivers/clk/
H A Dclk_sandbox.c14 bool enabled[SANDBOX_CLK_ID_COUNT]; member
51 priv->enabled[clk->id] = true; in sandbox_clk_enable()
63 priv->enabled[clk->id] = false; in sandbox_clk_disable()
105 return priv->enabled[id]; in sandbox_clk_query_enable()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dst,sta32x.txt23 If specified, the clock will be enabled when the codec is probed,
31 If parameter is missing, mode 0 will be enabled.
44 If present, thermal warning recovery is enabled.
47 If present, fault detect recovery is enabled.
50 If present, thermal warning adjustment is enabled.
53 If present, then fault recovery will be enabled.
68 power output is enabled.
79 If present, automatic invalid input detect mute is enabled.
/openbmc/u-boot/drivers/net/fm/
H A Dinit.c97 if ((fm_info[i].enabled) && (fm_info[i].index == 1)) in fm_standard_init()
107 if ((fm_info[i].enabled) && (fm_info[i].index == 2)) in fm_standard_init()
142 fm_info[i].enabled = 1; in fman_enet_init()
145 fm_info[i].enabled = 0; in fman_enet_init()
159 fm_info[i].enabled = 0; in fm_disable_port()
172 fm_info[i].enabled = 1; in fm_enable_port()
223 if (fm_info[i].enabled) in fm_info_get_enet_if()
254 if (info->enabled) { in ft_fixup_port()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0002-meson.build-add-features-options-for-png-gif-tiff-we.patch66 +if get_option('png').enabled()
71 +if get_option('tiff').enabled()
76 +if get_option('gif').enabled()
81 +if get_option('webp').enabled()
90 +if get_option('motif').enabled()
100 +option('gif', type: 'feature', value : 'enabled')
101 +option('png', type: 'feature', value : 'enabled')
102 +option('tiff', type: 'feature', value : 'enabled')
/openbmc/linux/drivers/rtc/
H A Drtc-rx8010.c246 t->enabled = !!(rx8010->ctrlreg & RX8010_CTRL_AIE); in rx8010_read_alarm()
247 t->pending = (flagreg & RX8010_FLAG_AF) && t->enabled; in rx8010_read_alarm()
288 if (t->enabled) { in rx8010_set_alarm()
289 if (rx8010->rtc->uie_rtctimer.enabled) in rx8010_set_alarm()
291 if (rx8010->rtc->aie_timer.enabled) in rx8010_set_alarm()
304 unsigned int enabled) in rx8010_alarm_irq_enable() argument
312 if (enabled) { in rx8010_alarm_irq_enable()
313 if (rx8010->rtc->uie_rtctimer.enabled) in rx8010_alarm_irq_enable()
315 if (rx8010->rtc->aie_timer.enabled) in rx8010_alarm_irq_enable()
318 if (!rx8010->rtc->uie_rtctimer.enabled) in rx8010_alarm_irq_enable()
[all …]
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_user_account.robot81 #username password role_id enabled
90 #username password role_id enabled
99 #username password role_id enabled
135 #username password role_id enabled
144 #username password role_id enabled
153 #username password role_id enabled
162 #username password role_id enabled
171 #username password role_id enabled
180 #username password role_id enabled
557 # should be enabled (${True}, ${False}).
[all …]
/openbmc/linux/drivers/usb/chipidea/
H A Dotg.c50 if (cable->enabled) in hw_read_otgsc()
68 if (cable->enabled) in hw_read_otgsc()
94 cable->enabled = true; in hw_write_otgsc()
97 cable->enabled = false; in hw_write_otgsc()
108 cable->enabled = true; in hw_write_otgsc()
111 cable->enabled = false; in hw_write_otgsc()
/openbmc/linux/arch/m68k/coldfire/
H A Dclk.c33 clk->enabled = 1; in __clk_init_enabled()
39 clk->enabled = 0; in __clk_init_disabled()
84 if ((clk->enabled++ == 0) && clk->clk_ops) in clk_enable()
100 if ((--clk->enabled == 0) && clk->clk_ops) in clk_disable()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-common.inc19 # By modifying it, Orc can be enabled/disabled in all of these recipes at once.
25 PACKAGECONFIG[orc] = "-Dorc=enabled,-Dorc=disabled,orc orc-native"
28 # configuring the option name and the enabled/disabled values).
35 return '-Dnls=enabled'
46 GIR_MESON_ENABLE_FLAG = "enabled"
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.cpp81 int enabled; in get_enabled() local
84 event.getSdEvent()->sd_event_source_get_enabled(get(), &enabled)); in get_enabled()
85 return static_cast<Enabled>(enabled); in get_enabled()
88 void Base::set_enabled(Enabled enabled) const in set_enabled()
92 get(), static_cast<int>(enabled))); in set_enabled()
/openbmc/linux/arch/m68k/ifpsp060/
H A Dfskeleton.S70 | This is the exit point for the 060FPSP when an enabled overflow exception
72 | for enabled overflow conditions. The exception stack frame is an overflow
89 | This is the exit point for the 060FPSP when an enabled underflow exception
91 | for enabled underflow conditions. The exception stack frame is an underflow
107 | This is the exit point for the 060FPSP when an enabled operand error exception
164 | This is the exit point for the 060FPSP when an enabled inexact exception
166 | for enabled inexact exceptions. The exception stack frame is an inexact
183 | This is the exit point for the 060FPSP when an enabled bsun exception
185 | for enabled bsun exceptions. The exception stack frame is a bsun
228 | The execution of the instruction then proceeds with an enabled floating-point
[all …]
/openbmc/linux/drivers/net/ipa/
H A Dipa_interrupt.c43 u32 enabled; member
87 u32 enabled = interrupt->enabled; in ipa_isr_thread() local
107 while ((mask = pending & enabled)) { in ipa_isr_thread()
136 iowrite32(ipa->interrupt->enabled, ipa->reg_virt + reg_offset(reg)); in ipa_interrupt_enabled_update()
143 ipa->interrupt->enabled |= BIT(ipa_irq); in ipa_interrupt_enable()
151 ipa->interrupt->enabled &= ~BIT(ipa_irq); in ipa_interrupt_disable()
/openbmc/linux/drivers/hwmon/
H A Dsfctemp.c59 bool enabled; member
98 if (sfctemp->enabled) in sfctemp_enable()
117 sfctemp->enabled = true; in sfctemp_enable()
136 if (!sfctemp->enabled) in sfctemp_disable()
145 sfctemp->enabled = false; in sfctemp_disable()
161 if (!sfctemp->enabled) { in sfctemp_convert()
203 *val = sfctemp->enabled; in sfctemp_read()
/openbmc/linux/Documentation/networking/
H A Dipvs-sysctl.rst27 - not 0 - enabled
54 - not 0 - enabled
71 - not 0 - enabled
116 1), and 3 means that the strategy is always enabled.
154 - not 0 - enabled
172 - not 0 - enabled
188 - not 0 - enabled
198 - not 0 - enabled
206 - not 0 - enabled (default)
278 - not 0 - enabled (default)
[all …]

12345678910>>...184