/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/ |
D | DepexParser.c | 242 INT8 *Pin; in ParseHex32() local 245 Pin = *Pindex; in ParseHex32() 260 *Pindex = Pin; in ParseHex32() 291 INT8 *Pin; in ParseHex16() local 294 Pin = *Pindex; in ParseHex16() 309 *Pindex = Pin; in ParseHex16() 340 INT8 *Pin; in ParseHex8() local 343 Pin = *Pindex; in ParseHex8() 358 *Pindex = Pin; in ParseHex8() 391 INT8 *Pin; in ParseGuid() local [all …]
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Gpio/ |
D | Gpio.c | 33 UINTN Pin; in Get() local 42 Pin = GPIO_PIN(Gpio); in Get() 46 if (MmioRead32 (DataInRegister) & GPIO_DATAIN_MASK(Pin)) { in Get() 63 UINTN Pin; in Set() local 69 Pin = GPIO_PIN(Gpio); in Set() 78 MmioAndThenOr32(OutputEnableRegister, ~GPIO_OE_MASK(Pin), GPIO_OE_INPUT(Pin)); in Set() 82 MmioWrite32 (ClearDataOutRegister, GPIO_CLEARDATAOUT_BIT(Pin)); in Set() 83 MmioAndThenOr32(OutputEnableRegister, ~GPIO_OE_MASK(Pin), GPIO_OE_OUTPUT(Pin)); in Set() 87 MmioWrite32 (SetDataOutRegister, GPIO_SETDATAOUT_BIT(Pin)); in Set() 88 MmioAndThenOr32(OutputEnableRegister, ~GPIO_OE_MASK(Pin), GPIO_OE_OUTPUT(Pin)); in Set()
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | IoTVirtualDevice.asl | 19 SPISerialBus( // Pin 5, 7, 9 , 11 of JP1 for SIO_SPI 35 I2CSerialBus( // Pin 13, 15 of JP1, for SIO_I2C5 (signal) 47 UARTSerialBus( // Pin 17, 19 of JP1, for SIO_UART2 64 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO2",) {0} // Pin 21 of JP1 (GPIO_S… 69 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO2",) {1} // Pin 23 of JP1 (GPIO_S… 74 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO2",) {2} // Pin 25 of JP1 (GPIO_S… 79 UARTSerialBus( // Pin 6, 8, 10, 12 of JP1, for SIO_UART1 96 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO0",) {62} // Pin 14 of JP1 (GPIO_… 101 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO0",) {63} // Pin 16 of JP1 (GPIO_… 106 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO0",) {65} // Pin 18 of JP1 (GPIO_… [all …]
|
D | RhProxy.asl | 31 SPISerialBus( // Pin 5, 7, 9 , 11 of JP1 for SIO_SPI 47 I2CSerialBus( // Pin 13, 15 of JP1, for SIO_I2C5 (signal) 59 UARTSerialBus( // Pin 17, 19 of JP1, for SIO_UART2 76 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO2",) {0} // Pin 21 of JP1 (GPIO_S… 81 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO2",) {1} // Pin 23 of JP1 (GPIO_S… 86 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO2",) {2} // Pin 25 of JP1 (GPIO_S… 91 UARTSerialBus( // Pin 6, 8, 10, 12 of JP1, for SIO_UART1 108 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO0",) {62} // Pin 14 of JP1 (GPIO_… 113 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO0",) {63} // Pin 16 of JP1 (GPIO_… 118 …GpioIo (Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.GPO0",) {65} // Pin 18 of JP1 (GPIO_… [all …]
|
D | Platform.asl | 618 …BTD3, 1, //This field is not used. Pin not defined in schematics. Closest is GPIO_S5_35 - COM…
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/ |
D | hi6220-hikey.dts | 167 * Pin assignments taken from LeMaker and CircuitCo Schematics 195 "GPIO-A", /* LSEC Pin 23: GPIO2_0 */ 196 "GPIO-B", /* LSEC Pin 24: GPIO2_1 */ 197 "GPIO-C", /* LSEC Pin 25: GPIO2_2 */ 198 "GPIO-D", /* LSEC Pin 26: GPIO2_3 */ 199 "GPIO-E", /* LSEC Pin 27: GPIO2_4 */ 201 "GPIO-H"; /* LSEC Pin 30: GPIO2_7 */ 216 "[UART1_RxD]", /* LSEC Pin 11: UART3_RX */ 217 "[UART1_TxD]", /* LSEC Pin 13: UART3_TX */ 219 "[PCM_CLK]", /* LSEC Pin 18: MODEM_PCM_XCLK */ [all …]
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/ |
D | PL061Gpio.h | 47 #define GPIO_PIN_MASK(Pin) (1UL << ((UINTN)(Pin))) argument
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/ |
D | EmbeddedGpio.h | 28 #define GPIO(Port, Pin) ((EMBEDDED_GPIO_PIN)(((Port) << (16)) | (Pin))) argument
|
/device/linaro/hikey/installer/hikey960/ |
D | README | 9 Jumper Pin 1-2 = DIP switch 1 (AutoBoot) 10 Jumper Pin 3-4 = DIP switch 2 (Recovery Mode) 11 JUmper Pin 5-6 = DIP switch 3 (Fastboot Mode)
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/ |
D | Platform.inc | 118 NMI EQU 1 SHL 0Eh ; Pin 14 119 SMI EQU 1 SHL 0Ch ; Pin 12 120 INTR EQU 1 SHL 0Ah ; Pin 10
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/ |
D | AcpiSsdtRootPci.asl | 49 #define PRT_ENTRY(Address, Pin, Link) \ 52 Pin, /* The PCI pin number of the device (0-INTA, 1-INTB, 2-INTC, 3-INTD). */ \ 62 #define ROOT_PRT_ENTRY(Pin, Link) PRT_ENTRY(0x0000FFFF, Pin, Link)
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/BeagleBoardLib/ |
D | PadConfiguration.c | 302 MmioWrite16(PadConfigurationTableShared[Index].Pin, PadConfiguration); in PadConfiguration() 320 MmioWrite16(BoardConfiguration[Index].Pin, PadConfiguration); in PadConfiguration()
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/ |
D | Omap3530PadConfiguration.h | 297 UINTN Pin; member
|
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/ |
D | poplar.rst | 21 JTAG 8-Pin JTAG
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/ |
D | Dsdt.asl | 207 // Bus 0, Device 1, Pin 0 (INTA) is special; it corresponds to the 307 // "Low Pin Count"
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | UefiShellDebug1CommandsLib.uni | 225 #string STR_PCI2_INTERRUPT_PIN #language en-US "Interrupt Pin(%x): %E%02x%N\r\n" 239 …language en-US "\r\nInterrupt Line(%x): %E%02x%N Interrupt Pin(%x): %E%02x%N…
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 32 …PinAFEDevCommon.cpp:GPIO INIT: Failed to set trigger for GPIOIntAFEDevCommon.cpp:GPIO INIT:…
|