Home
last modified time | relevance | path

Searched refs:block_cnt (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/cdrom/
Dgdrom.c587 int err, block, block_cnt; in gdrom_readdisk_dma() local
605 block_cnt = blk_rq_sectors(req)/GD_TO_BLK; in gdrom_readdisk_dma()
607 __raw_writel(block_cnt * GDROM_HARD_SECTOR, GDROM_DMA_LENGTH_REG); in gdrom_readdisk_dma()
613 read_command->cmd[8] = (block_cnt >> 16) & 0xFF; in gdrom_readdisk_dma()
614 read_command->cmd[9] = (block_cnt >> 8) & 0xFF; in gdrom_readdisk_dma()
615 read_command->cmd[10] = block_cnt & 0xFF; in gdrom_readdisk_dma()
/linux-3.4.99/net/bluetooth/
Dhci_core.c2586 unsigned int cnt = hdev->block_cnt; in hci_sched_acl_blk()
2593 while (hdev->block_cnt > 0 && in hci_sched_acl_blk()
2609 if (blocks > hdev->block_cnt) in hci_sched_acl_blk()
2618 hdev->block_cnt -= blocks; in hci_sched_acl_blk()
2626 if (cnt != hdev->block_cnt) in hci_sched_acl_blk()
Dhci_event.c817 hdev->block_cnt = hdev->num_blocks; in hci_cc_read_data_block_size()
820 hdev->block_cnt, hdev->block_len); in hci_cc_read_data_block_size()
2585 hdev->block_cnt += block_count; in hci_num_comp_blocks_evt()
2586 if (hdev->block_cnt > hdev->num_blocks) in hci_num_comp_blocks_evt()
2587 hdev->block_cnt = hdev->num_blocks; in hci_num_comp_blocks_evt()
/linux-3.4.99/fs/ubifs/
Dsuper.c407 buf->f_blocks = c->block_cnt; in ubifs_statfs()
418 ubifs_assert(buf->f_bfree <= c->block_cnt); in ubifs_statfs()
759 c->block_cnt = tmp64 >> UBIFS_BLOCK_SHIFT; in init_constants_master()
Dubifs.h1346 int block_cnt; member
/linux-3.4.99/include/net/bluetooth/
Dhci_core.h203 __u16 block_cnt; member
/linux-3.4.99/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h748 uint64_t block_cnt:16; member