Home
last modified time | relevance | path

Searched full:family (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu/
H A D30-dejavu-aliases.conf5 <family>DejaVu Serif</family>
6 <default><family>serif</family></default>
9 <family>DejaVu Sans</family>
10 <default><family>sans-serif</family></default>
13 <family>DejaVu Sans Mono</family>
14 <default><family>monospace</family></default>
/openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/liberation-fonts/
H A D30-liberation-aliases.conf6 <family>sans-serif</family>
7 <accept><family>Liberation Sans</family></accept>
10 <family>serif</family>
11 <accept><family>Liberation Serif</family></accept>
14 <family>monospace</family>
15 <accept><family>Liberation Mono</family></accept>
/openbmc/smbios-mdr/include/
H A Dcpu.hpp72 {0x12, "M1 Family"},
73 {0x13, "M2 Family"},
77 {0x18, "AMD Duron Processor Family"},
78 {0x19, "K5 Family"},
79 {0x1a, "K6 Family"},
82 {0x1d, "AMD Athlon Processor Family"},
83 {0x1e, "AMD29000 Family"},
85 {0x20, "Power PC Family"},
101 {0x30, "Alpha Family"},
109 {0x38, "AMD Turion II Ultra Dual-Core Mobile M Processor Family"},
[all …]
/openbmc/u-boot/arch/mips/mach-mscc/
H A DKconfig20 prompt "SOC Family Variant"
23 bool "Ocelot SOC Family"
27 This supports MSCC Ocelot family of SOCs.
30 bool "Luton SOC Family"
34 This supports MSCC Luton family of SOCs.
37 bool "Jaguar2 SOC Family"
41 This supports MSCC Jaguar2 family of SOCs.
44 bool "Servalt SOC Family"
48 This supports MSCC Servalt family of SOCs.
51 bool "Serval SOC Family"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts/
H A D44-source-code-pro-fonts-fontconfig.conf5 <family>monospace</family>
7 <family>Source Code Pro</family>
11 <family>Source Code Pro</family>
13 <family>monospace</family>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow/
H A D30-0-liberation-sans-narrow.conf6 <family>Arial Narrow</family>
8 <family>Liberation Sans Narrow</family>
12 <family>Liberation Sans Narrow</family>
14 <family>Arial Narrow</family>
/openbmc/u-boot/arch/mips/mach-bmips/
H A DKconfig23 bool "BMIPS BCM3380 family"
30 This supports BMIPS BCM3380 family.
33 bool "BMIPS BCM6318 family"
40 This supports BMIPS BCM6318 family.
43 bool "BMIPS BCM6328 family"
50 This supports BMIPS BCM6328 family including BCM63281 and BCM63283.
53 bool "BMIPS BCM6338 family"
60 This supports BMIPS BCM6338 family.
63 bool "BMIPS BCM6348 family"
70 This supports BMIPS BCM6348 family.
[all …]
/openbmc/u-boot/arch/x86/cpu/tangier/
H A Dpinmux.c39 /* Now we only support I2C family of pins */
52 const struct mrfld_family *family; in mrfld_get_family() local
56 family = &mp->families[i]; in mrfld_get_family()
57 if (pin >= family->pin_base && in mrfld_get_family()
58 pin < family->pin_base + family->npins) in mrfld_get_family()
59 return family; in mrfld_get_family()
62 pr_err("failed to find family for pin %u\n", pin); in mrfld_get_family()
69 const struct mrfld_family *family; in mrfld_get_bufcfg() local
72 family = mrfld_get_family(pinctrl, pin); in mrfld_get_bufcfg()
73 if (!family) in mrfld_get_bufcfg()
[all …]
/openbmc/qemu/scripts/
H A Drdma-migration-helper.sh45 family=$1
48 "$family"_interfaces | grep -qw $r && get_"$family"_addr $r && return
56 family=$1
57 for i in $("$family"_interfaces)
60 echo "$family: Reuse the existing rdma/rxe ${i}_rxe" \
61 "for $i with $(get_"$family"_addr $i)"
66 echo "$family: Setup new rdma/rxe ${i}_rxe" \
67 "for $i with $(get_"$family"_addr $i)"
72 echo "$family: Failed to setup any new rdma/rxe link" >&2
83 echo "Unknown ip family '$IP_FAMILY', only ipv4 or ipv6 is supported." >&2
/openbmc/u-boot/arch/arm/mach-exynos/
H A DKconfig8 bool "Exynos4 SoC family"
14 Samsung Exynos4 SoC family are based on ARM Cortex-A9 CPU. There
15 are multiple SoCs in this family including Exynos4210, Exynos4412,
19 bool "Exynos5 SoC family"
33 Samsung Exynos5 SoC family are based on ARM Cortex-A15 CPU (and
35 in this family including Exynos5250, Exynos5420 and Exynos5800.
38 bool "Exynos7 SoC family"
44 Samsung Exynos7 SoC family are based on ARM Cortex-A57 CPU or
46 multiple SoCs in this family including Exynos7420.
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp95 template <int family>
124 template <int family>
128 typename AddrFamily<family>::addr ip;
133 template <int family>
137 typename AddrFamily<family>::addr address;
249 template <int family>
250 std::optional<IfAddr<family>> findIfAddr( in findIfAddr()
262 typename AddrFamily<family>::addr addr; in findIfAddr()
263 addr = stdplus::fromStr<typename AddrFamily<family>::addr>( in findIfAddr()
281 IfAddr<family> ifaddr; in findIfAddr()
[all …]
/openbmc/u-boot/drivers/pinctrl/mscc/
H A DKconfig10 bool "Microsemi ocelot family pin control driver"
19 bool "Microsemi luton family pin control driver"
28 bool "Microsemi jr2 family pin control driver"
37 bool "Microsemi servalt family pin control driver"
46 bool "Microsemi serval family pin control driver"
/openbmc/u-boot/drivers/pinctrl/broadcom/
H A DKconfig4 bool "Broadcom 283x family pin control driver"
7 Broadcom's 283x family of SoCs.
12 bool "Broadcom 6838 family pin control driver"
15 Broadcom's 6838 family of SoCs.
/openbmc/smbios-mdr/src/
H A Dcpu.cpp38 void Cpu::family(const uint8_t family, const uint16_t family2) in family() function in phosphor::smbios::Cpu
41 familyTable.find(family); in family()
44 processor::family("Unknown Processor Family"); in family()
52 processor::family("Unknown Processor Family"); in family()
56 processor::family(it2->second); in family()
62 processor::family(it->second); in family()
63 processor::effectiveFamily(family); in family()
181 family(cpuInfo->family, cpuInfo->family2); // offset 6h and 28h in infoUpdate()
188 familyTable.find(cpuInfo->family); in infoUpdate()
199 // Family: 4; in infoUpdate()
/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.h32 #define IS_RV100_VARIANT(rinfo) (((rinfo)->family == CHIP_FAMILY_RV100) || \
33 ((rinfo)->family == CHIP_FAMILY_RV200) || \
34 ((rinfo)->family == CHIP_FAMILY_RS100) || \
35 ((rinfo)->family == CHIP_FAMILY_RS200) || \
36 ((rinfo)->family == CHIP_FAMILY_RV250) || \
37 ((rinfo)->family == CHIP_FAMILY_RV280) || \
38 ((rinfo)->family == CHIP_FAMILY_RS300))
40 #define IS_R300_VARIANT(rinfo) (((rinfo)->family == CHIP_FAMILY_R300) || \
41 ((rinfo)->family == CHIP_FAMILY_RV350) || \
42 ((rinfo)->family == CHIP_FAMILY_R350) || \
[all …]
/openbmc/u-boot/drivers/cpu/
H A Dmpc83xx_cpu.c18 * @family: The MPC83xx family the CPU belongs to
28 enum mpc83xx_cpu_family family; member
57 * determine_type() - Determine CPU family of MPC83xx device
58 * @dev: CPU device from which to read CPU family from
69 priv->family = FAMILY_830X; in determine_family()
72 priv->family = FAMILY_831X; in determine_family()
75 priv->family = FAMILY_832X; in determine_family()
78 priv->family = FAMILY_834X; in determine_family()
81 priv->family = FAMILY_836X; in determine_family()
84 priv->family = FAMILY_837X; in determine_family()
[all …]
H A Dmpc83xx_cpu.h37 * @FAMILY_830X: Identifier for the MPC830x CPU family
38 * @FAMILY_831X: Identifier for the MPC831x CPU family
39 * @FAMILY_832X: Identifier for the MPC832x CPU family
40 * @FAMILY_834X: Identifier for the MPC834x CPU family
41 * @FAMILY_836X: Identifier for the MPC836x CPU family
42 * @FAMILY_837X: Identifier for the MPC837x CPU family
43 * @FAMILY_UNKNOWN: Identifier for an unknown MPC83xx CPU family
/openbmc/u-boot/drivers/fpga/
H A Daltera.c22 enum altera_family family; member
57 if ((desc->family < min_altera_type) || in altera_validate()
58 (desc->family > max_altera_type)) { in altera_validate()
59 printf("%s: Invalid family type, %d\n", fn, desc->family); in altera_validate()
88 if (desc->family == altera_fpga[i].family) in altera_desc_to_fpga()
93 printf("%s: Unsupported family type, %d\n", fn, desc->family); in altera_desc_to_fpga()
135 printf("Family: \t%s\n", fpga->name); in altera_info()
H A Dlattice.c263 if ((desc->family > min_lattice_type) && in lattice_validate()
264 (desc->family < max_lattice_type)) { in lattice_validate()
277 printf("%s: Invalid family type, %d\n", in lattice_validate()
278 fn, desc->family); in lattice_validate()
296 switch (desc->family) { in lattice_load()
312 printf("%s: Unsupported family type, %d\n", in lattice_load()
313 __func__, desc->family); in lattice_load()
333 printf("Family: \t"); in lattice_info()
334 switch (desc->family) { in lattice_info()
338 /* Add new family types here */ in lattice_info()
[all …]
/openbmc/openbmc/poky/documentation/overview-manual/svg/
H A Dbitbake_tasks_map.svg4family=Liberation+Sans);&#xa;</style></defs><g><rect x="9428" y="2640" width="1120" height="600" r…
/openbmc/qemu/target/i386/
H A Dhost-cpu.c107 void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping) in host_cpu_vendor_fms() argument
114 if (!family && !model && !stepping) { in host_cpu_vendor_fms()
119 if (family) { in host_cpu_vendor_fms()
120 *family = x86_cpu_family(eax); in host_cpu_vendor_fms()
136 int family, model, stepping; in host_cpu_instance_init() local
141 * not match, because family numbers are incompatible between Intel and AMD. in host_cpu_instance_init()
143 host_cpu_vendor_fms(vendor, &family, &model, &stepping); in host_cpu_instance_init()
155 object_property_set_int(OBJECT(cpu), "family", family, &error_abort); in host_cpu_instance_init()
/openbmc/u-boot/arch/arm/mach-tegra/
H A DKconfig78 bool "Tegra20 family"
85 bool "Tegra30 family"
91 bool "Tegra114 family"
95 bool "Tegra124 family"
101 bool "Tegra210 family"
107 bool "Tegra186 family"
/openbmc/webui-vue/src/env/assets/styles/
H A D_ibm.scss2 font-family: 'Plex';
7 font-family: 'Plex';
13 font-family: 'Plex';
18 font-family: 'Plex';
24 font-family: 'Plex';
29 font-family: 'Plex';
38 $font-family-base: 'Plex', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",…
/openbmc/phosphor-networkd/src/
H A Dutil.hpp22 /* @brief converts a sockaddr for the specified address family into
24 * @param[in] family - The address family of the buf
27 constexpr stdplus::InAnyAddr addrFromBuf(int family, std::string_view buf) in addrFromBuf() argument
29 switch (family) in addrFromBuf()
36 throw std::invalid_argument("Unrecognized family"); in addrFromBuf()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DCpu.interface.yaml9 - name: Family
12 A free form string indicates processor family type. For example,
13 values can be "Intel Xeon processor", "AS400 Family", etc.
18 The effective Family information as provided by the manufacturer of
20 defined as "Unknown" Processor Family in DSP0134 section 7.5.2.

12345678910>>...23