Home
last modified time | relevance | path

Searched refs:Block (Results 1 – 25 of 82) sorted by relevance

1234

/linux-2.6.39/drivers/staging/spectra/
Dlld_emu.c327 u16 emu_Write_Page_Main(u8 *write_data, u32 Block, in emu_Write_Page_Main() argument
335 if (Block >= DeviceInfo.wTotalBlocks) in emu_Write_Page_Main()
343 (unsigned int)Block, in emu_Write_Page_Main()
347 if (NULL == flash_memory[Block * GLOB_LLD_PAGES + Page]) { in emu_Write_Page_Main()
351 memcpy((u8 *) (flash_memory[Block * GLOB_LLD_PAGES + Page]), in emu_Write_Page_Main()
370 u16 emu_Read_Page_Main(u8 *read_data, u32 Block, in emu_Read_Page_Main() argument
378 if (Block >= DeviceInfo.wTotalBlocks) in emu_Read_Page_Main()
386 (unsigned int)Block, in emu_Read_Page_Main()
390 if (NULL == flash_memory[Block * GLOB_LLD_PAGES + Page]) { in emu_Read_Page_Main()
394 (u8 *) (flash_memory[Block * GLOB_LLD_PAGES in emu_Read_Page_Main()
[all …]
Dlld_mtd.c217 u16 mtd_Write_Page_Main(u8 *write_data, u32 Block, in mtd_Write_Page_Main() argument
223 if (Block >= DeviceInfo.wTotalBlocks) in mtd_Write_Page_Main()
231 (unsigned int)Block, in mtd_Write_Page_Main()
237 (Block * spectra_mtd->erasesize) + (Page * spectra_mtd->writesize), in mtd_Write_Page_Main()
264 u16 mtd_Read_Page_Main(u8 *read_data, u32 Block, in mtd_Read_Page_Main() argument
273 if (Block >= DeviceInfo.wTotalBlocks) in mtd_Read_Page_Main()
281 (unsigned int)Block, in mtd_Read_Page_Main()
287 (Block * spectra_mtd->erasesize) + (Page * spectra_mtd->writesize), in mtd_Read_Page_Main()
314 u16 mtd_Read_Page_Main_Spare(u8 *read_data, u32 Block, in mtd_Read_Page_Main_Spare() argument
320 if (Block >= DeviceInfo.wTotalBlocks) { in mtd_Read_Page_Main_Spare()
[all …]
Dlld_emu.h32 extern u16 emu_Write_Page_Main(u8 *write_data, u32 Block,
34 extern u16 emu_Read_Page_Main(u8 *read_data, u32 Block, u16 Page,
38 extern u16 emu_Write_Page_Main_Spare(u8 *write_data, u32 Block,
40 extern u16 emu_Write_Page_Spare(u8 *write_data, u32 Block,
42 extern u16 emu_Read_Page_Main_Spare(u8 *read_data, u32 Block,
44 extern u16 emu_Read_Page_Spare(u8 *read_data, u32 Block, u16 Page,
Dlld_mtd.h32 extern u16 mtd_Write_Page_Main(u8 *write_data, u32 Block,
34 extern u16 mtd_Read_Page_Main(u8 *read_data, u32 Block, u16 Page,
38 extern u16 mtd_Write_Page_Main_Spare(u8 *write_data, u32 Block,
40 extern u16 mtd_Write_Page_Spare(u8 *write_data, u32 Block,
42 extern u16 mtd_Read_Page_Main_Spare(u8 *read_data, u32 Block,
44 extern u16 mtd_Read_Page_Spare(u8 *read_data, u32 Block, u16 Page,
Dflash.c32 #define PAGE_FROM_ADDR(addr, Block) ((u16)((addr - (u64)Block * \ argument
906 if (PendingCMD[n].Block == (pbt[k] & (~BAD_BLOCK)))
972 (unsigned int)PendingCMD[idx].Block);
1012 if (PendingCMD[idx].Block ==
1172 u32 Block; in GLOB_FTL_Read_Immediate() local
1180 Block = BLK_FROM_ADDR(addr); in GLOB_FTL_Read_Immediate()
1181 Page = PAGE_FROM_ADDR(addr, Block); in GLOB_FTL_Read_Immediate()
1183 if (!IS_SPARE_BLOCK(Block)) in GLOB_FTL_Read_Immediate()
1186 phy_blk = pbt[Block]; in GLOB_FTL_Read_Immediate()
1380 u32 Block; in FTL_Cache_Read_All() local
[all …]
Dlld_cdma.c75 info.pcmds[info.pcmds_num].Block = block; in CDMA_Data_CMD()
125 info.pcmds[info.pcmds_num].Block = 0; in CDMA_MemCopy_CMD()
203 info.pcmds[i].Block);
432 if (info.pcmds[i].Block >= DeviceInfo.wTotalBlocks) { in CDMA_Execute_CMDs()
442 tmp_c = info.pcmds[i].Block / in CDMA_Execute_CMDs()
444 flash_add = (u64)(info.pcmds[i].Block - tmp_c * in CDMA_Execute_CMDs()
804 info.pcmds[ptr[j].pcmd].Block, in process_ecc_int()
Dlld_cdma.h105 u32 Block; member
/linux-2.6.39/Documentation/block/
D00-INDEX4 - Notes on the Generic Block Layer Rewrite in Linux 2.5
6 - Generic Block Device Capability (/sys/block/<disk>/capability)
10 - Block io priorities (in CFQ scheduler)
14 - Block layer statistics in /sys/block/<dev>/stat
Dcapability.txt1 Generic Block Device Capability
/linux-2.6.39/drivers/staging/rt2860/common/
Dcrypt_sha2.c71 NdisZeroMemory(pSHA_CTX->Block, SHA1_BLOCK_SIZE); in RT_SHA1_Init()
98 NdisMoveMemory(W, pSHA_CTX->Block, SHA1_BLOCK_SIZE); in SHA1_Hash()
149 NdisZeroMemory(pSHA_CTX->Block, SHA1_BLOCK_SIZE); in SHA1_Hash()
180 NdisMoveMemory(pSHA_CTX->Block + pSHA_CTX->BlockLen, in SHA1_Append()
185 NdisMoveMemory(pSHA_CTX->Block + pSHA_CTX->BlockLen, in SHA1_Append()
219 NdisFillMemory(pSHA_CTX->Block + pSHA_CTX->BlockLen, 1, 0x80); in SHA1_End()
229 NdisMoveMemory(&pSHA_CTX->Block[56], &message_length_bits, 8); in SHA1_End()
Dcrypt_md5.c86 NdisZeroMemory(pMD5_CTX->Block, MD5_BLOCK_SIZE); in MD5_Init()
113 NdisMoveMemory(X, pMD5_CTX->Block, MD5_BLOCK_SIZE); in MD5_Hash()
219 NdisZeroMemory(pMD5_CTX->Block, MD5_BLOCK_SIZE); in MD5_Hash()
250 NdisMoveMemory(pMD5_CTX->Block + pMD5_CTX->BlockLen, in MD5_Append()
255 NdisMoveMemory(pMD5_CTX->Block + pMD5_CTX->BlockLen, in MD5_Append()
289 NdisFillMemory(pMD5_CTX->Block + pMD5_CTX->BlockLen, 1, 0x80); in MD5_End()
299 NdisMoveMemory(&pMD5_CTX->Block[56], &message_length_bits, 8); in MD5_End()
/linux-2.6.39/block/
DKconfig2 # Block layer core configuration
34 (2TB+) block devices, including RAID, disk, Network Block Device,
51 bool "Block layer SG support v4"
69 bool "Block layer data integrity support"
81 bool "Block layer bio throttling support"
85 Block layer bio throttling support. It can be used to limit
/linux-2.6.39/Documentation/i2c/
Dsmbus-protocol122 SMBus Block Read: i2c_smbus_read_block_data()
133 SMBus Block Write: i2c_smbus_write_block_data()
136 The opposite of the Block Read command, this writes up to 32 bytes to
143 SMBus Block Write - Block Read Process Call
146 SMBus Block Write - Block Read Process Call was introduced in
204 I2C Block Transactions
215 I2C Block Read: i2c_smbus_read_i2c_block_data()
225 I2C Block Read (2 Comm bytes)
235 I2C Block Write: i2c_smbus_write_i2c_block_data()
238 The opposite of the Block Read command, this writes bytes to
/linux-2.6.39/drivers/message/i2o/
DKconfig87 tristate "I2O Block OSM"
90 Include support for the I2O Block OSM. The Block OSM presents disk
93 the Block OSM driver. But it is possible to access the single disks
104 I2O controller. You can use both the SCSI and Block OSM together if
105 you wish. To access a RAID array, you must use the Block OSM driver.
DREADME13 Core code, SCSI and Block OSMs
16 Debugging SCSI and Block OSM
83 Block:
/linux-2.6.39/drivers/mtd/onenand/
DKconfig45 One Block of the NAND Flash Array memory is reserved as
46 a One-Time Programmable Block memory area.
47 Also, 1st Block of NAND Flash Array can be used as OTP.
/linux-2.6.39/Documentation/i2o/
DREADME13 Core code, SCSI and Block OSMs
16 Debugging SCSI and Block OSM
/linux-2.6.39/drivers/staging/westbridge/astoria/block/
DKconfig6 tristate "West Bridge Block Driver"
/linux-2.6.39/drivers/staging/rt2860/
Dcrypt_md5.h60 u8 Block[MD5_BLOCK_SIZE]; member
Dcrypt_sha2.h60 u8 Block[SHA1_BLOCK_SIZE]; member
/linux-2.6.39/Documentation/video4linux/
Dcpia2_overview.txt22 The register sets are called blocks. Block 0 is the system block. This
34 the camera. There are three modes for this. Block mode requests a number
/linux-2.6.39/Documentation/devicetree/bindings/powerpc/fsl/
Dguts.txt1 * Global Utilities Block
/linux-2.6.39/drivers/target/
DKconfig18 access to Linux/Block devices using BIO
/linux-2.6.39/Documentation/RCU/
Dtorture.txt107 rcu-torture: Free-Block Circulation: 1915 1915 1915 1915 1915 1915 1915 1915 1915 1915 0
155 o "Free-Block Circulation": Shows the number of torture structures
170 srcu-torture: Free-Block Circulation: 355 354 353 352 351 350 349 348 347 346 0
184 …sched_expedited-torture: Free-Block Circulation: 1090795 1090795 1090794 1090793 1090792 1090791 …
/linux-2.6.39/Documentation/crypto/
Dapi-intro.txt37 Encryption with Associated Data), Block Ciphers, Ciphers, Compressors and
40 Please note that Block Ciphers is somewhat of a misnomer. It is in fact
42 between Block Ciphers and Ciphers is that the latter operates on exactly

1234