Searched refs:b0 (Results 1 – 17 of 17) sorted by relevance
/u-boot/fs/zfs/ |
A D | zfs_fletcher.c | 40 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 D | math64.h | 194 } 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 D | README.ti_qspi_am43x_test | 38 820000b0: dededede dededede dededede dededede ................ 55 820100b0: dededede dededede dededede dededede ................ 72 820300b0: dededede dededede dededede dededede ................
|
A D | README.ftssp010_spi_test | 37 108000b0: e1a00000 e1a00000 e1a00000 e1a00000 ................
|
/u-boot/lib/rsa/ |
A D | rsa-keyprop.c | 466 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 D | mx3fb.c | 76 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 D | stm32_fmc2_nand.c | 348 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 D | meson-gxbb.dtsi | 361 pinctrl_periphs: pinctrl@4b0 { 367 gpio: bank@4b0 {
|
A D | meson-gxl.dtsi | 363 pinctrl_periphs: pinctrl@4b0 { 369 gpio: bank@4b0 {
|
A D | armada-xp.dtsi | 96 thermal: thermal@182b0 {
|
A D | am33xx-clocks.dtsi | 617 l4_wkup_aon_clkctrl: l4-wkup-aon-clkctrl@b0 {
|
A D | omap3.dtsi | 124 pbias_regulator: pbias_regulator@2b0 {
|
A D | dra7xx-clocks.dtsi | 383 dpll_iva_m2_ck: dpll_iva_m2_ck@1b0 { 1528 clkout2_clk: clkout2_clk@6b0 {
|
A D | sun9i-a80.dtsi | 1136 apbs_rst: reset@80014b0 {
|
/u-boot/include/ |
A D | ec_commands.h | 2738 float b0; member 2747 float b0; member
|
/u-boot/doc/device-tree-bindings/gpio/ |
A D | gpio.txt | 299 gpio_pio_i: gpio-controller@14b0 {
|
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/ |
A D | fsp-s.txt | 280 - fsps,pme-b0-s5-di: PME_B0_S5 Disable bit
|
Completed in 593 milliseconds