Home
last modified time | relevance | path

Searched refs:bc (Results 1 – 25 of 29) sorted by relevance

12

/u-boot/drivers/bios_emulator/x86emu/
A Dprim_ops.c196 u32 bc; in calc_borrow_chain() local
198 bc = (res & (~d | s)) | (~d & s); in calc_borrow_chain()
1660 u32 bc; in sbb_byte() local
1669 bc = (res & (~d | s)) | (~d & s); in sbb_byte()
1683 u32 bc; in sbb_word() local
1692 bc = (res & (~d | s)) | (~d & s); in sbb_word()
1706 u32 bc; in sbb_long() local
1716 bc = (res & (~d | s)) | (~d & s); in sbb_long()
1730 u32 bc; in sub_byte() local
1750 u32 bc; in sub_word() local
[all …]
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dfsl_corenet2_serdes.c207 u32 pll_num, pll_status, bc, dc, fc, pll_cr_upd, pll_cr0, pll_cr1; in serdes_init() local
244 bc = (sfp_spfr0 >> BC1_SHIFT) & BC_MASK; in serdes_init()
250 bc = (sfp_spfr0 >> BC2_SHIFT) & BC_MASK; in serdes_init()
256 bc = (sfp_spfr0 >> BC1_SHIFT) & BC_MASK; in serdes_init()
269 pll_cr_upd = (((bc << CR1_BCAP_SHIFT) & BCAP_MASK) | in serdes_init()
299 if (bc_status != bc) in serdes_init()
/u-boot/arch/arm/cpu/armv7/s5p-common/
A Dsromc.c31 srom->bc[srom_bank] = srom_bc_conf; in s5p_config_sromc()
/u-boot/arch/arm/mach-exynos/include/mach/
A Dsromc.h29 unsigned int bc[4]; member
/u-boot/arch/arm/mach-s5pc1xx/include/mach/
A Dsromc.h32 unsigned int bc[6]; member
/u-boot/arch/arm/include/asm/arch-sunxi/
A Ddma_sun4i.h14 u32 bc; /* 0x0C Byte counter */ member
/u-boot/drivers/misc/
A Dgdsys_ioep.h23 u8 bc; member
/u-boot/fs/squashfs/
A Dsqfs.c349 int ret, bc, rc, i, updir = 0, resolved_size = 0, offset = 0; in sqfs_get_abs_path() local
355 bc = sqfs_count_tokens(base); in sqfs_get_abs_path()
357 if (bc < 1 || rc < 1) in sqfs_get_abs_path()
360 base_tokens = calloc(bc, sizeof(char *)); in sqfs_get_abs_path()
369 ret = sqfs_tokenize(base_tokens, bc, base); in sqfs_get_abs_path()
384 bc = sqfs_clean_base_path(base_tokens, bc, updir); in sqfs_get_abs_path()
385 if (bc < 0) in sqfs_get_abs_path()
389 if (!bc) in sqfs_get_abs_path()
392 resolved_size += sqfs_get_tokens_length(base_tokens, bc) + in sqfs_get_abs_path()
401 offset += sqfs_join(base_tokens, resolved + offset, 0, bc, '/'); in sqfs_get_abs_path()
[all …]
/u-boot/examples/standalone/
A DREADME.smc91111_eeprom157 Current MAC Address in SMSC91111 12:34:56:78:9a:bc
158 Current MAC Address in EEPROM 12:34:56:78:9a:bc
185 Current MAC Address in SMSC91111 12:34:56:78:9a:bc
186 Current MAC Address in EEPROM 12:34:56:78:9a:bc
/u-boot/lib/bzip2/
A Dbzlib_compress.c281 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() local
440 bc = 999999999; bt = -1; in sendMTFValues()
442 if (cost[t] < bc) { bc = cost[t]; bt = t; }; in sendMTFValues()
443 totc += bc; in sendMTFValues()
/u-boot/doc/build/
A Dgcc.rst26 sudo apt-get install bc bison build-essential coccinelle \
53 zypper install bc bison flex gcc libopenssl-devel libSDL2-devel make \
63 apk add alpine-sdk bc bison dtc flex linux-headers ncurses-dev \
/u-boot/test/py/tests/
A Dtest_env.py136 bc = state_test_env.u_boot_console.config.buildconfig
137 if bc.get('config_hush_parser', None):
/u-boot/doc/board/amlogic/
A Dradxa-zero2.rst53 $ sudo apt-get install -y bc python dosfstools flex build-essential libssl-dev mtools
A Dradxa-zero.rst53 $ sudo apt-get install -y bc python dosfstools flex build-essential libssl-dev mtools
/u-boot/drivers/video/
A Dstb_truetype.h2907 stbtt_packedchar *bc = &ranges[i].chardata_for_range[j]; in stbtt_PackFontRangesRenderIntoRects() local
2943 bc->x0 = (stbtt_int16) r->x; in stbtt_PackFontRangesRenderIntoRects()
2944 bc->y0 = (stbtt_int16) r->y; in stbtt_PackFontRangesRenderIntoRects()
2945 bc->x1 = (stbtt_int16) (r->x + r->w); in stbtt_PackFontRangesRenderIntoRects()
2946 bc->y1 = (stbtt_int16) (r->y + r->h); in stbtt_PackFontRangesRenderIntoRects()
2947 bc->xadvance = scale * advance; in stbtt_PackFontRangesRenderIntoRects()
2948 bc->xoff = (float) x0 * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects()
2949 bc->yoff = (float) y0 * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects()
2950 bc->xoff2 = (x0 + r->w) * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects()
2951 bc->yoff2 = (y0 + r->h) * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects()
/u-boot/drivers/pci/
A Dpci-uclass.c527 u16 bc; in set_vga_bridge_bits() local
530 dm_pci_read_config16(parent, PCI_BRIDGE_CONTROL, &bc); in set_vga_bridge_bits()
531 bc |= PCI_BRIDGE_CTL_VGA; in set_vga_bridge_bits()
532 dm_pci_write_config16(parent, PCI_BRIDGE_CONTROL, bc); in set_vga_bridge_bits()
/u-boot/doc/usage/
A Dnetconsole.rst91 netconsole=4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc
/u-boot/arch/arm/dts/
A Dkeystone-k2l-clocks.dtsi204 clkbcp: clkbcp@23500bc {
A Dkeystone-k2hk-clocks.dtsi383 clkbcp: clkbcp@23500bc {
/u-boot/board/gdsys/common/
A Dcmd_ioloop.c68 u8 bc; member
/u-boot/board/freescale/m5373evb/
A DREADME160 ethaddr=00:e0:0c:bc:e5:60
289 eth0: ethernet 00:e0:0c:bc:e5:60
/u-boot/board/freescale/m53017evb/
A DREADME160 ethaddr=00:e0:0c:bc:e5:60
/u-boot/doc/board/st/
A Dstm32mp1.rst630 Example to set mac address "12:34:56:78:9a:bc"
652 ### Setting environment from OTP MAC address = "12:34:56:78:9a:bc"
657 ethaddr=12:34:56:78:9a:bc
/u-boot/scripts/
A DMakefile.spl337 … | awk 'BEGIN {size = 0} /__bss_size/ {size = $$1} END {print "ibase=16; " toupper(size)}' | bc); \
/u-boot/tools/docker/
A DDockerfile38 bc \

Completed in 66 milliseconds

12