Home
last modified time | relevance | path

Searched refs:block1 (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/drivers/mtd/devices/
Ddocg3.c447 static int doc_read_seek(struct docg3 *docg3, int block0, int block1, int page, in doc_read_seek() argument
453 block0, block1, page, ofs, wear); in doc_read_seek()
476 sector = (block1 << DOC_ADDR_BLOCK_SHIFT) + (page & DOC_ADDR_PAGE_MASK); in doc_read_seek()
496 static int doc_write_seek(struct docg3 *docg3, int block0, int block1, int page, in doc_write_seek() argument
502 block0, block1, page, ofs); in doc_write_seek()
529 sector = (block1 << DOC_ADDR_BLOCK_SHIFT) + (page & DOC_ADDR_PAGE_MASK); in doc_write_seek()
686 static int doc_read_page_prepare(struct docg3 *docg3, int block0, int block1, in doc_read_page_prepare() argument
692 block0, block1, page, offset); in doc_read_page_prepare()
704 ret = doc_read_seek(docg3, block0, block1, page, wear_area, offset); in doc_read_page_prepare()
811 static void calc_block_sector(loff_t from, int *block0, int *block1, int *page, in calc_block_sector() argument
[all …]
/linux-3.4.99/fs/ufs/
Dtruncate.c72 u64 frag1, frag2, frag3, frag4, block1, block2; in ufs_trunc_direct() local
90 block1 = block2 = 0; in ufs_trunc_direct()
95 block1 = ufs_fragstoblks (frag2); in ufs_trunc_direct()
102 (unsigned long long)block1, (unsigned long long)block2, in ufs_trunc_direct()
126 for (i = block1 ; i < block2; i++) { in ufs_trunc_direct()
/linux-3.4.99/fs/hfs/
Dextent.c53 __be16 block1, block2; in hfs_ext_keycmp() local
62 block1 = key1->ext.FABN; in hfs_ext_keycmp()
64 if (block1 == block2) in hfs_ext_keycmp()
66 return be16_to_cpu(block1) < be16_to_cpu(block2) ? -1 : 1; in hfs_ext_keycmp()
/linux-3.4.99/drivers/staging/line6/
Dpod.c434 static int pod_resolve(const char *buf, short block0, short block1, in pod_resolve() argument
445 block = (value < 0x40) ? block0 : block1; in pod_resolve()
456 size_t count, short block0, short block1) in pod_send_store_command() argument
468 ret = pod_resolve(buf, block0, block1, sysex + SYSEX_DATA_OFS + 1); in pod_send_store_command()
488 short block1) in pod_send_retrieve_command() argument
499 ret = pod_resolve(buf, block0, block1, sysex + SYSEX_DATA_OFS); in pod_send_retrieve_command()
/linux-3.4.99/drivers/mtd/
Dinftlmount.c441 unsigned int block = first_block, block1; in format_chain() local
447 block1 = inftl->PUtable[block]; in format_chain()
460 block = block1; in format_chain()
Dnftlmount.c460 unsigned int block = first_block, block1; in format_chain() local
465 block1 = nftl->ReplUnitTable[block]; in format_chain()
476 block = block1; in format_chain()
/linux-3.4.99/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic-msgr.txt44 mpic-msgr-block1 = &mpic_msgr_block1;
/linux-3.4.99/drivers/mtd/onenand/
DKconfig62 while Plane2 has only odd blocks such as block1, block3, block5.
/linux-3.4.99/fs/btrfs/
Dctree.c1346 u64 block1 = 0; in reada_for_balance() local
1360 block1 = btrfs_node_blockptr(parent, slot - 1); in reada_for_balance()
1362 eb = btrfs_find_tree_block(root, block1, blocksize); in reada_for_balance()
1369 block1 = 0; in reada_for_balance()
1380 if (block1 || block2) { in reada_for_balance()
1387 if (block1) in reada_for_balance()
1388 readahead_tree_block(root, block1, blocksize, 0); in reada_for_balance()
1392 if (block1) { in reada_for_balance()
1393 eb = read_tree_block(root, block1, blocksize, 0); in reada_for_balance()
/linux-3.4.99/drivers/hwmon/
Dlm93.c220 struct block1_t block1; member
1002 for (i = 0, ptr = (u8 *)(&data->block1); i < 8; i++) in lm93_update_client_common()
1030 lm93_read_block(client, 1, (u8 *)(&data->block1)); in lm93_update_client_full()
1088 for (i = 0, ptr = (u8 *)(&data->block1); i < 8; i++) { in lm93_update_client_min()
2449 data->block1.host_status_1 & (1 << (nr + 4)) ? 1 : 0); in show_vrdhot()
2468 return sprintf(buf, "%d\n", LM93_ALARMS_FROM_REG(data->block1)); in show_alarms()