/linux-4.1.27/drivers/mtd/devices/ |
D | docg3.c | 448 static int doc_read_seek(struct docg3 *docg3, int block0, int block1, int page, in doc_read_seek() argument 454 block0, block1, page, ofs, wear); in doc_read_seek() 477 sector = (block1 << DOC_ADDR_BLOCK_SHIFT) + (page & DOC_ADDR_PAGE_MASK); in doc_read_seek() 497 static int doc_write_seek(struct docg3 *docg3, int block0, int block1, int page, in doc_write_seek() argument 503 block0, block1, page, ofs); in doc_write_seek() 530 sector = (block1 << DOC_ADDR_BLOCK_SHIFT) + (page & DOC_ADDR_PAGE_MASK); in doc_write_seek() 687 static int doc_read_page_prepare(struct docg3 *docg3, int block0, int block1, in doc_read_page_prepare() argument 693 block0, block1, page, offset); in doc_read_page_prepare() 705 ret = doc_read_seek(docg3, block0, block1, page, wear_area, offset); in doc_read_page_prepare() 824 static void calc_block_sector(loff_t from, int *block0, int *block1, int *page, in calc_block_sector() argument [all …]
|
/linux-4.1.27/fs/ufs/ |
D | truncate.c | 72 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-4.1.27/fs/hfs/ |
D | extent.c | 53 __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-4.1.27/drivers/mtd/ |
D | inftlmount.c | 440 unsigned int block = first_block, block1; in format_chain() local 446 block1 = inftl->PUtable[block]; in format_chain() 459 block = block1; in format_chain()
|
D | nftlmount.c | 464 unsigned int block = first_block, block1; in format_chain() local 469 block1 = nftl->ReplUnitTable[block]; in format_chain() 480 block = block1; in format_chain()
|
/linux-4.1.27/drivers/block/mtip32xx/ |
D | mtip32xx.h | 391 void *block1; member
|
D | mtip32xx.c | 3038 if (port->block1) in mtip_dma_free() 3040 port->block1, port->block1_dma); in mtip_dma_free() 3061 port->block1 = in mtip_dma_alloc() 3064 if (!port->block1) in mtip_dma_alloc() 3066 memset(port->block1, 0, BLOCK_DMA_ALLOC_SZ); in mtip_dma_alloc() 3074 port->block1, port->block1_dma); in mtip_dma_alloc() 3075 port->block1 = NULL; in mtip_dma_alloc() 3082 port->rxfis = port->block1 + AHCI_RX_FIS_OFFSET; in mtip_dma_alloc() 3084 port->identify = port->block1 + AHCI_IDFY_OFFSET; in mtip_dma_alloc() 3086 port->log_buf = port->block1 + AHCI_SECTBUF_OFFSET; in mtip_dma_alloc() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic-msgr.txt | 44 mpic-msgr-block1 = &mpic_msgr_block1;
|
/linux-4.1.27/drivers/mtd/onenand/ |
D | Kconfig | 61 while Plane2 has only odd blocks such as block1, block3, block5.
|
/linux-4.1.27/drivers/hwmon/ |
D | lm93.c | 221 struct block1_t block1; member 1007 for (i = 0, ptr = (u8 *)(&data->block1); i < 8; i++) in lm93_update_client_common() 1035 lm93_read_block(client, 1, (u8 *)(&data->block1)); in lm93_update_client_full() 1093 for (i = 0, ptr = (u8 *)(&data->block1); i < 8; i++) { in lm93_update_client_min() 2454 data->block1.host_status_1 & (1 << (nr + 4)) ? 1 : 0); in show_vrdhot() 2473 return sprintf(buf, "%d\n", LM93_ALARMS_FROM_REG(data->block1)); in show_alarms()
|
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 2308 u64 block1 = 0; in reada_for_balance() local 2319 block1 = btrfs_node_blockptr(parent, slot - 1); in reada_for_balance() 2321 eb = btrfs_find_tree_block(root->fs_info, block1); in reada_for_balance() 2328 block1 = 0; in reada_for_balance() 2340 if (block1) in reada_for_balance() 2341 readahead_tree_block(root, block1); in reada_for_balance()
|