Searched refs:family (Results 26 - 41 of 41) sorted by relevance

12

/u-boot/drivers/ram/
H A Dstm32_sdram.c158 enum stm32_fmc_family family; member in struct:stm32_sdram_params
177 if (params->family == STM32H7_FMC)
256 if (params->family == STM32H7_FMC)
373 params->family = dev_get_driver_data(dev);
/u-boot/arch/x86/cpu/
H A Dcpu_x86.c22 plat->family = gd->arch.x86;
/u-boot/arch/arm/mach-zynq/
H A Dcpu.c22 .family = xilinx_zynq,
/u-boot/drivers/timer/
H A Dtsc_timer.c99 u8 x86_family; /* CPU family */
124 static int match_cpu(u8 family, u8 model) argument
129 if ((family == freq_desc_tables[i].x86_family) &&
/u-boot/include/
H A Dlattice.h254 Lattice_Family family; /* part type */ member in struct:__anon1244
H A Dsmbios.h149 u8 family; member in struct:smbios_type1
H A Dec_commands.h4278 uint8_t family[2]; member in struct:mcdp_info
4286 #define MCDP_FAMILY(family) ((family[0] << 8) | family[1])
/u-boot/drivers/mmc/
H A Dmeson_gx_mmc.c21 enum meson_gx_mmc_compatible family)
25 return compat == family;
20 meson_gx_mmc_is_compatible(struct udevice *dev, enum meson_gx_mmc_compatible family) argument
H A Dam654_sdhci.c588 { .family = "AM65X", .revision = "SR1.0", .data = &am654_sr1_drv_data},
/u-boot/lib/
H A Dsmbios.c399 t->family = smbios_add_prop(ctx, "family", NULL);
475 if (plat->family)
476 processor_family = plat->family;
/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c61 enum hdmi_compatible family)
65 return compat == family;
60 meson_hdmi_is_compatible(struct meson_dw_hdmi *priv, enum hdmi_compatible family) argument
/u-boot/cmd/
H A Dsmbios.c109 smbios_print_str("Family", table, table->family);
/u-boot/drivers/phy/
H A Domap-usb2-phy.c202 { .family = "AM65X", .revision = "SR1.0" },
/u-boot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020.c253 .family = Altera_CYC2,
/u-boot/board/intel/cherryhill/
H A Dcherryhill.c590 void update_fsp_gpio_configs(const struct gpio_family **family, argument
593 *family = gpio_family;
/u-boot/common/
H A Dcli_hush.c235 struct pipe *family; /* pointer back to the child's parent pipe */ member in struct:child_prog
2575 prog->family = pi;

Completed in 310 milliseconds

12