Home
last modified time | relevance | path

Searched refs:bm (Results 1 – 20 of 20) sorted by relevance

/u-boot/arch/nios2/lib/
A Dlibgcc.c60 if (bm <= 0) in __ashldi3()
86 if (bm <= 0) in __ashrdi3()
113 if (bm <= 0) in __lshrdi3()
154 UWtype b, bm; in __udivmoddi4() local
204 if (bm != 0) in __udivmoddi4()
209 d0 = d0 << bm; in __udivmoddi4()
210 n1 = (n1 << bm) | (n0 >> (W_TYPE_SIZE - bm)); in __udivmoddi4()
211 n0 = n0 << bm; in __udivmoddi4()
228 if (bm == 0) in __udivmoddi4()
246 d0 = d0 << bm; in __udivmoddi4()
[all …]
/u-boot/arch/mips/lib/
A Dashldi3.c6 word_type bm; in __ashldi3() local
12 bm = 32 - b; in __ashldi3()
14 if (bm <= 0) { in __ashldi3()
16 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3()
18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3()
A Dlshrdi3.c6 word_type bm; in __lshrdi3() local
12 bm = 32 - b; in __lshrdi3()
14 if (bm <= 0) { in __lshrdi3()
16 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3()
18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3()
A Dashrdi3.c6 word_type bm; in __ashrdi3() local
12 bm = 32 - b; in __ashrdi3()
14 if (bm <= 0) { in __ashrdi3()
18 w.s.low = uu.s.high >> -bm; in __ashrdi3()
20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3()
/u-boot/arch/sh/lib/
A Dashldi3.c6 word_type bm; in __ashldi3() local
12 bm = 32 - b; in __ashldi3()
14 if (bm <= 0) { in __ashldi3()
16 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3()
18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3()
A Dlshrdi3.c6 word_type bm; in __lshrdi3() local
12 bm = 32 - b; in __lshrdi3()
14 if (bm <= 0) { in __lshrdi3()
16 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3()
18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3()
A Dashrdi3.c6 word_type bm; in __ashrdi3() local
12 bm = 32 - b; in __ashrdi3()
14 if (bm <= 0) { in __ashrdi3()
18 w.s.low = uu.s.high >> -bm; in __ashrdi3()
20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3()
/u-boot/arch/arc/lib/
A Dlibgcc2.c15 const shift_count_type bm = W_TYPE_SIZE - b; in __ashldi3() local
18 if (bm <= 0) { in __ashldi3()
20 w.s.high = (UWtype)uu.s.low << -bm; in __ashldi3()
22 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3()
38 const shift_count_type bm = W_TYPE_SIZE - b; in __ashrdi3() local
41 if (bm <= 0) { in __ashrdi3()
44 w.s.low = uu.s.high >> -bm; in __ashrdi3()
46 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3()
62 const shift_count_type bm = W_TYPE_SIZE - b; in __lshrdi3() local
65 if (bm <= 0) { in __lshrdi3()
[all …]
/u-boot/arch/m68k/lib/
A Dashldi3.c27 word_type bm; in __ashldi3() local
35 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
36 if (bm <= 0) in __ashldi3()
39 w.s.high = (USItype)uu.s.low << -bm; in __ashldi3()
43 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3()
A Dlshrdi3.c27 word_type bm; in __lshrdi3() local
35 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
36 if (bm <= 0) in __lshrdi3()
39 w.s.low = (USItype)uu.s.high >> -bm; in __lshrdi3()
43 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3()
/u-boot/arch/arm/cpu/arm926ejs/mxs/
A Diomux.c31 u32 reg, ofs, bp, bm; in mxs_iomux_setup_pad() local
39 bm = 0x3 << bp; in mxs_iomux_setup_pad()
41 reg &= ~bm; in mxs_iomux_setup_pad()
51 bm = 0x3 << bp; in mxs_iomux_setup_pad()
53 reg &= ~bm; in mxs_iomux_setup_pad()
/u-boot/arch/arm/dts/
A Darmada-xp-gp.dts128 buffer-manager = <&bm>;
129 bm,pool-long = <0>;
135 buffer-manager = <&bm>;
136 bm,pool-long = <1>;
142 buffer-manager = <&bm>;
143 bm,pool-long = <2>;
149 buffer-manager = <&bm>;
150 bm,pool-long = <3>;
163 bm@c0000 {
176 bm-bppi {
A Darmada-xp.dtsi171 bm: bm@c0000 { label
172 compatible = "marvell,armada-380-neta-bm";
218 bm_bppi: bm-bppi {
A Darmada-38x.dtsi526 bm: bm@c8000 { label
527 compatible = "marvell,armada-380-neta-bm";
613 bm_bppi: bm-bppi {
/u-boot/drivers/video/
A Dcfb_console.c1231 switch (bm[0]) { in display_rle8_bitmap()
1236 bm += 2; in display_rle8_bitmap()
1250 x += bm[2]; in display_rle8_bitmap()
1251 y -= bm[3]; in display_rle8_bitmap()
1256 bm += 4; in display_rle8_bitmap()
1260 cnt = bm[1]; in display_rle8_bitmap()
1266 bm += 2; in display_rle8_bitmap()
1278 bm += runlen; in display_rle8_bitmap()
1285 cnt = bm[0]; in display_rle8_bitmap()
1294 bm += 2; in display_rle8_bitmap()
[all …]
/u-boot/drivers/ram/octeon/
A Docteon3_lmc.c2322 static u64 ppbm(u64 bm) in ppbm() argument
2324 if (bm != 0ul) { in ppbm()
2326 bm >>= 4; in ppbm()
2329 return bm; in ppbm()
2364 ppbm(rlevel_bitmask[7].bm), ppbm(rlevel_bitmask[6].bm), in do_display_bm()
2365 ppbm(rlevel_bitmask[5].bm), ppbm(rlevel_bitmask[4].bm), in do_display_bm()
2366 ppbm(rlevel_bitmask[3].bm), ppbm(rlevel_bitmask[2].bm), in do_display_bm()
2367 ppbm(rlevel_bitmask[1].bm), ppbm(rlevel_bitmask[0].bm) in do_display_bm()
6625 rl_mask[i].bm = in rodt_loop()
6794 rl_byte[i].bm = rl_mask[XUP(i, !!ecc_ena)].bm; in rodt_loop()
[all …]
A Docteon_ddr.c1580 u64 bitmask = rlevel_bitmask_p->bm; in validate_ddr3_rlevel_bitmask()
/u-boot/drivers/net/
A Dmvpp2.c2716 u32 bm; in mvpp2_bm_cookie_pool_set() local
2718 bm = cookie & ~(0xFF << MVPP2_BM_COOKIE_POOL_OFFS); in mvpp2_bm_cookie_pool_set()
2721 return bm; in mvpp2_bm_cookie_pool_set()
2764 int pool = mvpp2_bm_cookie_pool_get(bm); in mvpp2_pool_refill()
4131 u32 bm = mvpp2_bm_cookie_build(port, rx_desc); in mvpp2_rxq_drop_pkts() local
4133 mvpp2_pool_refill(port, bm, in mvpp2_rxq_drop_pkts()
4454 u32 bm, dma_addr_t dma_addr) in mvpp2_rx_refill() argument
5062 u32 bm, rx_status; in mvpp2_recv() local
5088 bm = mvpp2_bm_cookie_build(port, rx_desc); in mvpp2_recv()
5089 pool = mvpp2_bm_cookie_pool_get(bm); in mvpp2_recv()
[all …]
/u-boot/arch/mips/mach-octeon/include/mach/
A Docteon_ddr.h315 u64 bm; member
375 u64 bm; member
/u-boot/drivers/i2c/
A Di2c-uniphier-f.c53 u32 bm; /* bus monitor */ member

Completed in 71 milliseconds