Home
last modified time | relevance | path

Searched refs:b0 (Results 1 – 17 of 17) sorted by relevance

/u-boot/fs/zfs/
A Dzfs_fletcher.c40 uint64_t a0, b0, a1, b1; in fletcher_2_endian() local
42 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_endian()
45 b0 += a0; in fletcher_2_endian()
51 zcp->zc_word[2] = cpu_to_zfs64(b0, endian); in fletcher_2_endian()
/u-boot/include/linux/
A Dmath64.h194 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local
198 b0.ll = b; in mul_u64_u64_shr()
200 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr()
201 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()
202 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr()
203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
/u-boot/doc/SPI/
A DREADME.ti_qspi_am43x_test38 820000b0: dededede dededede dededede dededede ................
55 820100b0: dededede dededede dededede dededede ................
72 820300b0: dededede dededede dededede dededede ................
A DREADME.ftssp010_spi_test37 108000b0: e1a00000 e1a00000 e1a00000 e1a00000 ................
/u-boot/lib/rsa/
A Drsa-keyprop.c466 uint32_t a0, a1, b0, hi, g, q, tb; in br_i32_muladd_small() local
515 b0 = br_i32_word(m, m_bitlen - 32); in br_i32_muladd_small()
527 g = br_div(a0, a1, b0); in br_i32_muladd_small()
528 q = MUX(EQ(a0, b0), 0xFFFFFFFF, MUX(EQ(g, 0), 0, g - 1)); in br_i32_muladd_small()
/u-boot/drivers/video/
A Dmx3fb.c76 u32 b0; member
445 writel(fmt_cfg[di_setup].b0, DI_DISP3_B0_MAP); in sdc_init_panel()
/u-boot/drivers/mtd/nand/raw/
A Dstm32_fmc2_nand.c348 u8 bit_position = 0, b0, b1, b2; in stm32_fmc2_nfc_ham_correct() local
353 b0 = read_ecc[0] ^ calc_ecc[0]; in stm32_fmc2_nfc_ham_correct()
356 b = b0 | (b1 << 8) | (b2 << 16); in stm32_fmc2_nfc_ham_correct()
/u-boot/arch/arm/dts/
A Dmeson-gxbb.dtsi361 pinctrl_periphs: pinctrl@4b0 {
367 gpio: bank@4b0 {
A Dmeson-gxl.dtsi363 pinctrl_periphs: pinctrl@4b0 {
369 gpio: bank@4b0 {
A Darmada-xp.dtsi96 thermal: thermal@182b0 {
A Dam33xx-clocks.dtsi617 l4_wkup_aon_clkctrl: l4-wkup-aon-clkctrl@b0 {
A Domap3.dtsi124 pbias_regulator: pbias_regulator@2b0 {
A Ddra7xx-clocks.dtsi383 dpll_iva_m2_ck: dpll_iva_m2_ck@1b0 {
1528 clkout2_clk: clkout2_clk@6b0 {
A Dsun9i-a80.dtsi1136 apbs_rst: reset@80014b0 {
/u-boot/include/
A Dec_commands.h2738 float b0; member
2747 float b0; member
/u-boot/doc/device-tree-bindings/gpio/
A Dgpio.txt299 gpio_pio_i: gpio-controller@14b0 {
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/
A Dfsp-s.txt280 - fsps,pme-b0-s5-di: PME_B0_S5 Disable bit

Completed in 593 milliseconds