Home
last modified time | relevance | path

Searched refs:pbl (Results 1 – 25 of 28) sorted by relevance

12

/external/python/oauth2client/oauth2client/contrib/
Ddevshell.py61 pbl = json.loads(json_string)
62 if not isinstance(pbl, list):
63 raise ValueError('Not a list: ' + str(pbl))
64 pbl_len = len(pbl)
65 self.user_email = pbl[0] if pbl_len > 0 else None
66 self.project_id = pbl[1] if pbl_len > 1 else None
67 self.access_token = pbl[2] if pbl_len > 2 else None
68 self.expires_in = pbl[3] if pbl_len > 3 else None
/external/u-boot/doc/
DREADME.pblimage15 The default Image is u-boot.pbl.
35 Write u-boot.pbl to eSPI flash from offset 0x0.
37 =>tftp 100000 u-boot.pbl
44 Write u-boot.pbl to SD/MMC from offset 0x1000.
46 =>tftp 100000 u-boot.pbl
52 Write u-boot.pbl to Nand from offset 0x0.
54 =>tftp 100000 u-boot.pbl
/external/u-boot/board/varisys/cyrus/
DREADME11 In order to reflash u-boot, you must download u-boot.pbl, then write it
14 > tftp 1000000 u-boot.pbl
19 > dd if=u-boot.pbl of=/dev/sdX bs=512 oseek=8
/external/u-boot/board/freescale/t208xrdb/
DREADME169 b. program u-boot-with-spl-pbl.bin to NAND flash
170 => tftp 1000000 u-boot-with-spl-pbl.bin
179 b. program u-boot-with-spl-pbl.bin to SPI flash
180 => tftp 1000000 u-boot-with-spl-pbl.bin
190 b. program u-boot-with-spl-pbl.bin to micro-SD/TF card
191 => tftp 1000000 u-boot-with-spl-pbl.bin
/external/u-boot/board/freescale/t208xqds/
DREADME186 b. program u-boot-with-spl-pbl.bin to NAND flash
187 => tftp 1000000 u-boot-with-spl-pbl.bin
196 b. program u-boot-with-spl-pbl.bin to SPI flash
197 => tftp 1000000 u-boot-with-spl-pbl.bin
207 b. program u-boot-with-spl-pbl.bin to SD/MMC card
208 => tftp 1000000 u-boot-with-spl-pbl.bin
/external/u-boot/board/freescale/t102xrdb/
DREADME219 b. program u-boot-with-spl-pbl.bin to NAND flash
220 => tftp 1000000 u-boot-with-spl-pbl.bin
229 b. program u-boot-with-spl-pbl.bin to SPI flash
230 => tftp 1000000 u-boot-with-spl-pbl.bin
243 b. program u-boot-with-spl-pbl.bin to SD/MMC card
244 => tftp 1000000 u-boot-with-spl-pbl.bin
/external/u-boot/board/freescale/t102xqds/
DREADME235 b. program u-boot-with-spl-pbl.bin to NAND flash
236 => tftp 1000000 u-boot-with-spl-pbl.bin
245 b. program u-boot-with-spl-pbl.bin to SPI flash
246 => tftp 1000000 u-boot-with-spl-pbl.bin
256 b. program u-boot-with-spl-pbl.bin to SD/MMC card
257 => tftp 1000000 u-boot-with-spl-pbl.bin
/external/u-boot/arch/arc/dts/
Daxs10x_mb.dtsi36 snps,pbl = < 32 >;
/external/u-boot/
DMakefile805 ALL-$(CONFIG_RAMBOOT_PBL) += u-boot-with-spl-pbl.bin
810 ALL-$(CONFIG_RAMBOOT_PBL) += u-boot.pbl
1099 MKIMAGEFLAGS_u-boot.pbl = -n $(srctree)/$(CONFIG_SYS_FSL_PBL_RCW:"%"=%) \
1102 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \
1289 MKIMAGEFLAGS_u-boot-spl.pbl = -n $(srctree)/$(CONFIG_SYS_FSL_PBL_RCW:"%"=%) \
1293 spl/u-boot-spl.pbl: spl/u-boot-spl.bin FORCE
1302 OBJCOPYFLAGS_u-boot-with-spl-pbl.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) \
1305 u-boot-with-spl-pbl.bin: spl/u-boot-spl.pbl $(UBOOT_BINLOAD) FORCE
/external/u-boot/drivers/net/
Ddwc_eth_qos.c841 u32 val, tx_fifo_sz, rx_fifo_sz, tqs, rqs, pbl; in eqos_start() local
1049 pbl = tqs + 1; in eqos_start()
1050 if (pbl > 32) in eqos_start()
1051 pbl = 32; in eqos_start()
1055 pbl << EQOS_DMA_CH0_TX_CONTROL_TXPBL_SHIFT); in eqos_start()
/external/u-boot/doc/device-tree-bindings/net/
Dstmmac.txt20 - snps,pbl Programmable Burst Length
/external/u-boot/board/freescale/t104xrdb/
DREADME349 2. SD does not support flush so remove flush from pbl, make changes in
365 2. SPI does not support flush so remove flush from pbl, make changes in
/external/u-boot/arch/arm/dts/
Dstm32f746.dtsi73 snps,pbl = <8>;
Dstm32f429.dtsi661 snps,pbl = <8>;
Dstih407-family.dtsi728 snps,pbl = <8>;
Dsun6i-a31.dtsi948 snps,pbl = <2>;
Dsun7i-a20.dtsi1673 snps,pbl = <2>;
/external/scapy/doc/notebooks/
DScapy in 15 minutes.ipynb823 …0nWgWXZaDSqmj1aGEEkEllbW9N+wqqdWBnHx8f1N9Vw\nhUrYXCyF2nHMUn/utf1lzb+reTwDl/pbl/0hCWpFkvIcR/oYnG73g…
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenAsmWriter1.inc3920 "L\000outsb\000outsd\000outsw\000packusdw\t\000pause\000pavgusb\t\000pbl"
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D14d36c0b6ee723778cc9d7db6ff1b564.0003a861.honggfuzz.cov1192 …R�Q*)$2"�tFs�sn����D#f� �����\���y#��%3���Yc��=�e�M��Ӿ:�7���Z�1b�h%�1��pbl:/������4���8�
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D14d36c0b6ee723778cc9d7db6ff1b564.0003a861.honggfuzz.cov1192 …R�Q*)$2"�tFs�sn����D#f� �����\���y#��%3���Yc��=�e�M��Ӿ:�7���Z�1b�h%�1��pbl:/������4���8�
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab5352 pbl Mak (Nigeria) Mak (Nigeria)
Diso-639-3.tab5135 pbl I L Mak (Nigeria)
Dlanguage-subtag-registry27821 Subtag: pbl
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt6229 "pbl~p",

12