/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/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/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/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/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/edk2/ArmPlatformPkg/ArmJunoPkg/AcpiTables/ |
D | AcpiSsdtRootPci.asl | 26 #define PRT_ENTRY(Address, Pin, Interrupt) \ 29 Pin, /* The PCI pin number of the device (0-INTA, 1-INTB, 2-INTC, 3-INTD). */ \ 39 #define ROOT_PRT_ENTRY(Pin, Interrupt) PRT_ENTRY(0x0000FFFF, Pin, Interrupt)
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/ |
D | AcpiSsdtRootPci.asl | 26 #define PRT_ENTRY(Address, Pin, Interrupt) \ 29 Pin, /* The PCI pin number of the device (0-INTA, 1-INTB, 2-INTC, 3-INTD). */ \ 39 #define ROOT_PRT_ENTRY(Pin, Interrupt) PRT_ENTRY(0x0000FFFF, Pin, Interrupt)
|
/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/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/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/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/ |
D | Omap3530PadConfiguration.h | 297 UINTN Pin; member
|
/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/BeagleBoardPkg/Sec/ |
D | PadConfiguration.c | 280 MmioWrite16(PadConfigurationTable[Index].Pin, PadConfiguration); in PadConfiguration()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/ |
D | PadConfiguration.c | 280 MmioWrite16(PadConfigurationTable[Index].Pin, PadConfiguration); in PadConfiguration()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | UefiShellDebug1CommandsLib.uni | 223 #string STR_PCI2_INTERRUPT_PIN #language en-US "Interrupt Pin(%x): %E%02x%N\r\n" 237 …language en-US "\r\nInterrupt Line(%x): %E%02x%N Interrupt Pin(%x): %E%02x%N…
|