Home
last modified time | relevance | path

Searched refs:bd (Results 176 – 200 of 921) sorted by relevance

12345678910>>...37

/openbmc/u-boot/board/ronetix/pm9g45/
H A Dpm9g45.c125 gd->bd->bi_arch_number = MACH_TYPE_PM9G45; in board_init()
127 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()
149 gd->bd->bi_dram[0].start = PHYS_SDRAM; in dram_init_banksize()
150 gd->bd->bi_dram[0].size = PHYS_SDRAM_SIZE; in dram_init_banksize()
/openbmc/u-boot/board/broadcom/bcm_ep/
H A Dboard.c24 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()
41 gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE; in dram_init_banksize()
42 gd->bd->bi_dram[0].size = gd->ram_size; in dram_init_banksize()
/openbmc/u-boot/board/freescale/p2041rdb/
H A Dp2041rdb.c19 extern void pci_of_setup(void *blob, bd_t *bd);
214 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
219 ft_cpu_setup(blob, bd); in ft_board_setup()
227 fsl_fdt_fixup_dr_usb(blob, bd); in ft_board_setup()
231 pci_of_setup(blob, bd); in ft_board_setup()
/openbmc/u-boot/board/cssi/MCR3000/
H A DMCR3000.c54 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
58 ft_cpu_setup(blob, bd); in ft_board_setup()
62 bd->bi_busfreq, 1); in ft_board_setup()
68 do_fixup_by_path_u32(blob, "/soc", "bus-frequency", bd->bi_busfreq, 1); in ft_board_setup()
/openbmc/u-boot/board/freescale/t104xrdb/
H A Dt104xrdb.c127 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
132 ft_cpu_setup(blob, bd); in ft_board_setup()
140 pci_of_setup(blob, bd); in ft_board_setup()
146 fsl_fdt_fixup_dr_usb(blob, bd); in ft_board_setup()
/openbmc/u-boot/board/toradex/colibri_pxa270/
H A Dcolibri_pxa270.c33 gd->bd->bi_arch_number = MACH_TYPE_COLIBRI; in board_init()
36 gd->bd->bi_boot_params = 0xa0000100; in board_init()
49 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
51 return ft_common_board_setup(blob, bd); in ft_board_setup()
/openbmc/u-boot/arch/arm/mach-orion5x/
H A Ddram.c49 gd->bd->bi_dram[i].start = orion5x_sdram_bar(i); in dram_init_banksize()
50 gd->bd->bi_dram[i].size = get_ram_size( in dram_init_banksize()
51 (long *) (gd->bd->bi_dram[i].start), in dram_init_banksize()
/openbmc/u-boot/board/freescale/t4qds/
H A Dt4240emu.c65 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
70 ft_cpu_setup(blob, bd); in ft_board_setup()
78 fsl_fdt_fixup_dr_usb(blob, bd); in ft_board_setup()
/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c356 struct qe_bd *bd; in ucc_hdlc_tx() local
404 bd = priv->curtx_bd; in ucc_hdlc_tx()
425 bd += 1; in ucc_hdlc_tx()
434 priv->curtx_bd = bd; in ucc_hdlc_tx()
464 bd = priv->dirty_tx; in hdlc_tx_done()
506 bd += 1; in hdlc_tx_done()
511 priv->dirty_tx = bd; in hdlc_tx_done()
525 struct qe_bd *bd; in hdlc_rx_done() local
531 bd = priv->currx_bd; in hdlc_rx_done()
612 bd += 1; in hdlc_rx_done()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c1072 if (!IS_ERR(bd->fw)) in ath11k_core_free_bdf()
1075 memset(bd, 0, sizeof(*bd)); in ath11k_core_free_bdf()
1179 if (!bd->fw) in ath11k_core_fetch_board_data_api_n()
1182 if (IS_ERR(bd->fw)) in ath11k_core_fetch_board_data_api_n()
1183 return PTR_ERR(bd->fw); in ath11k_core_fetch_board_data_api_n()
1185 data = bd->fw->data; in ath11k_core_fetch_board_data_api_n()
1186 len = bd->fw->size; in ath11k_core_fetch_board_data_api_n()
1258 if (!bd->data || !bd->len) { in ath11k_core_fetch_board_data_api_n()
1280 if (IS_ERR(bd->fw)) in ath11k_core_fetch_board_data_api_1()
1283 bd->data = bd->fw->data; in ath11k_core_fetch_board_data_api_1()
[all …]
/openbmc/u-boot/board/zipitz2/
H A Dzipitz2.c34 gd->bd->bi_arch_number = MACH_TYPE_ZIPIT2; in board_init()
37 gd->bd->bi_boot_params = 0xa0000100; in board_init()
74 gd->bd->bi_dram[0].start = PHYS_SDRAM_1; in dram_init_banksize()
75 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
/openbmc/u-boot/test/
H A Drun22 run_test "sandbox" ./test/py/test.py --bd sandbox --build -m "${mark_expr}"
25 run_test "sandbox_spl" ./test/py/test.py --bd sandbox_spl --build \
32 run_test "sandbox_flattree" ./test/py/test.py --bd sandbox_flattree --build \
/openbmc/u-boot/board/freescale/mx35pdk/
H A Dmx35pdk.c52 gd->bd->bi_dram[0].start = PHYS_SDRAM_1; in dram_init_banksize()
53 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
55 gd->bd->bi_dram[1].start = PHYS_SDRAM_2; in dram_init_banksize()
56 gd->bd->bi_dram[1].size = PHYS_SDRAM_2_SIZE; in dram_init_banksize()
180 gd->bd->bi_arch_number = MACH_TYPE_MX35_3DS; /* board id for linux */ in board_init()
182 gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; in board_init()
/openbmc/u-boot/board/freescale/bsc9131rdb/
H A Dbsc9131rdb.c60 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
65 ft_cpu_setup(blob, bd); in ft_board_setup()
75 fsl_fdt_fixup_dr_usb(blob, bd); in ft_board_setup()
/openbmc/linux/drivers/dma/
H A Dimx-sdma.c864 bd = &desc->bd[desc->buf_tail]; in sdma_update_channel_loop()
924 bd = &sdmac->desc->bd[i]; in mxc_sdma_handle_channel_normal()
1390 if (!desc->bd) { in sdma_alloc_bd()
1572 bd = &desc->bd[i]; in sdma_prep_memcpy()
1577 bd->mode.command = 0; in sdma_prep_memcpy()
1625 struct sdma_buffer_descriptor *bd = &desc->bd[i]; in sdma_prep_slave_sg() local
1646 bd->mode.command = 0; in sdma_prep_slave_sg()
1651 bd->mode.command = 2; in sdma_prep_slave_sg()
1656 bd->mode.command = 1; in sdma_prep_slave_sg()
1724 struct sdma_buffer_descriptor *bd = &desc->bd[i]; in sdma_prep_dma_cyclic() local
[all …]
/openbmc/u-boot/board/broadcom/bcm23550_w1d/
H A Dbcm23550_w1d.c38 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()
66 gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE; in dram_init_banksize()
67 gd->bd->bi_dram[0].size = gd->ram_size; in dram_init_banksize()
/openbmc/u-boot/board/ti/ks2_evm/
H A Dboard.c81 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()
105 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
126 start[0] = bd->bi_dram[0].start; in ft_board_setup()
127 size[0] = bd->bi_dram[0].size; in ft_board_setup()
157 void ft_board_setup_ex(void *blob, bd_t *bd) in ft_board_setup_ex() argument
/openbmc/u-boot/board/broadcom/bcm28155_ap/
H A Dbcm28155_ap.c38 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()
73 gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE; in dram_init_banksize()
74 gd->bd->bi_dram[0].size = gd->ram_size; in dram_init_banksize()
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.c238 struct hfi_buffer_desc bd; in intbufs_set_buffer() local
268 memset(&bd, 0, sizeof(bd)); in intbufs_set_buffer()
271 bd.num_buffers = 1; in intbufs_set_buffer()
272 bd.device_addr = buf->da; in intbufs_set_buffer()
301 bd.num_buffers = 1; in intbufs_unset_buffers()
302 bd.device_addr = buf->da; in intbufs_unset_buffers()
380 struct hfi_buffer_desc bd; in venus_helper_intbufs_realloc() local
389 memset(&bd, 0, sizeof(bd)); in venus_helper_intbufs_realloc()
392 bd.num_buffers = 1; in venus_helper_intbufs_realloc()
426 memset(bd, 0, sizeof(*bd)); in fill_buffer_desc()
[all …]
/openbmc/u-boot/board/mpc8308_p1m/
H A Dmpc8308_p1m.c62 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
64 ft_cpu_setup(blob, bd); in ft_board_setup()
65 fsl_fdt_fixup_dr_usb(blob, bd); in ft_board_setup()
/openbmc/u-boot/arch/arm/mach-meson/
H A Dboard-common.c43 __weak int meson_ft_board_setup(void *blob, bd_t *bd) in meson_ft_board_setup() argument
48 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
52 return meson_ft_board_setup(blob, bd); in ft_board_setup()
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Demif4.c151 gd->bd->bi_dram[0].start = PHYS_SDRAM_1; in dram_init_banksize()
152 gd->bd->bi_dram[0].size = size0; in dram_init_banksize()
153 gd->bd->bi_dram[1].start = PHYS_SDRAM_1 + get_sdr_cs_offset(CS1); in dram_init_banksize()
154 gd->bd->bi_dram[1].size = size1; in dram_init_banksize()
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Ddragonboard820c.c29 gd->bd->bi_dram[0].start = PHYS_SDRAM_1; in dram_init_banksize()
30 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
32 gd->bd->bi_dram[1].start = PHYS_SDRAM_2; in dram_init_banksize()
33 gd->bd->bi_dram[1].size = PHYS_SDRAM_2_SIZE; in dram_init_banksize()
/openbmc/u-boot/board/ronetix/pm9261/
H A Dpm9261.c192 dram_size += gd->bd->bi_dram[i].size; in lcd_show_board_info()
220 gd->bd->bi_arch_number = MACH_TYPE_PM9261; in board_init()
223 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()
254 gd->bd->bi_dram[0].start = PHYS_SDRAM; in dram_init_banksize()
255 gd->bd->bi_dram[0].size = PHYS_SDRAM_SIZE; in dram_init_banksize()
/openbmc/u-boot/board/freescale/ls1046aqds/
H A Dls1046aqds.c432 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
439 base[0] = gd->bd->bi_dram[0].start; in ft_board_setup()
440 size[0] = gd->bd->bi_dram[0].size; in ft_board_setup()
441 base[1] = gd->bd->bi_dram[1].start; in ft_board_setup()
442 size[1] = gd->bd->bi_dram[1].size; in ft_board_setup()
445 ft_cpu_setup(blob, bd); in ft_board_setup()

12345678910>>...37