HomeSort by relevance Sort by last modified time
    Searched refs:ENABLE (Results 1 - 25 of 60) sorted by null

1 2 3

  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/
plat_memctrl.c 92 mc_make_sec_cfg(SCEW, NON_SECURE, NO_OVERRIDE, ENABLE),
93 mc_make_sec_cfg(AFIR, NON_SECURE, OVERRIDE, ENABLE),
94 mc_make_sec_cfg(AFIW, NON_SECURE, OVERRIDE, ENABLE),
95 mc_make_sec_cfg(NVDISPLAYR1, NON_SECURE, OVERRIDE, ENABLE),
96 mc_make_sec_cfg(XUSB_DEVR, NON_SECURE, OVERRIDE, ENABLE),
97 mc_make_sec_cfg(VICSRD1, NON_SECURE, NO_OVERRIDE, ENABLE),
98 mc_make_sec_cfg(NVENCSWR, NON_SECURE, NO_OVERRIDE, ENABLE),
99 mc_make_sec_cfg(TSECSRDB, NON_SECURE, NO_OVERRIDE, ENABLE),
101 mc_make_sec_cfg(SDMMCWAB, NON_SECURE, OVERRIDE, ENABLE),
102 mc_make_sec_cfg(AONDMAW, NON_SECURE, NO_OVERRIDE, ENABLE),
    [all...]
  /external/curl/packages/vms/
curl_crtl_init.c 58 #define ENABLE "ENABLE"
62 #define ENABLE TRUE
191 set_feature_default("DECC$ACL_ACCESS_CHECK", ENABLE);
194 set_feature_default ("DECC$ARGV_PARSE_STYLE" , ENABLE);
204 set_feature_default ("DECC$EFS_CHARSET", ENABLE);
205 set_feature_default ("DECC$EFS_CASE_PRESERVE", ENABLE);
208 set_feature_default ("DECC$EFS_FILE_TIMESTAMPS", ENABLE);
211 set_feature_default ("DECC$ENABLE_GETENV_CACHE", ENABLE);
221 set_feature_default ("DECC$READDIR_DROPDOTNOTYPE", ENABLE);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
stopwatch.c 14 /* enable counter */
15 #define ENABLE (1 << 0)
40 mmio_write_32(SYST_CST, ENABLE | TICKINT | CLKSOURCE);
49 if (mmio_read_32(SYST_CST) & ENABLE)
60 if ((val & COUNTFLAG) || !(val & ENABLE)) {
72 mmio_clrbits_32(SYST_CST, ENABLE);
  /platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
IAutoSUWHelper.java 56 ENABLE("enable"),
148 * @param enableDisable - enum enableDisable to enable/disable
  /frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
CarrierActionUtils.java 45 private static boolean ENABLE = true;
105 telephonyMgr.carrierActionSetMeteredApnsEnabled(subId, !ENABLE);
113 telephonyMgr.carrierActionSetMeteredApnsEnabled(subId, ENABLE);
153 telephonyMgr.carrierActionSetRadioEnabled(subId, !ENABLE);
161 telephonyMgr.carrierActionSetRadioEnabled(subId, ENABLE);
  /frameworks/av/media/libaudioclient/
IEffect.cpp 32 ENABLE = IBinder::FIRST_CALL_TRANSACTION,
47 status_t enable() function in class:android::BpEffect
49 ALOGV("enable");
52 remote()->transact(ENABLE, data, &reply);
141 case ENABLE: {
142 ALOGV("ENABLE");
144 reply->writeInt32(enable());
  /external/valgrind/memcheck/tests/
err_disable_arange1.stderr.exp 40 WARNING: VALGRIND_{DISABLE,ENABLE}_ERROR_REPORTING_IN_RANGE macros.
  /external/syslinux/gpxe/src/drivers/net/
legacy.c 68 static void legacy_irq ( struct net_device *netdev __unused, int enable ) {
71 nic->nic_op->irq ( nic, ( enable ? ENABLE : DISABLE ) );
virtio-net.c 203 case ENABLE :
3c5x9.c 74 /* Enable the card */
295 case ENABLE :
3c595.c 105 /* Enable the card */
426 /* Second, enable the selected one. */
463 case ENABLE :
cs89x0.c 202 selfcontrol = HCB1_ENBL; /* Enable the HCB1 bit as an output */
466 case ENABLE :
depca.c 195 0.33 25-feb-94 Fix DEPCA ethernet ROM counter enable.
272 #define SHE 0x0080 /* SHadow memory Enable */
275 #define RBE 0x0010 /* Remote Boot Enable (1->net boot) */
276 #define AAC 0x0008 /* Address ROM Address Counter (1->enable) */
277 #define _128KB 0x0008 /* 128kB Network RAM (1->enable) */
279 #define IEN 0x0002 /* Interrupt tristate ENable (1->enable) */
295 #define INEA 0x0040 /* Interrupt Enable */
303 #define INTE 0xfff0 /* Interrupt Enable */
318 #define EMBA 0x0080 /* Enable Modified Back-off Algorithm *
    [all...]
epic100.c 435 case ENABLE :
sundance.c 428 case ENABLE :
431 if ( action == ENABLE )
519 /* Enable Tx */
via-rhine.c 325 #define CFGA_EELOAD 0x80 /* enable eeprom embeded and direct programming */
581 must be configured to enable memory ops.
936 /* Enable interrupts by setting the interrupt mask. */
941 case ENABLE :
951 if ( action == ENABLE )
1029 /* disable force PME-enable */
    [all...]
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 203 public static final int ENABLE = BASE + 24;
232 EVENT_NAMES.put(ENABLE, "ENABLE");
  /hardware/interfaces/graphics/composer/2.1/
IComposerClient.hal 96 * This mode may also be used as a signal to enable hardware-based
111 /** Enable vsync. */
112 ENABLE = 1,
558 * displays never generate vsync callbacks, and any attempt to enable
563 * @param enabled indicates whether to enable or disable vsync
    [all...]
  /external/syslinux/gpxe/src/include/
nic.h 26 ENABLE,
  /hardware/interfaces/graphics/composer/2.1/utils/vts/
ComposerVts.cpp 279 (enabled) ? IComposerClient::Vsync::ENABLE : IComposerClient::Vsync::DISABLE;
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 203 case NsdManager.ENABLE:
575 mNsdStateMachine.sendMessage(isEnabled ? NsdManager.ENABLE : NsdManager.DISABLE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 205 private static final int ENABLE = 2;
1146 public void enable() { method in class:GnssLocationProvider
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
anritsu_utils.py 434 pdn.pdn_ims = Switch.ENABLE
458 # vnid.sync = Switch.ENABLE # supported in 6.40a release
471 vnid.cscf_ims_authentication = "ENABLE"
478 vnid.cscf_ims_authentication = "ENABLE"
482 vnid.psap = Switch.ENABLE
483 vnid.psap_auto_answer = Switch.ENABLE
    [all...]
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
anritsu_utils.py 435 pdn.pdn_ims = Switch.ENABLE
459 # vnid.sync = Switch.ENABLE # supported in 6.40a release
472 vnid.cscf_ims_authentication = "ENABLE"
479 vnid.cscf_ims_authentication = "ENABLE"
483 vnid.psap = Switch.ENABLE
484 vnid.psap_auto_answer = Switch.ENABLE
    [all...]
  /external/autotest/client/bin/net/
net_utils.py 115 ENABLE, DISABLE = (True, False)
279 raise error.TestError('Unable to enable loopback while '
281 if (self._set_loopback('phyint', 'enable') > 0 and
282 self._set_loopback('mac', 'enable') > 0):
283 raise error.TestError('Unable to enable loopback')
285 # a synchronous loopback enable
412 def enable(self): member in class:bonding

Completed in 629 milliseconds

1 2 3