Home
last modified time | relevance | path

Searched refs:ints (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c401 UINT32 ints = READ_REG32(GINTSTS); // interrupt register in CheckInterrupts() local
408 if (ints & 0x1000) { in CheckInterrupts()
419 if (ints & 0x2000) { in CheckInterrupts()
438 if (ints & 0x40000) { in CheckInterrupts()
460 if (ints & 0x80000) { in CheckInterrupts()
541 WRITE_REG32(GINTSTS, ints); in CheckInterrupts()
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dusb.c931 uint32_t ints; in usb_poll() local
934 ints = mmio_read_32(GINTSTS); /* interrupt status */ in usb_poll()
937 if ((ints & 0xc3010) == 0) in usb_poll()
943 if (ints & GINTSTS_USBRST) { in usb_poll()
962 if (ints & GINTSTS_ENUMDONE) { in usb_poll()
984 if (ints & GINTSTS_IEPINT) { in usb_poll()
1024 if (ints & GINTSTS_OEPINT) { in usb_poll()
1119 mmio_write_32(GINTSTS, ints); in usb_poll()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dplatform.py461 ints = map(int,l)
465 strings = map(str,ints)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dplatform.py461 ints = map(int,l)
465 strings = map(str,ints)
/device/google/contexthub/firmware/
DCodingStandard.txt27 … when you wish to return more than one error class). Do not assume ints are 32 bits. Or 64. Or 16.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_bytes.py64 ints = list(range(256))
65 b = self.type2test(i for i in ints)
67 self.assertEqual(list(b), ints)
/device/linaro/bootloader/edk2/BaseTools/UserManuals/
DFpd2Dsc_Utility_Man_Page.rtf101 \hich\af39\dbch\af31505\loch\f39 ints }{\rtlch\fcs1 \af39\afs18 \ltrch\fcs0 \fs18\cf1\lang1033\lang…
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt1139 zzINF_BUFFER_TOKEN_CHUNK_SIZE as ints in pccts/h/AParser.cpp.
DCHANGES_FROM_133_before_mr13.txt2892 caused comparison between signed and unsigned ints giving
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt1821 zzINF_BUFFER_TOKEN_CHUNK_SIZE as ints in pccts/h/AParser.cpp.
DCHANGES_FROM_133_BEFORE_MR13.txt2892 caused comparison between signed and unsigned ints giving
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog260 - Check that pointers fit in ints when gzprint() compiled old style