Searched refs:block_length (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/sound/pci/asihpi/ |
D | hpidspcd.c | 119 ps_dsp_code->block_length = header.size / sizeof(u32); in hpi_dsp_code_open() 129 ps_dsp_code->block_length = 0; in hpi_dsp_code_open() 153 if (ps_dsp_code->word_count + 1 > ps_dsp_code->block_length) in hpi_dsp_code_read_word() 167 ps_dsp_code->block_length) in hpi_dsp_code_read_block()
|
D | hpidspcd.h | 53 long int block_length; member
|
/linux-2.6.39/drivers/mmc/host/ |
D | at91_mci.c | 438 unsigned int block_length; in at91_mci_send_command() local 488 block_length = data->blksz; in at91_mci_send_command() 507 block_length = 0; in at91_mci_send_command() 521 cmd->opcode, cmdr, cmd->arg, blocks, block_length, at91_mci_read(host, AT91_MCI_MR)); in at91_mci_send_command() 538 mr |= (block_length << 16); in at91_mci_send_command() 545 AT91_MCI_BLKR_BLKLEN(block_length)); in at91_mci_send_command() 564 (blocks * block_length) : (blocks * block_length) / 4); in at91_mci_send_command() 574 host->total_length = block_length * blocks; in at91_mci_send_command()
|
/linux-2.6.39/drivers/scsi/ |
D | ibmmca.c | 321 int block_length; /* blocksize of a particular logical SCSI-device */ member 1239 if (device_exists(shpnt, ldn, &ld(shpnt)[ldn].block_length, &ld(shpnt)[ldn].device_type)) { in check_devices() 1336 static int device_exists(struct Scsi_Host *shpnt, int ldn, int *block_length, int *device_type) in device_exists() argument 1345 *block_length = 2048; /* (standard blocksize for yellow-/red-book) */ in device_exists() 1350 *block_length = 2048; in device_exists() 1356 *block_length = *(buf + 7) + (*(buf + 6) << 8) + (*(buf + 5) << 16) + (*(buf + 4) << 24); in device_exists() 1364 *block_length = *(buf + 7) + (*(buf + 6) << 8) + (*(buf + 5) << 16) + (*(buf + 4) << 24); in device_exists() 1371 *block_length = 0; /* not in use (setting by mt and mtst in op.) */ in device_exists() 1376 *block_length = 0; /* they set their stuff on drivers */ in device_exists() 1381 *block_length = 0; /* they set their stuff on drivers */ in device_exists() [all …]
|
D | gdth.h | 972 u32 block_length; member 978 u32 block_length; member 1007 u8 block_length[3]; member
|
D | gdth.c | 2387 mpd.bd.block_length[0] = (SECTOR_SIZE & 0x00ff0000) >> 16; in gdth_internal_cache_cmd() 2388 mpd.bd.block_length[1] = (SECTOR_SIZE & 0x0000ff00) >> 8; in gdth_internal_cache_cmd() 2389 mpd.bd.block_length[2] = (SECTOR_SIZE & 0x000000ff); in gdth_internal_cache_cmd() 2399 rdc.block_length = cpu_to_be32(SECTOR_SIZE); in gdth_internal_cache_cmd() 2410 rdc16.block_length = cpu_to_be32(SECTOR_SIZE); in gdth_internal_cache_cmd()
|
/linux-2.6.39/drivers/usb/gadget/ |
D | f_ncm.c | 376 unsigned block_length; member 390 .block_length = 1, \ 405 .block_length = 2, \ 927 put_ncm(&tmp, opts->block_length, skb->len); /* (d)wBlockLength */ in ncm_wrap_ntb() 1001 if (get_ncm(&tmp, opts->block_length) > max_size) { in ncm_unwrap_ntb()
|