HomeSort by relevance Sort by last modified time
    Searched refs:pin (Results 101 - 125 of 266) sorted by null

1 2 3 45 6 7 8 91011

  /external/u-boot/arch/arm/cpu/arm1136/mx31/
generic.c 116 void mx31_set_pad(enum iomux_pins pin, u32 config)
120 pin &= IOMUX_PADNUM_MASK;
121 reg = (IOMUXC_BASE + 0x154) + (pin + 2) / 3 * 4;
122 field = (pin + 2) % 3;
  /external/u-boot/arch/arm/dts/
armada-7040-db-nand.dts 77 pin-func = < 0x1 0x1 0x1 0x1 0x1 0x1 0x0 0x0 0x0 0x0
116 pin-func = < 0x2 0x2 0x2 0x2 0x2 0x2 0x3 0x3 0x3 0x3
armada-7040-db.dts 76 pin-func = < 1 1 1 1 1 1 0 0 0 0
109 pin-func = < 4 4 4 4 4 4 4 4 4 4
dra74x-mmc-iodelay.dtsi 312 pinctrl-pin-array = <
335 pinctrl-pin-array = <
358 pinctrl-pin-array = <
375 pinctrl-pin-array = <
392 pinctrl-pin-array = <
417 pinctrl-pin-array = <
442 pinctrl-pin-array = <
477 pinctrl-pin-array = <
512 pinctrl-pin-array = <
535 pinctrl-pin-array =
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-stm32/
gpio.h 87 enum stm32_gpio_pin pin; member in struct:stm32_gpio_dsc
  /external/u-boot/arch/arm/include/asm/arch-tegra20/
emc.h 22 u32 pin; /* 0x24: EMC_PIN */ member in struct:emc_ctlr
  /external/u-boot/arch/arm/mach-stm32mp/include/mach/
gpio.h 88 enum stm32_gpio_pin pin; member in struct:stm32_gpio_dsc
  /external/u-boot/arch/m68k/cpu/mcf52x2/
cpu.c 108 unsigned short pin; /* Part identification number */ local
113 pin = cir >> MCF_CCM_CIR_PIN_LEN;
116 switch (pin) {
133 " (PIN: 0x%x) rev. %hu, at %s MHz\n",
134 pin, prn, strmhz(buf, CONFIG_SYS_CLK));
340 printf("CPU: Freescale Coldfire MCF5282 (PIN: %2.2x REV: %2.2x)\n",
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 473 * EAP-WSC (WPS) uses following options: pin=Device_Password and
510 * pin - PIN for USIM, GSM SIM, and smartcards
512 * This field is used to configure PIN for SIM and smartcards for
518 char *pin; member in struct:eap_peer_config
552 * pin2 - PIN for USIM, GSM SIM, and smartcards (Phase 2)
554 * This field is used to configure PIN for SIM and smartcards for
658 * pending_req_pin - Whether there is a pending PIN request
eap_wsc.c 192 pos = os_strstr(phase1, "pin=");
195 cfg.pin = (const u8 *) pos;
198 cfg.pin_len = pos - (const char *) cfg.pin;
200 os_strncmp((const char *) cfg.pin, "nfc-pw", 6) == 0) {
201 cfg.pin = NULL;
216 if (cfg.pin || id == DEV_PW_NFC_CONNECTION_HANDOVER)
220 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
221 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
275 if (registrar && cfg.pin) {
277 cfg.pin, cfg.pin_len, 0)
    [all...]
  /external/u-boot/board/BuR/common/
common.c 436 u32 pin, swval, i; local
442 pin = FDTPROP(PATHINF, "pwrpin");
444 pin = env_get_ulong("ds1_pwr", 16, ~0UL);
446 if (pin == ~0UL) {
452 if (pin != 0) {
453 swval = pin & 0x80 ? 0 : 1;
455 gpio_direction_output(pin & 0x7F, swval);
457 gpio_direction_output(pin & 0x7F, !swval);
459 debug("switched pin %d to %d\n", pin & 0x7F, swval)
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc83xx/
cpu_init.c 19 extern void qe_config_iopin(u8 port, u8 pin, int dir,
26 u8 port, pin; local
32 pin = qe_iop_conf_tab[i].pin;
36 qe_config_iopin(port, pin, dir, open_drain, assign);
  /external/u-boot/arch/powerpc/cpu/mpc8xx/
immap.c 180 static uint pin; local
192 puts("iopset PORT PIN CMD VALUE\n");
200 pin = simple_strtol(argv[2], NULL, 10);
201 if (pin > 31)
238 iopin.pin = pin;
393 "PORT PIN CMD VALUE\nPORT: A-D, PIN: 0-31, CMD: [dat|dir|odr|sor], VALUE: 0|1"
  /external/u-boot/include/configs/
hrcon.h 383 void fpga_gpio_set(unsigned int bus, int pin);
384 void fpga_gpio_clear(unsigned int bus, int pin);
385 int fpga_gpio_get(unsigned int bus, int pin);
386 void fpga_control_set(unsigned int bus, int pin);
387 void fpga_control_clear(unsigned int bus, int pin);
strider.h 403 void fpga_gpio_set(unsigned int bus, int pin);
404 void fpga_gpio_clear(unsigned int bus, int pin);
405 int fpga_gpio_get(unsigned int bus, int pin);
406 void fpga_control_set(unsigned int bus, int pin);
407 void fpga_control_clear(unsigned int bus, int pin);
  /external/wpa_supplicant_8/src/wps/
wps_common.c 208 * wps_pin_checksum - Compute PIN checksum
209 * @pin: Seven digit PIN (i.e., eight digit PIN without the checksum digit)
212 unsigned int wps_pin_checksum(unsigned int pin)
215 while (pin) {
216 accum += 3 * (pin % 10);
217 pin /= 10;
218 accum += pin % 10;
219 pin /= 10
    [all...]
wps.h 121 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
123 const u8 *pin; member in struct:wps_config
126 * pin_len - Length on pin in octets
146 * current AP settings by using AP PIN.
165 * dev_pw_id - Device Password ID for Enrollee when PIN is used
285 * pin_needed_cb - Callback for requesting a PIN
291 * PIN method and a matching PIN (Device Password) is not found in
302 * @dev_pw: Device Password (PIN) used during registration
321 * changes (e.g., a new PIN becomes available or PBC is invoked). Thi
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/MppLib/
MppLib.c 42 #define MPP_PIN_VAL(pin,func) (((func) & 0xf) << ((pin) * 4))
  /external/autotest/server/site_tests/bluetooth_AdapterPairing/
bluetooth_AdapterPairing.py 91 self.test_pairing(device.address, device.pin, trusted=True)
169 self.test_pairing(device.address, device.pin, trusted=True)
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothPairingHelper.java 58 int pin = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, 0); local
60 result.putInt("Pin", pin);
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 21 const char *pin, char *buf, size_t buflen,
27 int wpas_wps_ap_pin_set(struct wpa_supplicant *wpa_s, const char *pin,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 734 Py_buffer pin; local
740 if ( !PyArg_ParseTuple(args, "s*:rledecode_hqx", &pin) )
742 in_data = pin.buf;
743 in_len = pin.len;
749 PyBuffer_Release(&pin);
753 PyBuffer_Release(&pin);
760 PyBuffer_Release(&pin);
775 PyBuffer_Release(&pin); \
786 { PyBuffer_Release(&pin); return NULL; } \
808 PyBuffer_Release(&pin);
850 Py_buffer pin; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 747 Py_buffer pin; local
753 if ( !PyArg_ParseTuple(args, "s*:rledecode_hqx", &pin) )
755 in_data = pin.buf;
756 in_len = pin.len;
762 PyBuffer_Release(&pin);
766 PyBuffer_Release(&pin);
773 PyBuffer_Release(&pin);
788 PyBuffer_Release(&pin); \
799 { Py_DECREF(rv); PyBuffer_Release(&pin); return NULL; } \
821 PyBuffer_Release(&pin);
865 Py_buffer pin; local
    [all...]
  /external/libxml2/
regressions.py 153 pin, pout, perr = os.popen3(cmd)
156 pin.writelines(infile.readlines())
158 pin.close()
197 pin.close()
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
CertificatePinnerChainValidationTest.java 61 .add(server.getHostName(), CertificatePinner.pin(rootCa.certificate))
116 .add(server.getHostName(), CertificatePinner.pin(intermediateCa.certificate))
175 .add(server.getHostName(), CertificatePinner.pin(goodCertificate.certificate))
247 .add(server.getHostName(), CertificatePinner.pin(goodIntermediateCa.certificate))

Completed in 313 milliseconds

1 2 3 45 6 7 8 91011