Searched refs:bd (Results 1 – 14 of 14) sorted by relevance
| /include/configs/ |
| A D | mx53ppd.h | 84 #define PHYS_SDRAM_1_SIZE (gd->bd->bi_dram[0].size) 86 #define PHYS_SDRAM_2_SIZE (gd->bd->bi_dram[1].size)
|
| A D | mx53loco.h | 89 #define PHYS_SDRAM_1_SIZE (gd->bd->bi_dram[0].size) 91 #define PHYS_SDRAM_2_SIZE (gd->bd->bi_dram[1].size)
|
| A D | m53menlo.h | 18 #define PHYS_SDRAM_1_SIZE (gd->bd->bi_dram[0].size) 20 #define PHYS_SDRAM_2_SIZE (gd->bd->bi_dram[1].size)
|
| A D | mx53cx9020.h | 55 #define PHYS_SDRAM_1_SIZE (gd->bd->bi_dram[0].size) 57 #define PHYS_SDRAM_2_SIZE (gd->bd->bi_dram[1].size)
|
| /include/ |
| A D | k3-ddrss.h | 14 int k3_ddrss_ddr_fdt_fixup(struct udevice *dev, void *blob, struct bd_info *bd);
|
| A D | fdt_support.h | 27 void ft_cpu_setup(void *blob, struct bd_info *bd); 29 void ft_pci_setup(void *blob, struct bd_info *bd); 164 void fsl_fdt_fixup_dr_usb(void *blob, struct bd_info *bd); 166 static inline void fsl_fdt_fixup_dr_usb(void *blob, struct bd_info *bd) {} in fsl_fdt_fixup_dr_usb() argument 215 int ft_board_setup(void *blob, struct bd_info *bd); 254 void ft_board_setup_ex(void *blob, struct bd_info *bd); 267 int ft_system_setup(void *blob, struct bd_info *bd);
|
| A D | fsl_esdhc.h | 252 void fdt_fixup_esdhc(void *blob, struct bd_info *bd); 255 static inline void fdt_fixup_esdhc(void *blob, struct bd_info *bd) {} in fdt_fixup_esdhc() argument
|
| A D | universe.h | 16 unsigned int bd; /* Bound */ member
|
| A D | fsl_esdhc_imx.h | 266 void fdt_fixup_esdhc(void *blob, struct bd_info *bd); 269 static inline void fdt_fixup_esdhc(void *blob, struct bd_info *bd) {} in fdt_fixup_esdhc() argument
|
| A D | netdev.h | 124 int fec_probe(struct bd_info *bd, int dev_id, uint32_t base_addr,
|
| A D | fdtdec.h | 1224 struct bd_info *bd);
|
| /include/linux/mtd/ |
| A D | bbm.h | 153 extern int onenand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd);
|
| /include/fsl-mc/ |
| A D | fsl_mc.h | 77 int fsl_mc_ldpaa_exit(struct bd_info *bd);
|
| /include/asm-generic/ |
| A D | global_data.h | 44 struct bd_info *bd; member
|
Completed in 26 milliseconds