/external/u-boot/cmd/ |
D | bdinfo.c | 72 static inline void print_bi_boot_params(const bd_t *bd) in print_bi_boot_params() argument 74 print_num("boot_params", (ulong)bd->bi_boot_params); in print_bi_boot_params() 77 static inline void print_bi_mem(const bd_t *bd) in print_bi_mem() argument 80 print_num("mem start ", (ulong)bd->bi_memstart); in print_bi_mem() 81 print_lnum("mem size ", (u64)bd->bi_memsize); in print_bi_mem() 83 print_num("mem start", (ulong)bd->bi_memstart); in print_bi_mem() 84 print_lnum("mem size", (u64)bd->bi_memsize); in print_bi_mem() 86 print_num("memstart", (ulong)bd->bi_memstart); in print_bi_mem() 87 print_lnum("memsize", (u64)bd->bi_memsize); in print_bi_mem() 91 static inline void print_bi_dram(const bd_t *bd) in print_bi_dram() argument [all …]
|
/external/toybox/toys/other/ |
D | bzcat.c | 110 static unsigned int get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits() argument 116 while (bd->inbufBitCount < bits_wanted) { in get_bits() 119 if (bd->inbufPos == bd->inbufCount) { in get_bits() 120 if (0 >= (bd->inbufCount = read(bd->in_fd, bd->inbuf, IOBUF_SIZE))) in get_bits() 122 bd->inbufPos = 0; in get_bits() 126 if (bd->inbufBitCount>=24) { in get_bits() 127 bits = bd->inbufBits&((1<<bd->inbufBitCount)-1); in get_bits() 128 bits_wanted -= bd->inbufBitCount; in get_bits() 130 bd->inbufBitCount = 0; in get_bits() 134 bd->inbufBits = (bd->inbufBits<<8) | bd->inbuf[bd->inbufPos++]; in get_bits() [all …]
|
/external/libaom/libaom/av1/common/ |
D | cfl.h | 91 #define CFL_SUBSAMPLE(arch, sub, bd, width, height) \ argument 92 void subsample_##bd##_##sub##_##width##x##height##_##arch( \ 93 const CFL_##bd##_TYPE, int input_stride, uint16_t *output_q3) { \ 94 cfl_luma_subsampling_##sub##_##bd##_##arch(cfl_type, input_stride, \ 99 #define CFL_SUBSAMPLE_FUNCTIONS(arch, sub, bd) \ argument 100 CFL_SUBSAMPLE(arch, sub, bd, 4, 4) \ 101 CFL_SUBSAMPLE(arch, sub, bd, 8, 8) \ 102 CFL_SUBSAMPLE(arch, sub, bd, 16, 16) \ 103 CFL_SUBSAMPLE(arch, sub, bd, 32, 32) \ 104 CFL_SUBSAMPLE(arch, sub, bd, 4, 8) \ [all …]
|
D | av1_inv_txfm2d.c | 21 int stride, int bd) { in av1_highbd_iwht4x4_16_add_c() argument 66 range_check_value(a1, bd + 1); in av1_highbd_iwht4x4_16_add_c() 67 range_check_value(b1, bd + 1); in av1_highbd_iwht4x4_16_add_c() 68 range_check_value(c1, bd + 1); in av1_highbd_iwht4x4_16_add_c() 69 range_check_value(d1, bd + 1); in av1_highbd_iwht4x4_16_add_c() 71 dest[stride * 0] = highbd_clip_pixel_add(dest[stride * 0], a1, bd); in av1_highbd_iwht4x4_16_add_c() 72 dest[stride * 1] = highbd_clip_pixel_add(dest[stride * 1], b1, bd); in av1_highbd_iwht4x4_16_add_c() 73 dest[stride * 2] = highbd_clip_pixel_add(dest[stride * 2], c1, bd); in av1_highbd_iwht4x4_16_add_c() 74 dest[stride * 3] = highbd_clip_pixel_add(dest[stride * 3], d1, bd); in av1_highbd_iwht4x4_16_add_c() 82 int dest_stride, int bd) { in av1_highbd_iwht4x4_1_add_c() argument [all …]
|
D | idct.c | 35 int eob, int bd) { in av1_highbd_iwht4x4_add() argument 37 av1_highbd_iwht4x4_16_add(input, dest, stride, bd); in av1_highbd_iwht4x4_add() 39 av1_highbd_iwht4x4_1_add(input, dest, stride, bd); in av1_highbd_iwht4x4_add() 46 int bd = txfm_param->bd; in av1_highbd_inv_txfm_add_4x4_c() local 52 av1_highbd_iwht4x4_add(input, dest, stride, eob, bd); in av1_highbd_inv_txfm_add_4x4_c() 56 av1_inv_txfm2d_add_4x4_c(src, CONVERT_TO_SHORTPTR(dest), stride, tx_type, bd); in av1_highbd_inv_txfm_add_4x4_c() 64 txfm_param->tx_type, txfm_param->bd); in av1_highbd_inv_txfm_add_4x8_c() 72 txfm_param->tx_type, txfm_param->bd); in av1_highbd_inv_txfm_add_8x4_c() 79 txfm_param->tx_type, txfm_param->bd); in av1_highbd_inv_txfm_add_16x32_c() 86 txfm_param->tx_type, txfm_param->bd); in av1_highbd_inv_txfm_add_32x16_c() [all …]
|
/external/libnl/lib/route/link/ |
D | bridge.c | 67 struct bridge_data *bd; in bridge_clone() local 69 if ((bd = bridge_alloc(link))) in bridge_clone() 70 memcpy(bd, data, sizeof(*bd)); in bridge_clone() 72 return bd; in bridge_clone() 100 struct bridge_data *bd = data; in bridge_parse_protinfo() local 109 bd->b_port_state = nla_get_u8(attr); in bridge_parse_protinfo() 110 bd->ce_mask |= BRIDGE_ATTR_PORT_STATE; in bridge_parse_protinfo() 119 bd->b_priv_flags |= PRIV_FLAG_NEW_ATTRS; in bridge_parse_protinfo() 122 bd->b_port_state = nla_get_u8(br_attrs[IFLA_BRPORT_STATE]); in bridge_parse_protinfo() 123 bd->ce_mask |= BRIDGE_ATTR_PORT_STATE; in bridge_parse_protinfo() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1293 int stride, int bd) { in vpx_highbd_iwht4x4_16_add_c() argument 1314 op[0] = HIGHBD_WRAPLOW(a1, bd); in vpx_highbd_iwht4x4_16_add_c() 1315 op[1] = HIGHBD_WRAPLOW(b1, bd); in vpx_highbd_iwht4x4_16_add_c() 1316 op[2] = HIGHBD_WRAPLOW(c1, bd); in vpx_highbd_iwht4x4_16_add_c() 1317 op[3] = HIGHBD_WRAPLOW(d1, bd); in vpx_highbd_iwht4x4_16_add_c() 1336 highbd_clip_pixel_add(dest[stride * 0], HIGHBD_WRAPLOW(a1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1338 highbd_clip_pixel_add(dest[stride * 1], HIGHBD_WRAPLOW(b1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1340 highbd_clip_pixel_add(dest[stride * 2], HIGHBD_WRAPLOW(c1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1342 highbd_clip_pixel_add(dest[stride * 3], HIGHBD_WRAPLOW(d1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1350 int stride, int bd) { in vpx_highbd_iwht4x4_1_add_c() argument [all …]
|
D | inv_txfm.h | 44 static INLINE tran_high_t highbd_check_range(tran_high_t input, int bd) { in highbd_check_range() argument 51 const int32_t int_max = (1 << (7 + bd)) - 1; in highbd_check_range() 57 (void)bd; in highbd_check_range() 81 #define HIGHBD_WRAPLOW(x, bd) \ argument 82 ((((int32_t)highbd_check_range((x), bd)) << (24 - bd)) >> (24 - bd)) 89 #define HIGHBD_WRAPLOW(x, bd) ((int32_t)highbd_check_range((x), bd)) argument 102 void vpx_highbd_idct4_c(const tran_low_t *input, tran_low_t *output, int bd); 103 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd); 104 void vpx_highbd_idct16_c(const tran_low_t *input, tran_low_t *output, int bd); 106 void vpx_highbd_iadst4_c(const tran_low_t *input, tran_low_t *output, int bd); [all …]
|
/external/u-boot/arch/arm/mach-uniphier/ |
D | init.h | 30 int uniphier_ld4_init(const struct uniphier_board_data *bd); 31 int uniphier_pro4_init(const struct uniphier_board_data *bd); 32 int uniphier_sld8_init(const struct uniphier_board_data *bd); 33 int uniphier_pro5_init(const struct uniphier_board_data *bd); 34 int uniphier_pxs2_init(const struct uniphier_board_data *bd); 64 void uniphier_ld4_bcu_init(const struct uniphier_board_data *bd); 66 int uniphier_memconf_2ch_init(const struct uniphier_board_data *bd); 67 int uniphier_memconf_3ch_init(const struct uniphier_board_data *bd); 69 int uniphier_ld4_dpll_init(const struct uniphier_board_data *bd); 70 int uniphier_pro4_dpll_init(const struct uniphier_board_data *bd); [all …]
|
D | memconf.c | 16 static int __uniphier_memconf_init(const struct uniphier_board_data *bd, in __uniphier_memconf_init() argument 23 switch (bd->dram_ch[0].width) { in __uniphier_memconf_init() 26 size_per_word = bd->dram_ch[0].size; in __uniphier_memconf_init() 30 size_per_word = bd->dram_ch[0].size >> 1; in __uniphier_memconf_init() 59 switch (bd->dram_ch[1].width) { in __uniphier_memconf_init() 62 size_per_word = bd->dram_ch[1].size; in __uniphier_memconf_init() 66 size_per_word = bd->dram_ch[1].size >> 1; in __uniphier_memconf_init() 95 if (bd->flags & UNIPHIER_BD_DRAM_SPARSE) in __uniphier_memconf_init() 101 if (!bd->dram_ch[2].size) { in __uniphier_memconf_init() 107 switch (bd->dram_ch[2].width) { in __uniphier_memconf_init() [all …]
|
/external/mesa3d/prebuilt-intermediates/isl/ |
D | isl_format_layout.c | 36 .bd = 1, 56 .bd = 1, 76 .bd = 1, 96 .bd = 1, 116 .bd = 1, 136 .bd = 1, 156 .bd = 1, 176 .bd = 1, 196 .bd = 1, 216 .bd = 1, [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | hybrid_fwd_txfm.c | 84 const int bd = txfm_param->bd; in highbd_fwd_txfm_4x4() local 90 av1_fwd_txfm2d_4x4(src_diff, dst_coeff, diff_stride, tx_type, bd); in highbd_fwd_txfm_4x4() 97 txfm_param->bd); in highbd_fwd_txfm_4x8() 104 txfm_param->bd); in highbd_fwd_txfm_8x4() 111 const int bd = txfm_param->bd; in highbd_fwd_txfm_8x16() local 112 av1_fwd_txfm2d_8x16(src_diff, dst_coeff, diff_stride, tx_type, bd); in highbd_fwd_txfm_8x16() 119 const int bd = txfm_param->bd; in highbd_fwd_txfm_16x8() local 120 av1_fwd_txfm2d_16x8(src_diff, dst_coeff, diff_stride, tx_type, bd); in highbd_fwd_txfm_16x8() 127 txfm_param->bd); in highbd_fwd_txfm_16x32() 134 txfm_param->bd); in highbd_fwd_txfm_32x16() [all …]
|
D | av1_fwd_txfm2d.c | 42 const TXFM_2D_FLIP_CFG *cfg, int bd) { in av1_gen_fwd_stage_range() argument 47 stage_range_col[i] = cfg->stage_range_col[i] + shift[0] + bd + 1; in av1_gen_fwd_stage_range() 52 stage_range_row[i] = cfg->stage_range_row[i] + shift[0] + shift[1] + bd + 1; in av1_gen_fwd_stage_range() 58 int32_t *buf, int bd) { in fwd_txfm2d_c() argument 75 av1_gen_fwd_stage_range(stage_range_col, stage_range_row, cfg, bd); in fwd_txfm2d_c() 125 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_4x8_c() argument 129 fwd_txfm2d_c(input, output, stride, &cfg, txfm_buf, bd); in av1_fwd_txfm2d_4x8_c() 133 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_8x4_c() argument 137 fwd_txfm2d_c(input, output, stride, &cfg, txfm_buf, bd); in av1_fwd_txfm2d_8x4_c() 141 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_8x16_c() argument [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_intrapred_sse2.c | 21 const uint16_t *left, int bd) { in aom_highbd_h_predictor_4x4_sse2() argument 28 (void)bd; in aom_highbd_h_predictor_4x4_sse2() 40 const uint16_t *left, int bd) { in aom_highbd_h_predictor_4x8_sse2() argument 41 aom_highbd_h_predictor_4x4_sse2(dst, stride, above, left, bd); in aom_highbd_h_predictor_4x8_sse2() 44 aom_highbd_h_predictor_4x4_sse2(dst, stride, above, left, bd); in aom_highbd_h_predictor_4x8_sse2() 49 const uint16_t *left, int bd) { in aom_highbd_h_predictor_8x4_sse2() argument 56 (void)bd; in aom_highbd_h_predictor_8x4_sse2() 68 const uint16_t *left, int bd) { in aom_highbd_h_predictor_8x8_sse2() argument 79 (void)bd; in aom_highbd_h_predictor_8x8_sse2() 99 const uint16_t *left, int bd) { in aom_highbd_h_predictor_8x16_sse2() argument [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_live_variables.cpp | 56 fs_live_variables::setup_one_read(struct block_data *bd, fs_inst *inst, in setup_one_read() argument 69 if (!BITSET_TEST(bd->def, var)) in setup_one_read() 70 BITSET_SET(bd->use, var); in setup_one_read() 74 fs_live_variables::setup_one_write(struct block_data *bd, fs_inst *inst, in setup_one_write() argument 87 if (!inst->is_partial_write() && !BITSET_TEST(bd->use, var)) in setup_one_write() 88 BITSET_SET(bd->def, var); in setup_one_write() 90 BITSET_SET(bd->defout, var); in setup_one_write() 113 struct block_data *bd = &block_data[block->num]; in setup_def_use() local 124 setup_one_read(bd, inst, ip, reg); in setup_def_use() 129 bd->flag_use[0] |= inst->flags_read(v->devinfo) & ~bd->flag_def[0]; in setup_def_use() [all …]
|
D | brw_vec4_live_variables.cpp | 74 struct block_data *bd = &block_data[block->num]; in setup_def_use() local 82 if (!BITSET_TEST(bd->def, v)) in setup_def_use() 83 BITSET_SET(bd->use, v); in setup_def_use() 90 !BITSET_TEST(bd->flag_def, c)) { in setup_def_use() 91 BITSET_SET(bd->flag_use, c); in setup_def_use() 105 if (!BITSET_TEST(bd->use, v)) in setup_def_use() 106 BITSET_SET(bd->def, v); in setup_def_use() 114 !BITSET_TEST(bd->flag_use, c)) { in setup_def_use() 115 BITSET_SET(bd->flag_def, c); in setup_def_use() 140 struct block_data *bd = &block_data[block->num]; in compute_live_variables() local [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 209 int stride, int tx_type, int bd) { in vp9_highbd_iht4x4_16_add_c() argument 224 IHT_4[tx_type].rows(input, outptr, bd); in vp9_highbd_iht4x4_16_add_c() 232 IHT_4[tx_type].cols(temp_in, temp_out, bd); in vp9_highbd_iht4x4_16_add_c() 235 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 4), bd); in vp9_highbd_iht4x4_16_add_c() 248 int stride, int tx_type, int bd) { in vp9_highbd_iht8x8_64_add_c() argument 257 ht.rows(input, outptr, bd); in vp9_highbd_iht8x8_64_add_c() 265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c() 268 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 5), bd); in vp9_highbd_iht8x8_64_add_c() 281 int stride, int tx_type, int bd) { in vp9_highbd_iht16x16_256_add_c() argument 290 ht.rows(input, outptr, bd); in vp9_highbd_iht16x16_256_add_c() [all …]
|
/external/libaom/config/arm/config/ |
D | aom_dsp_rtcd.h | 365 …uint32_t mask_stride, int w, int h, int subx, int suby, ConvolveParams *conv_params, const int bd); 368 …src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h, int bd); 371 … src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd); 374 …src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h, int bd); 386 …or_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 389 …or_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 392 …tor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 395 …or_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 398 …tor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 401 …ctor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); [all …]
|
/external/libaom/config/arm64/config/ |
D | aom_dsp_rtcd.h | 365 …uint32_t mask_stride, int w, int h, int subx, int suby, ConvolveParams *conv_params, const int bd); 368 …src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h, int bd); 371 … src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd); 374 …src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h, int bd); 386 …or_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 389 …or_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 392 …tor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 395 …or_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 398 …tor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 401 …ctor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); [all …]
|
/external/u-boot/drivers/net/ |
D | ethoc.c | 217 struct ethoc_bd *bd) in ethoc_read_bd() argument 220 bd->stat = ethoc_read(priv, offset + 0); in ethoc_read_bd() 221 bd->addr = ethoc_read(priv, offset + 4); in ethoc_read_bd() 225 const struct ethoc_bd *bd) in ethoc_write_bd() argument 228 ethoc_write(priv, offset + 0, bd->stat); in ethoc_write_bd() 229 ethoc_write(priv, offset + 4, bd->addr); in ethoc_write_bd() 261 struct ethoc_bd bd; in ethoc_init_ring() local 270 bd.stat = TX_BD_IRQ | TX_BD_CRC; in ethoc_init_ring() 271 bd.addr = 0; in ethoc_init_ring() 275 bd.addr = addr; in ethoc_init_ring() [all …]
|
/external/u-boot/arch/nds32/lib/ |
D | bootm.c | 22 static void setup_start_tag(bd_t *bd); 25 static void setup_memory_tags(bd_t *bd); 27 static void setup_commandline_tag(bd_t *bd, char *commandline); 30 static void setup_initrd_tag(bd_t *bd, ulong initrd_start, ulong initrd_end); 32 static void setup_end_tag(bd_t *bd); 39 bd_t *bd = gd->bd; in do_bootm_linux() local 41 int machid = bd->bi_arch_number; in do_bootm_linux() 84 setup_start_tag(bd); in do_bootm_linux() 92 setup_memory_tags(bd); in do_bootm_linux() 95 setup_commandline_tag(bd, commandline); in do_bootm_linux() [all …]
|
/external/libaom/config/x86_64/config/ |
D | aom_dsp_rtcd.h | 443 …uint32_t mask_stride, int w, int h, int subx, int suby, ConvolveParams *conv_params, const int bd); 446 …src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h, int bd); 449 … src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd); 452 …src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h, int bd); 467 …or_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 468 …16x16_sse2(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 471 …or_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 472 …16x32_sse2(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 475 …tor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 478 …or_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); [all …]
|
/external/libaom/config/x86/config/ |
D | aom_dsp_rtcd.h | 443 …uint32_t mask_stride, int w, int h, int subx, int suby, ConvolveParams *conv_params, const int bd); 446 …src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h, int bd); 449 … src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd); 452 …src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h, int bd); 467 …or_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 468 …16x16_sse2(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 471 …or_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 472 …16x32_sse2(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 475 …tor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); 478 …or_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); [all …]
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | find_usb_devices_test.py | 244 bd = find_usb_devices.GetBusNumberToDeviceTreeMap() 245 dev_foo = bd[1].FindDeviceNumber(11) 246 dev_bar = bd[1].FindDeviceNumber(12) 247 dev_usb_device_p7_h1_t0 = bd[2].FindDeviceNumber(21) 254 bd = find_usb_devices.GetBusNumberToDeviceTreeMap(fast=False) 255 dev_foo = bd[1].FindDeviceNumber(11) 256 dev_bar = bd[1].FindDeviceNumber(12) 257 dev_usb_device_p7_h1_t0 = bd[2].FindDeviceNumber(21) 264 bd = find_usb_devices.GetBusNumberToDeviceTreeMap(fast=False) 265 dev_foo = bd[1].FindDeviceNumber(11) [all …]
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
D | cpu.c | 165 final_map[index].virt = gd->bd->bi_dram[0].start; in final_mmu_setup() 166 final_map[index].phys = gd->bd->bi_dram[0].start; in final_mmu_setup() 167 final_map[index].size = gd->bd->bi_dram[0].size; in final_mmu_setup() 172 final_map[index].virt = gd->bd->bi_dram[1].start; in final_mmu_setup() 173 final_map[index].phys = gd->bd->bi_dram[1].start; in final_mmu_setup() 174 final_map[index].size = gd->bd->bi_dram[1].size; in final_mmu_setup() 183 final_map[index].virt = gd->bd->bi_dram[2].start; in final_mmu_setup() 184 final_map[index].phys = gd->bd->bi_dram[2].start; in final_mmu_setup() 185 final_map[index].size = gd->bd->bi_dram[2].size; in final_mmu_setup() 751 gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE; in dram_init_banksize() [all …]
|