Home
last modified time | relevance | path

Searched refs:pieces (Results 1 – 25 of 48) sorted by relevance

12

/linux-2.6.39/drivers/net/wireless/iwlwifi/
Diwl-agn.c1436 struct iwlagn_firmware_pieces *pieces) in iwlagn_load_legacy_firmware() argument
1459 pieces->build = le32_to_cpu(ucode->u.v2.build); in iwlagn_load_legacy_firmware()
1460 pieces->inst_size = le32_to_cpu(ucode->u.v2.inst_size); in iwlagn_load_legacy_firmware()
1461 pieces->data_size = le32_to_cpu(ucode->u.v2.data_size); in iwlagn_load_legacy_firmware()
1462 pieces->init_size = le32_to_cpu(ucode->u.v2.init_size); in iwlagn_load_legacy_firmware()
1463 pieces->init_data_size = le32_to_cpu(ucode->u.v2.init_data_size); in iwlagn_load_legacy_firmware()
1464 pieces->boot_size = le32_to_cpu(ucode->u.v2.boot_size); in iwlagn_load_legacy_firmware()
1477 pieces->build = 0; in iwlagn_load_legacy_firmware()
1478 pieces->inst_size = le32_to_cpu(ucode->u.v1.inst_size); in iwlagn_load_legacy_firmware()
1479 pieces->data_size = le32_to_cpu(ucode->u.v1.data_size); in iwlagn_load_legacy_firmware()
[all …]
/linux-2.6.39/drivers/net/wireless/iwlegacy/
Diwl4965-base.c1265 struct iwl4965_firmware_pieces *pieces) in iwl4965_load_firmware() argument
1284 pieces->inst_size = le32_to_cpu(ucode->v1.inst_size); in iwl4965_load_firmware()
1285 pieces->data_size = le32_to_cpu(ucode->v1.data_size); in iwl4965_load_firmware()
1286 pieces->init_size = le32_to_cpu(ucode->v1.init_size); in iwl4965_load_firmware()
1287 pieces->init_data_size = in iwl4965_load_firmware()
1289 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in iwl4965_load_firmware()
1295 if (ucode_raw->size != hdr_size + pieces->inst_size + in iwl4965_load_firmware()
1296 pieces->data_size + pieces->init_size + in iwl4965_load_firmware()
1297 pieces->init_data_size + pieces->boot_size) { in iwl4965_load_firmware()
1305 pieces->inst = src; in iwl4965_load_firmware()
[all …]
/linux-2.6.39/arch/arm/nwfpe/
Dsoftfloat-macros137 than 128, the result will be 0. The result is broken into two 64-bit pieces
173 nonzero. The result is broken into two 64-bit pieces which are stored at
213 at most 128 nonzero bits; these are broken into two 64-bit pieces which are
285 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
304 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
340 any carry out is lost. The result is broken into two 64-bit pieces which
361 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
400 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and
419 result is broken into three 64-bit pieces which are stored at the locations
456 into two 64-bit pieces which are stored at the locations pointed to by
[all …]
/linux-2.6.39/arch/powerpc/platforms/prep/
DKconfig17 other useful pieces of information. Sometimes this information is
/linux-2.6.39/Documentation/ide/
DChangeLog.ide-floppy.1996-200256 * Ver 0.98 Oct 26 01 Split idefloppy_transfer_pc into two pieces to
/linux-2.6.39/Documentation/cpu-freq/
Dcore.txt29 architecture drivers (those pieces of code that do actual
/linux-2.6.39/
DREPORTING-BUGS33 overlook things, and easier for the developers to find the pieces of
/linux-2.6.39/Documentation/RCU/
DNMI-RCU.txt11 The relevant pieces of code are listed below, each followed by a
/linux-2.6.39/arch/avr32/
DKconfig228 of the nmi_debug option, various pieces of information will
/linux-2.6.39/Documentation/sound/oss/
DREADME.modules43 pieces autoload on demand, assuming you use kerneld (a sound choice) and
/linux-2.6.39/Documentation/vm/
Dhighmem.txt29 the pieces of physical memory that it wants to access.
/linux-2.6.39/Documentation/scheduler/
Dsched-rt-group.txt184 the most complex pieces of code we have.
/linux-2.6.39/Documentation/early-userspace/
DREADME8 various pieces of functionality that are important enough to be
/linux-2.6.39/Documentation/scsi/
Dosd.txt56 Kconfig Enables inclusion of the different pieces
Dosst.txt23 Nevertheless, the OnStream tapes are nice pieces of hardware and therefore
/linux-2.6.39/Documentation/networking/caif/
Dspi_porting.txt67 - Connecting the bits and pieces:
/linux-2.6.39/Documentation/powerpc/
Dbootwrapper.txt123 All of the boot wrapper pieces are buildable at any time regardless of the
/linux-2.6.39/arch/blackfin/
DKconfig.debug209 Say Y here to disable hardware tracing in some known "jumpy" pieces
/linux-2.6.39/Documentation/video4linux/
DREADME.pvrusb2160 operate specific pieces (and those modules are in turn driven by
/linux-2.6.39/Documentation/arm/OMAP/
DDSS23 - All pieces can be compiled as a module or inside kernel
/linux-2.6.39/Documentation/networking/
DREADME.sb1000155 Make sure they don't conflict with any other pieces of hardware first! Then
/linux-2.6.39/Documentation/
DSmack.txt104 access to pieces of data. These schemes are called discretionary access
109 or programs that have access to pieces of data.
DDMA-API.txt10 This API is split into two pieces. Part I describes the API. Part II
424 Warning: These pieces of the DMA API should not be used in the
/linux-2.6.39/drivers/usb/serial/
DChangeLog.history194 Split driver up into device specific pieces.
484 Split driver up into device specific pieces.
/linux-2.6.39/Documentation/trace/
Dftrace-design.txt8 Here we will cover the architecture pieces that the common function tracing

12