HomeSort by relevance Sort by last modified time
    Searched defs:Pin (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Gpio/
Gpio.c 33 UINTN Pin;
42 Pin = GPIO_PIN(Gpio);
46 if (MmioRead32 (DataInRegister) & GPIO_DATAIN_MASK(Pin)) {
63 UINTN Pin;
69 Pin = GPIO_PIN(Gpio);
78 MmioAndThenOr32(OutputEnableRegister, ~GPIO_OE_MASK(Pin), GPIO_OE_INPUT(Pin));
82 MmioWrite32 (ClearDataOutRegister, GPIO_CLEARDATAOUT_BIT(Pin));
83 MmioAndThenOr32(OutputEnableRegister, ~GPIO_OE_MASK(Pin), GPIO_OE_OUTPUT(Pin));
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/Gpio/
Gpio.c 33 UINTN Pin;
42 Pin = GPIO_PIN(Gpio);
46 if (MmioRead32 (DataInRegister) & GPIO_DATAIN_MASK(Pin)) {
63 UINTN Pin;
69 Pin = GPIO_PIN(Gpio);
78 MmioAndThenOr32(OutputEnableRegister, ~GPIO_OE_MASK(Pin), GPIO_OE_INPUT(Pin));
82 MmioWrite32 (ClearDataOutRegister, GPIO_CLEARDATAOUT_BIT(Pin));
83 MmioAndThenOr32(OutputEnableRegister, ~GPIO_OE_MASK(Pin), GPIO_OE_OUTPUT(Pin));
    [all...]
  /frameworks/base/core/java/android/security/net/config/
Pin.java 22 public final class Pin {
28 public Pin(String digestAlgorithm, byte[] digest) {
63 if (!(obj instanceof Pin)) {
66 Pin other = (Pin) obj;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
DepexParser.c 242 INT8 *Pin;
245 Pin = *Pindex;
260 *Pindex = Pin;
291 INT8 *Pin;
294 Pin = *Pindex;
309 *Pindex = Pin;
340 INT8 *Pin;
343 Pin = *Pindex;
358 *Pindex = Pin;
391 INT8 *Pin;
    [all...]
  /external/skia/src/core/
SkColor.cpp 173 SkColor4f SkColor4f::Pin(float r, float g, float b, float a) {
180 auto src = Sk4f::Load(this->pin().vec());
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/
Omap3530PadConfiguration.h 20 //Pin definition
293 #define OUTPUT (0x0UL) //Pin is configured in output only mode.
294 #define INPUT (0x1UL) //Pin is configured in bi-directional mode.
297 UINTN Pin;
  /device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
Omap3530PadConfiguration.h 20 //Pin definition
293 #define OUTPUT (0x0UL) //Pin is configured in output only mode.
294 #define INPUT (0x1UL) //Pin is configured in bi-directional mode.
297 UINTN Pin;
  /external/valgrind/VEX/priv/
host_ppc_defs.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 833 ULONG Pin;
838 typedef NTSTATUS (*PFNKSINTERSECTHANDLER) ( PIRP Irp, PKSP_PIN Pin,
842 PKSP_PIN Pin,
    [all...]
ntsecapi.h     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 319 milliseconds