Home
last modified time | relevance | path

Searched refs:processor (Results 1 – 25 of 96) sorted by relevance

1234

/drivers/cpufreq/
Dspeedstep-lib.c34 static unsigned int pentium3_get_frequency(enum speedstep_processor processor) in pentium3_get_frequency() argument
89 if (processor == SPEEDSTEP_CPU_PIII_C_EARLY) { in pentium3_get_frequency()
227 unsigned int speedstep_get_frequency(enum speedstep_processor processor) in speedstep_get_frequency() argument
229 switch (processor) { in speedstep_get_frequency()
240 return pentium3_get_frequency(processor); in speedstep_get_frequency()
381 unsigned int speedstep_get_freqs(enum speedstep_processor processor, in speedstep_get_freqs() argument
392 if ((!processor) || (!low_speed) || (!high_speed) || (!set_state)) in speedstep_get_freqs()
398 prev_speed = speedstep_get_frequency(processor); in speedstep_get_freqs()
409 *low_speed = speedstep_get_frequency(processor); in speedstep_get_freqs()
428 *high_speed = speedstep_get_frequency(processor); in speedstep_get_freqs()
Dspeedstep-lib.h36 extern unsigned int speedstep_get_frequency(enum speedstep_processor processor);
44 extern unsigned int speedstep_get_freqs(enum speedstep_processor processor,
DKconfig.powerpc9 If you don't have such processor, say N
17 frequencies. Using PMI, the processor will not only be able to run at
/drivers/remoteproc/
DKconfig33 processor framework.
52 the remote processor framework.
64 and DSP on OMAP4) via the remote processor framework.
91 Say y here to support Wakeup M3 remote processor on TI AM33xx
105 remote processor framework.
125 via the remote processor framework.
136 subsystem via the remote processor framework.
271 processor framework.
284 remote processor framework.
298 Say m here to support TI's C66x and C71x DSP remote processor
[all …]
/drivers/hwmon/occ/
DKconfig13 On-Chip Controller (OCC) on a POWER8 processor. However, this driver
15 the P8, not the POWER processor itself. Communications with the OCC are
28 On-Chip Controller (OCC) on a POWER9 processor. However, this driver
30 the P9, not the POWER processor itself. Communications with the OCC are
/drivers/hid/intel-ish-hid/
DKconfig13 processor in the chipset. This allows the core processor to go into
27 processor in the chipset.
/drivers/gpu/drm/lima/
Dlima_pp.c76 struct lima_ip *ip = pipe->processor[i]; in lima_pp_bcast_irq_handler()
150 err |= lima_pp_soft_reset_async_wait_one(pipe->processor[i]); in lima_pp_soft_reset_async_wait()
356 struct lima_ip *ip = pipe->processor[i]; in lima_pp_task_run()
371 struct lima_ip *ip = pipe->processor[i]; in lima_pp_task_run()
395 lima_pp_soft_reset_async(pipe->processor[i]); in lima_pp_task_fini()
404 struct lima_ip *ip = pipe->processor[i]; in lima_pp_task_error()
Dlima_gp.c130 struct lima_ip *ip = pipe->processor[0]; in lima_gp_task_run()
197 lima_gp_soft_reset_async(pipe->processor[0]); in lima_gp_task_fini()
202 struct lima_ip *ip = pipe->processor[0]; in lima_gp_task_error()
217 struct lima_ip *ip = pipe->processor[0]; in lima_gp_task_recover()
/drivers/cpuidle/
DKconfig.powerpc11 Select this option to enable processor idle state management
20 Select this option to enable processor idle state management
/drivers/crypto/chelsio/
DKconfig3 tristate "Chelsio Crypto Co-processor Driver"
12 The Chelsio Crypto Co-processor driver for T6 adapters.
/drivers/acpi/
Dacpi_processor.c249 pr->acpi_id = object.processor.proc_id; in acpi_processor_get_info()
320 if (!object.processor.pblk_address) in acpi_processor_get_info()
322 else if (object.processor.pblk_length != 6) in acpi_processor_get_info()
324 object.processor.pblk_length); in acpi_processor_get_info()
326 pr->throttling.address = object.processor.pblk_address; in acpi_processor_get_info()
330 pr->pblk = object.processor.pblk_address; in acpi_processor_get_info()
636 uid = object.processor.proc_id; in acpi_processor_ids_walk()
DKconfig293 the module will be called processor.
317 ACPI 4.0 defines processor Aggregator, which enables OS to perform
318 specific processor configuration and control that applies to all
319 processors in the platform. Currently only logical processor idling
331 recommended that this option be enabled, as your processor(s)
496 processor machine check banks. Most server processors log
497 additional information about the error in processor uncore
499 widely from one processor to another, system software cannot
543 like aggressive processor idling, throttling, frequency and/or
DMakefile106 # processor has its own "processor." module_param namespace
/drivers/staging/olpc_dcon/
DKconfig12 controller (integrate into the processor or chipset) and the LCD
13 panel. It allows the main processor/display controller to be
/drivers/acpi/acpica/
Dutcopy.c167 external_object->processor.proc_id = in acpi_ut_copy_isimple_to_esimple()
168 internal_object->processor.proc_id; in acpi_ut_copy_isimple_to_esimple()
169 external_object->processor.pblk_address = in acpi_ut_copy_isimple_to_esimple()
170 internal_object->processor.address; in acpi_ut_copy_isimple_to_esimple()
171 external_object->processor.pblk_length = in acpi_ut_copy_isimple_to_esimple()
172 internal_object->processor.length; in acpi_ut_copy_isimple_to_esimple()
Dexcreate.c331 obj_desc->processor.proc_id = (u8) operand[1]->integer.value; in acpi_ex_create_processor()
332 obj_desc->processor.length = (u8) operand[3]->integer.value; in acpi_ex_create_processor()
333 obj_desc->processor.address = in acpi_ex_create_processor()
Ddbstats.c182 acpi_db_enumerate_object(obj_desc->processor.notify_list[0]); in acpi_db_enumerate_object()
183 acpi_db_enumerate_object(obj_desc->processor.notify_list[1]); in acpi_db_enumerate_object()
184 acpi_db_enumerate_object(obj_desc->processor.handler); in acpi_db_enumerate_object()
Dexdump.c140 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(processor.proc_id), "Processor ID"},
141 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(processor.length), "Length"},
142 {ACPI_EXD_ADDRESS, ACPI_EXD_OFFSET(processor.address), "Address"},
143 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[0]),
145 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[1]),
147 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.handler), "Handler"}
Dnsdump.c245 obj_desc->processor.proc_id, in acpi_ns_dump_one_object()
246 obj_desc->processor.length, in acpi_ns_dump_one_object()
247 ACPI_FORMAT_UINT64(obj_desc->processor. in acpi_ns_dump_one_object()
/drivers/staging/nvec/
DREADME5 processor is the I2C slave. Requests from the host processor to the EC are
/drivers/gpu/drm/bridge/analogix/
DKconfig12 application processor to eDP or DisplayPort.
22 the HDMI output of an application processor to MyDP
/drivers/soc/tegra/
DKconfig35 Support for NVIDIA Tegra T30 processor family, based on the
47 Support for NVIDIA Tegra T114 processor family, based on the
58 Support for NVIDIA Tegra T124 processor family, based on the
/drivers/misc/
DKconfig61 tristate "Device driver for IBM RSA service processor"
66 IBM RSA (Condor) service processor in eServer xSeries systems.
69 processor. The driver is meant to be used in conjunction with
72 service processor board as a regular serial port. To make use of
235 tristate "Channel interface driver for the HP iLO processor"
241 can be used to gather data from the management processor, via
264 make remote method invocations across processor boundary to
265 applications DSP processor. Say M if you want to enable this
390 processor. The Topcliff has MAC address and Option ROM data in SROM.
/drivers/mailbox/
DKconfig58 running on the Cortex-M3 rWTM secure processor of the Armada 37xx
84 This driver provides support for inter-processor communication
85 between CPU cores and MCU processor on Some Rockchip SOCs.
181 signals from the application processor to other masters.
247 registers to kick the other processor or enquire status.
/drivers/irqchip/
Dirq-gic.c1614 struct acpi_madt_generic_interrupt *processor; in gic_acpi_parse_madt_cpu() local
1618 processor = (struct acpi_madt_generic_interrupt *)header; in gic_acpi_parse_madt_cpu()
1620 if (BAD_MADT_GICC_ENTRY(processor, end)) in gic_acpi_parse_madt_cpu()
1627 gic_cpu_base = processor->base_address; in gic_acpi_parse_madt_cpu()
1632 acpi_data.maint_irq = processor->vgic_interrupt; in gic_acpi_parse_madt_cpu()
1633 acpi_data.maint_irq_mode = (processor->flags & ACPI_MADT_VGIC_IRQ_MODE) ? in gic_acpi_parse_madt_cpu()
1635 acpi_data.vctrl_base = processor->gich_base_address; in gic_acpi_parse_madt_cpu()
1636 acpi_data.vcpu_base = processor->gicv_base_address; in gic_acpi_parse_madt_cpu()

1234