| /openbmc/u-boot/arch/arm/mach-tegra/tegra30/ |
| H A D | pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ macro 25 PIN(ULPI_DATA0_PO1, SPI3, HSI, UARTA, ULPI), 26 PIN(ULPI_DATA1_PO2, SPI3, HSI, UARTA, ULPI), 27 PIN(ULPI_DATA2_PO3, SPI3, HSI, UARTA, ULPI), 28 PIN(ULPI_DATA3_PO4, SPI3, HSI, UARTA, ULPI), 29 PIN(ULPI_DATA4_PO5, SPI2, HSI, UARTA, ULPI), 30 PIN(ULPI_DATA5_PO6, SPI2, HSI, UARTA, ULPI), 31 PIN(ULPI_DATA6_PO7, SPI2, HSI, UARTA, ULPI), 32 PIN(ULPI_DATA7_PO0, SPI2, HSI, UARTA, ULPI), 33 PIN(ULPI_CLK_PY0, SPI1, RSVD2, UARTD, ULPI), [all …]
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra114/ |
| H A D | pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ macro 25 PIN(ULPI_DATA0_PO1, SPI3, HSI, UARTA, ULPI), 26 PIN(ULPI_DATA1_PO2, SPI3, HSI, UARTA, ULPI), 27 PIN(ULPI_DATA2_PO3, SPI3, HSI, UARTA, ULPI), 28 PIN(ULPI_DATA3_PO4, SPI3, HSI, UARTA, ULPI), 29 PIN(ULPI_DATA4_PO5, SPI2, HSI, UARTA, ULPI), 30 PIN(ULPI_DATA5_PO6, SPI2, HSI, UARTA, ULPI), 31 PIN(ULPI_DATA6_PO7, SPI2, HSI, UARTA, ULPI), 32 PIN(ULPI_DATA7_PO0, SPI2, HSI, UARTA, ULPI), 33 PIN(ULPI_CLK_PY0, SPI1, SPI5, UARTD, ULPI), [all …]
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra124/ |
| H A D | pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ macro 25 PIN(ULPI_DATA0_PO1, SPI3, HSI, UARTA, ULPI), 26 PIN(ULPI_DATA1_PO2, SPI3, HSI, UARTA, ULPI), 27 PIN(ULPI_DATA2_PO3, SPI3, HSI, UARTA, ULPI), 28 PIN(ULPI_DATA3_PO4, SPI3, HSI, UARTA, ULPI), 29 PIN(ULPI_DATA4_PO5, SPI2, HSI, UARTA, ULPI), 30 PIN(ULPI_DATA5_PO6, SPI2, HSI, UARTA, ULPI), 31 PIN(ULPI_DATA6_PO7, SPI2, HSI, UARTA, ULPI), 32 PIN(ULPI_DATA7_PO0, SPI2, HSI, UARTA, ULPI), 33 PIN(ULPI_CLK_PY0, SPI1, SPI5, UARTD, ULPI), [all …]
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra210/ |
| H A D | pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ macro 25 PIN(SDMMC1_CLK_PM0, SDMMC1, RSVD1, RSVD2, RSVD3), 26 PIN(SDMMC1_CMD_PM1, SDMMC1, SPI3, RSVD2, RSVD3), 27 PIN(SDMMC1_DAT3_PM2, SDMMC1, SPI3, RSVD2, RSVD3), 28 PIN(SDMMC1_DAT2_PM3, SDMMC1, SPI3, RSVD2, RSVD3), 29 PIN(SDMMC1_DAT1_PM4, SDMMC1, SPI3, RSVD2, RSVD3), 30 PIN(SDMMC1_DAT0_PM5, SDMMC1, RSVD1, RSVD2, RSVD3), 33 PIN(SDMMC3_CLK_PP0, SDMMC3, RSVD1, RSVD2, RSVD3), 34 PIN(SDMMC3_CMD_PP1, SDMMC3, RSVD1, RSVD2, RSVD3), 35 PIN(SDMMC3_DAT0_PP5, SDMMC3, RSVD1, RSVD2, RSVD3), [all …]
|
| /openbmc/u-boot/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson-gxl.c | 19 PIN(BOOT_0, EE_OFF), PIN(BOOT_1, EE_OFF), PIN(BOOT_2, EE_OFF), 20 PIN(BOOT_3, EE_OFF), PIN(BOOT_4, EE_OFF), PIN(BOOT_5, EE_OFF), 21 PIN(BOOT_6, EE_OFF), PIN(BOOT_7, EE_OFF), 23 static const unsigned int emmc_clk_pins[] = { PIN(BOOT_8, EE_OFF) }; 24 static const unsigned int emmc_cmd_pins[] = { PIN(BOOT_10, EE_OFF) }; 25 static const unsigned int emmc_ds_pins[] = { PIN(BOOT_15, EE_OFF) }; 27 static const unsigned int nor_d_pins[] = { PIN(BOOT_11, EE_OFF) }; 28 static const unsigned int nor_q_pins[] = { PIN(BOOT_12, EE_OFF) }; 29 static const unsigned int nor_c_pins[] = { PIN(BOOT_13, EE_OFF) }; 30 static const unsigned int nor_cs_pins[] = { PIN(BOOT_15, EE_OFF) }; [all …]
|
| H A D | pinctrl-meson-gxbb.c | 19 PIN(BOOT_0, EE_OFF), PIN(BOOT_1, EE_OFF), PIN(BOOT_2, EE_OFF), 20 PIN(BOOT_3, EE_OFF), PIN(BOOT_4, EE_OFF), PIN(BOOT_5, EE_OFF), 21 PIN(BOOT_6, EE_OFF), PIN(BOOT_7, EE_OFF), 23 static const unsigned int emmc_clk_pins[] = { PIN(BOOT_8, EE_OFF) }; 24 static const unsigned int emmc_cmd_pins[] = { PIN(BOOT_10, EE_OFF) }; 25 static const unsigned int emmc_ds_pins[] = { PIN(BOOT_15, EE_OFF) }; 27 static const unsigned int sdcard_d0_pins[] = { PIN(CARD_1, EE_OFF) }; 28 static const unsigned int sdcard_d1_pins[] = { PIN(CARD_0, EE_OFF) }; 29 static const unsigned int sdcard_d2_pins[] = { PIN(CARD_5, EE_OFF) }; 30 static const unsigned int sdcard_d3_pins[] = { PIN(CARD_4, EE_OFF) }; [all …]
|
| H A D | pinctrl-meson-axg.c | 897 BANK("Z", PIN(GPIOZ_0, EE_OFF), PIN(GPIOZ_10, EE_OFF), 3, 0, 3, 0, 9, 0, 10, 0, 11, 0), 898 BANK("BOOT", PIN(BOOT_0, EE_OFF), PIN(BOOT_14, EE_OFF), 4, 0, 4, 0, 12, 0, 13, 0, 14, 0), 899 BANK("A", PIN(GPIOA_0, EE_OFF), PIN(GPIOA_20, EE_OFF), 0, 0, 0, 0, 0, 0, 1, 0, 2, 0), 900 BANK("X", PIN(GPIOX_0, EE_OFF), PIN(GPIOX_22, EE_OFF), 2, 0, 2, 0, 6, 0, 7, 0, 8, 0), 901 BANK("Y", PIN(GPIOY_0, EE_OFF), PIN(GPIOY_15, EE_OFF), 1, 0, 1, 0, 3, 0, 4, 0, 5, 0), 906 BANK("AO", PIN(GPIOAO_0, 0), PIN(GPIOAO_13, 0), 0, 16, 0, 0, 0, 0, 0, 16, 1, 0),
|
| H A D | pinctrl-meson.h | 92 #define PIN(x, b) (b + x) macro 115 #define MESON_PIN(x, b) PINCTRL_PIN(PIN(x, b), #x)
|
| H A D | pinctrl-meson-gx.h | 38 .pins = (const unsigned int[]){ PIN(gpio, b) }, \
|
| H A D | pinctrl-meson-axg.h | 56 .pins = (const unsigned int[]){ PIN(gpio, b) }, \
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | pinmux.c | 270 #define PIN(pingrp, f0, f1, f2, f3) \ macro 279 PIN(NONE, RSVD1, RSVD2, RSVD3, RSVD4) 285 PIN(ATA, IDE, NAND, GMI, RSVD4), 286 PIN(ATB, IDE, NAND, GMI, SDIO4), 287 PIN(ATC, IDE, NAND, GMI, SDIO4), 288 PIN(ATD, IDE, NAND, GMI, SDIO4), 289 PIN(CDEV1, OSC, PLLA_OUT, PLLM_OUT1, AUDIO_SYNC), 290 PIN(CDEV2, OSC, AHB_CLK, APB_CLK, PLLP_OUT4), 291 PIN(CSUS, PLLC_OUT1, PLLP_OUT2, PLLP_OUT3, VI_SENSOR_CLK), 292 PIN(DAP1, DAP1, RSVD2, GMI, SDIO2), [all …]
|
| /openbmc/u-boot/drivers/video/ |
| H A D | bus_vcxk.c | 23 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument 25 writel(PIN, &pio->PORT.per); \ 26 writel(PIN, &pio->PORT.DDR); \ 27 writel(PIN, &pio->PORT.mddr); \ 29 writel(PIN, &pio->PORT.puer); \ 32 #define VCXK_SET_PIN(PORT, PIN) writel(PIN, &pio->PORT.sodr); argument 33 #define VCXK_CLR_PIN(PORT, PIN) writel(PIN, &pio->PORT.codr); argument 44 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument 45 if (I0O1) DDR |= PIN; else DDR &= ~PIN; 47 #define VCXK_SET_PIN(PORT, PIN) PORT |= PIN; argument [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/pinentry/ |
| H A D | pinentry_1.3.1.bb | 1 SUMMARY = "Collection of simple PIN or passphrase entry dialogs" 3 Pinentry is a collection of simple PIN or passphrase entry dialogs which \
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | signature.txt | 434 Signature PIN ....: forced 436 Max. PIN lengths .: 32 32 32 437 PIN retry counter : 3 0 3 448 PIN = '123456' Admin PIN = '12345678' 487 …ed;manufacturer=ZeitControl;serial=000xxxxxxxxx;token=OpenPGP%20card%20%28User%20PIN%20%28sig%29%29 488 Label: OpenPGP card (User PIN (sig)) 497 …315%20emulated;manufacturer=ZeitControl;serial=000xxxxxxxxx;token=OpenPGP%20card%20%28User%20PIN%29 498 Label: OpenPGP card (User PIN) 511 …d;manufacturer=ZeitControl;serial=000xxxxxxxxx;token=OpenPGP%20card%20%28User%20PIN%20%28sig%29%29" 512 …PIN (sig))' with URL 'pkcs11:model=PKCS%2315%20emulated;manufacturer=ZeitControl;serial=000xxxxxxx… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
| H A D | gammu-smsdrc | 34 # PIN for SIM card 35 PIN = 0000
|
| /openbmc/u-boot/doc/ |
| H A D | README.bus_vcxk | 41 defines the number of the I/O line PIN in the port
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | ccid.rst | 83 It will prompt you for the PIN (which is the password you assigned to the
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | Kconfig | 342 bool "Workaround for PIN MUX erratum A010539"
|
| /openbmc/qemu/hw/ppc/ |
| H A D | trace-events | 9 spapr_pci_lsi_set(const char *busname, int pin, uint32_t irq) "%s PIN%d IRQ %u"
|