Searched refs:bit_width (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexregion.c58 * bit_width - Field width in bits (8, 16, or 32)
72 u32 bit_width,
90 switch (bit_width) {
109 bit_width));
198 bit_width, function,
213 switch (bit_width) {
231 /* bit_width was already validated */
238 switch (bit_width) {
256 /* bit_width was already validated */
275 * bit_width
70 acpi_ex_system_memory_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
288 acpi_ex_system_io_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
347 acpi_ex_pci_config_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
422 acpi_ex_cmos_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
454 acpi_ex_pci_bar_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
486 acpi_ex_data_table_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
[all...]
H A Dhwregs.c70 * max_bit_width - Max bit_width supported (32 or 64)
77 * pointer, Address, space_id, bit_width, and bit_offset.
111 /* Validate the bit_width */
113 if ((reg->bit_width != 8) &&
114 (reg->bit_width != 16) &&
115 (reg->bit_width != 32) && (reg->bit_width != max_bit_width)) {
118 reg->bit_width));
147 * bit_width must be exactly 8, 16, or 32.
178 address, value, reg->bit_width);
[all...]
H A Dhwvalid.c53 acpi_hw_validate_io_request(acpi_io_address address, u32 bit_width);
113 * bit_width Number of bits (8,16,32)
125 acpi_hw_validate_io_request(acpi_io_address address, u32 bit_width) argument
136 if ((bit_width != 8) && (bit_width != 16) && (bit_width != 32)) {
141 byte_width = ACPI_DIV_8(bit_width);
H A Dhwxface.c90 reset_reg->bit_width);
114 * bit_width must be exactly 8, 16, 32, or 64.
140 width = reg->bit_width;
162 if (reg->bit_width == 64) {
182 if (reg->bit_width == 64) {
197 ACPI_FORMAT_UINT64(*return_value), reg->bit_width,
233 width = reg->bit_width;
250 if (reg->bit_width == 64) {
267 if (reg->bit_width == 64) {
279 ACPI_FORMAT_UINT64(value), reg->bit_width,
[all...]
H A Dtbfadt.c198 generic_address->bit_width = (u8)ACPI_MUL_8(byte_width);
514 (address64->bit_width != ACPI_MUL_8(length))) {
518 address64->bit_width));
593 target64->bit_width)) {
597 target64->bit_width,
603 target64->bit_width =
615 ACPI_DIV_16(acpi_gbl_FADT.xpm1a_event_block.bit_width);
H A Dacinterp.h478 u32 bit_width,
486 u32 bit_width,
493 u32 bit_width,
500 u32 bit_width,
507 u32 bit_width,
514 u32 bit_width,
522 u32 bit_width,
529 u32 bit_width,
H A Devgpeblk.c270 this_register->status_address.bit_width =
272 this_register->enable_address.bit_width =
H A Dacevents.h159 u32 region_offset, u32 bit_width, u64 *value);
H A Damlresrc.h260 u8 bit_width; member in struct:aml_resource_generic_register
H A Devregion.c330 * bit_width - Field width in bits (8, 16, 32, or 64)
344 u32 region_offset, u32 bit_width, u64 *value)
468 bit_width, value, handler_desc->address_space.context,
342 acpi_ev_address_space_dispatch(union acpi_operand_object *region_obj, u32 function, u32 region_offset, u32 bit_width, u64 *value) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/common/
H A Daml_nfw.c80 static void aml_nfw_read_arg(u8 *offset, u32 bit_width, u64 *value) argument
82 switch (bit_width) {
98 static void aml_nfw_write_arg(u8 *offset, u32 bit_width, u64 *value) argument
100 switch (bit_width) {
117 u32 bit_width, u64 *value, void *handler_context,
123 if (bit_width != 8 && bit_width != 16 &&
124 bit_width != 32 && bit_width != 64)
127 if (address + (bit_width >>
116 aml_nfw_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Datomicio.c190 width = reg->bit_width;
236 vaddr = acpi_pre_map(paddr, reg->bit_width / 8);
257 acpi_post_unmap(paddr, reg->bit_width / 8);
334 return acpi_atomic_read_mem(paddr, val, reg->bit_width);
336 return acpi_os_read_port(paddr, (u32 *)val, reg->bit_width);
354 return acpi_atomic_write_mem(paddr, val, reg->bit_width);
356 return acpi_os_write_port(paddr, val, reg->bit_width);
H A Dreboot.c20 rr->bit_width != 8 || rr->bit_offset != 0)
H A Dprocessor_throttling.c434 if ((throttling->control_register.bit_width +
441 if ((throttling->status_register.bit_width +
733 u32 bit_width, bit_offset; local
743 bit_width = throttling->status_register.bit_width;
748 (u32) (bit_width + bit_offset));
749 ptc_mask = (1 << bit_width) - 1;
766 u32 bit_width, bit_offset; local
775 bit_width = throttling->control_register.bit_width;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dperf_event.h63 unsigned int bit_width:8; member in struct:cpuid10_eax::__anon10560
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtboot.h52 u8 bit_width; member in struct:tboot_acpi_generic_address
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dprocessor.h49 u8 bit_width; member in struct:acpi_power_register
94 u8 bit_width; member in struct:acpi_pct_register
135 u8 bit_width; member in struct:acpi_ptc_register
H A Dactbl.h118 u8 bit_width; /* Size in bits of given register */ member in struct:acpi_generic_address
H A Dacrestyp.h326 u8 bit_width; member in struct:acpi_resource_generic_register
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dop_model_ppro.c101 if (counter_width < eax.split.bit_width)
102 counter_width = eax.split.bit_width;
241 eax.split.bit_width = 40;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dacpi-cpufreq.c135 u8 bit_width; member in struct:io_addr
161 (u32)cmd->addr.io.bit_width);
183 (u32)cmd->addr.io.bit_width);
227 cmd.addr.io.bit_width = perf->control_register.bit_width;
335 cmd.addr.io.bit_width = perf->control_register.bit_width;
H A Dpcc-cpufreq.c58 u8 bit_width; member in struct:pcc_register_resource
494 doorbell.bit_width = reg_resource->bit_width;
499 dprintk("probe: doorbell: space_id is %d, bit_width is %d, "
501 doorbell.space_id, doorbell.bit_width, doorbell.bit_offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Datlas_btns.c52 u32 bit_width, u64 *value,
50 acpi_atlas_button_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtboot.c255 tbg.bit_width = g.bit_width; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/apei/
H A Dapei-base.c526 width = reg->bit_width;
575 reg->bit_width / 8);
578 reg->bit_width / 8);

Completed in 149 milliseconds

12