Home
last modified time | relevance | path

Searched full:brand (Results 1 – 25 of 67) sorted by relevance

123

/linux/drivers/cpufreq/
H A De_powersaver.c180 u8 brand = 0; in eps_cpu_init() local
194 /* Check brand */ in eps_cpu_init()
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()
/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()
/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
/linux/drivers/media/usb/ttusb-budget/
H A DKconfig14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
/linux/drivers/media/usb/ttusb-dec/
H A DKconfig8 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
/linux/drivers/net/usb/
H A DKconfig60 adapters, including some "no brand" devices. It does NOT work on
400 adapters marketed under the DeLOCK brand.
451 Cypress brand.
/linux/tools/testing/selftests/arm64/signal/
H A DREADME31 - 'fake_sigreturn_' tests: a brand new custom artificial sigframe structure
/linux/drivers/net/hamradio/
H A Dscc.c85 * Invents brand new bugs... ;-)
847 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()
2029 /* dev data ctrl irq clock brand enh vector special option in scc_net_seq_show()
2040 scc->data, scc->ctrl, scc->irq, scc->clock, scc->brand, in scc_net_seq_show()
/linux/include/linux/
H A Dscc.h55 char brand; /* manufacturer of the board */ member
/linux/Documentation/translations/zh_CN/maintainer/
H A Dpull-requests.rst83 of these crazy drivers, as well as the following brand new
/linux/Documentation/translations/zh_CN/process/
H A Dkernel-driver-statement.rst183 - Horst H. von Brand
/linux/Documentation/translations/zh_TW/process/
H A Dkernel-driver-statement.rst186 - Horst H. von Brand
/linux/Documentation/process/
H A Dkernel-driver-statement.rst186 - Horst H. von Brand
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dlvds-codec.yaml28 Those devices have been marketed under the FPD-Link and FlatLink brand names
/linux/Documentation/translations/it_IT/process/
H A Dkernel-driver-statement.rst194 - Horst H. von Brand
/linux/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst13 modified, more recent version one, or installing brand new ACPI tables.
/linux/include/uapi/linux/
H A Dscc.h157 char brand; /* hardware type */ member
/linux/tools/power/pm-graph/
H A Dbootgraph.8148 Capture a brand new boot timeline with manual reboot.
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv29 1, 0, ebx, 7:0, brand_id , Brand index
489 0x17, 3:1, eax, 31:0, vendor_brand_a , Vendor Brand ID string, bytes subleaf_nr * (0 -> 3)
490 0x17, 3:1, ebx, 31:0, vendor_brand_b , Vendor Brand ID string, bytes subleaf_nr * (4 -> 7)
491 0x17, 3:1, ecx, 31:0, vendor_brand_c , Vendor Brand ID string, bytes subleaf_nr * (8 -> 11)
492 0x17, 3:1, edx, 31:0, vendor_brand_d , Vendor Brand ID string, bytes subleaf_nr * (12 -> 15)
641 0x80000001, 0, ebx, 15:0, brand_id , Brand ID
699 # CPU brand ID string, bytes 0 - 15
701 0x80000002, 0, eax, 31:0, cpu_brandid_0 , CPU brand ID string, bytes 0 - 3
702 0x80000002, 0, ebx, 31:0, cpu_brandid_1 , CPU brand ID string, bytes 4 - 7
703 0x80000002, 0, ecx, 31:0, cpu_brandid_2 , CPU brand I
[all...]
/linux/Documentation/admin-guide/media/
H A Dbt8xx.rst118 Brand name ID
/linux/arch/microblaze/kernel/
H A Dprocess.c65 * the registers. That's OK for a brand new thread.*/ in copy_thread()
/linux/drivers/md/persistent-data/
H A Ddm-bitset.h37 * want to create a brand new, empty bitset with dm_bitset_empty().
H A Ddm-array.h42 * want to create a brand new, empty array with dm_array_empty().
/linux/Documentation/maintainer/
H A Dpull-requests.rst97 of these crazy drivers, as well as the following brand new
/linux/Documentation/scsi/
H A DFlashPoint.rst18 operating system support to its BusLogic brand of FlashPoint Ultra SCSI

123