Home
last modified time | relevance | path

Searched refs:brand (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/linux/drivers/hwmon/
H A Dhwmon-vid.c236 unsigned int vid, brand, __maybe_unused dummy; in get_via_model_d_vrm() local
244 rdmsr(0x1154, brand, dummy); in get_via_model_d_vrm()
245 brand = ((brand >> 4) ^ (brand >> 2)) & 0x03; in get_via_model_d_vrm()
249 7, brands[brand]); in get_via_model_d_vrm()
253 6, brands[brand]); in get_via_model_d_vrm()
255 return brand == 2 ? 131 : 13; in get_via_model_d_vrm()
/openbmc/linux/drivers/cpufreq/
H A De_powersaver.c180 u8 brand = 0; in eps_cpu_init() local
200 brand = (((lo >> 2) ^ lo) >> 18) & 3; in eps_cpu_init()
205 brand = (((lo >> 4) ^ (lo >> 2))) & 0x000000ff; in eps_cpu_init()
210 switch (brand) { in eps_cpu_init()
305 if (brand == EPS_BRAND_C7M && set_max_voltage) { in eps_cpu_init()
318 if (brand == EPS_BRAND_C7M) in eps_cpu_init()
338 if (brand != EPS_BRAND_C7M) { in eps_cpu_init()
/openbmc/webui-vue/src/layouts/
H A DLoginLayout.vue6 <div class="login-brand mb-5">
21 <div class="login-aside__logo-brand">
22 <!-- Add Secondary brand logo if needed -->
103 .login-aside__logo-brand:not(:empty) {
/openbmc/linux/arch/ia64/kernel/
H A Dsetup.c776 char brand[128]; in get_model_name() local
779 memcpy(brand, "Unknown", 8); in get_model_name()
780 if (ia64_pal_get_brand_info(brand)) { in get_model_name()
782 memcpy(brand, "Merced", 7); in get_model_name()
784 case 0: memcpy(brand, "McKinley", 9); break; in get_model_name()
785 case 1: memcpy(brand, "Madison", 8); break; in get_model_name()
786 case 2: memcpy(brand, "Madison up to 9M cache", 23); break; in get_model_name()
790 if (strcmp(brandname[i], brand) == 0) in get_model_name()
794 return strcpy(brandname[i], brand); in get_model_name()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVRTN.interface.yaml11 SO keyword. Contains the brand information.
H A DVSYS.interface.yaml15 The system brand.
H A DVSBK.interface.yaml15 The system brand.
/openbmc/webui-vue/
H A DREADME.md24 update the theme to support their brand. This rewrite takes advantage of
37 - Ability to easily theme to meet brand guidelines
/openbmc/linux/include/linux/
H A Dscc.h55 char brand; /* manufacturer of the board */ member
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue33 <b-navbar-brand
44 </b-navbar-brand>
327 .navbar-brand,
386 .navbar-brand {
/openbmc/linux/drivers/media/usb/ttusb-budget/
H A DKconfig14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
/openbmc/webui-vue/tests/unit/__snapshots__/
H A DAppHeader.spec.js.snap51 <b-navbar-brand
62 </b-navbar-brand>
/openbmc/linux/include/uapi/linux/
H A Dscc.h157 char brand; /* hardware type */ member
/openbmc/linux/drivers/media/usb/ttusb-dec/
H A DKconfig8 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css10 .toaster-navbar-brand { float: left; margin: 7px 25px 0 0; }
11 .toaster-navbar-brand a.brand { color: #777; height: 50px; padding: 15px 5px 15px 15px; font-size: …
12 .toaster-navbar-brand > a { text-decoration: none; }
13 .toaster-navbar-brand > a.brand:hover { color: #5e5e5e; }
H A Dbootstrap3-transition.css3 .navbar .brand {
/openbmc/webui-vue/docs/guide/
H A Dreadme.md38 application. How to theme the application to meet company brand guidelines is
/openbmc/linux/drivers/ata/pata_parport/
H A DKconfig132 IDE protocol from OnSpec (often marketed under the ValuStore brand
140 from OnSpec Electronics (often marketed under the ValuStore brand
/openbmc/linux/drivers/net/hamradio/
H A Dscc.c847 wr(scc, R11, ((scc->brand & BAYCOM)? TRxCDP : TRxCBR) | RCDPLL|TCRTxCP|TRxCOI); in init_channel()
852 wr(scc, R11, (scc->brand & BAYCOM)? RCTRxCP|TCRTxCP : RCRTxCP|TCTRxCP); in init_channel()
905 if (scc->brand & PRIMUS) in scc_key_trx()
1489 if(scc->brand & EAGLE) /* this is an EAGLE card */ in z8530_init()
1492 if(scc->brand & (PC100 | PRIMUS)) /* this is a PC100/PRIMUS card */ in z8530_init()
1802 SCC_Info[2*Nchips+chan].brand = hwcfg.brand; in scc_net_siocdevprivate()
2040 scc->data, scc->ctrl, scc->irq, scc->clock, scc->brand, in scc_net_seq_show()
/openbmc/linux/Documentation/translations/zh_CN/maintainer/
H A Dpull-requests.rst83 of these crazy drivers, as well as the following brand new
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A DREADME31 - 'fake_sigreturn_' tests: a brand new custom artificial sigframe structure
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dlvds-codec.yaml28 Those devices have been marketed under the FPD-Link and FlatLink brand names
/openbmc/webui-vue/docs/customization/
H A Dreadme.md87 OpenBMC Web UI. Any color settings needed to meet company brand guidelines will
363 removed or updated to meet organizational brand guidelines.
H A Dtheme.md6 removed or updated to meet organizational brand guidelines.
207 challenging to meet all organization brand guidelines due to the minimal height
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst13 modified, more recent version one, or installing brand new ACPI tables.

123